summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
AgeCommit message (Collapse)Author
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-13resolve conflict in CONTRIBUTORS.txtSteve Piercy
2016-12-07fixed 'list' to 'listen'Martin
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Signed CONTRIBUTORS.txtMartin
2016-12-06Fix docs for Sphinx 1.5Mikko Ohtamaa
2016-11-20Add myself to CONTRIBUTORS.txtMoriyoshi Koizumi
2016-10-22Add name to CONTRIBUTORS.txtHannah Krager
2016-08-10Merge branch 'master' into extract_http_basicDariusz Górecki
2016-07-22Sign CONTRIBUTORS.txtKeith Yang
2016-07-19Change gendered language in examplesJon Davidson
Some examples in documentation use "dude" and "bro" -- for example, "Not found, bro". While playful, this language can make some people uncomfortable. I have changed the wording to something equally playful that doesn't make assumptions about the reader's gender.
2016-07-15Merge upstream masterDariusz Górecki
2016-07-15Add myself to contributors list & PEP8Dariusz Górecki
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-06-03update contributing docs to reflect current practice and clarify stepscewing
2016-06-02Merge branch 'master' into stip_pserve_daemon_supportzrayn
2016-06-02Sign CONTRIBUTORS.txtMarco M
2016-06-02Ripping daemonization out of pservezrayn
2016-05-16Simplify Windows detection codeBerker Peksag
2016-05-08Add Vincent Férotin to contributors.Vincent Férotin
2016-04-14Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS Paths, also on Step 19 - ↵Arian Maykon de Araújo Diógenes
Database
2016-02-29Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-02-28Merge branch 'pr/1370'Michael Merickel
2016-01-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-26Added myself to contributor listMarcin Raczyński
2016-01-03Merge branch 'master' into feature/alchemy-scaffold-updateBert JW Regeer
2015-12-12Update CONTRIBUTORS.txtSri Sanketh Uppalapati
2015-11-12Restore progress after backing changes out of master.Michael Merickel
This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7.
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11Merge pull request #2108 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update wiki2/src/basiclayout/tutorial
2015-10-28Convert timeout argument to int values when applicableRamiC
2015-10-22Sign contributor list.Amos Latteier
2015-10-21Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2015-10-07populate pshell's env_help with docstring of valuesJesse Dhillon
2015-06-11added appropriate contributors and changes entriesIgor Stroh
2015-06-01added name to contributors listKaren Dalton
2015-04-20Adding myself to the contributors listRandy Topliffe
2015-04-20Update CONTRIBUTORS.txtTimur Izhbulatov
2015-03-15Add myself to CONTRIBUTORS.txtDonald Stufft
2015-02-12Add workaround to make sure echo is enabled after reload (refs #689)David Glick
Also add myself to CONTRIBUTORS.txt
2015-02-06Sign CONTRIBUTORS.txtJeff Dairiki
2015-02-05use getfullargspec in PY3, allowing annotations in subscriberssaarni
2014-12-17Add documentation on handling CORS pre-flightsAdrian Teng
2014-11-25Documentation addedHugo Branquinho
2014-11-11Add myself to contributorsRandall Leeds
2014-05-06Added required notes to changes/contributors file.Fenton Travers
2014-01-23Update CONTRIBUTORS.txtamitvmane
Added as a contributor.
2013-11-16Added Antti Haapala to CONTRIBUTORS.txtAntti Haapala
2013-10-27Security APIs on pyramid.request.RequestMatt Russell
The pyramid.security Authorization API function has_permission is made available on the request. The pyramid.security Authentication API functions are now available as properties (unauthenticated_userid, authenticated_userid, effective_principals) and methods (remember_userid, forget_userid) on pyramid.request.Request. Backwards compatibility: For each of the APIs moved to request method or property, the original API in the pyramid.security module proxies to the request. Reworked tests to check module level b/c wrappers call through to mixins for each API. Tests that check no reg on request now do the right thing. Use a response callback to set the request headers for forget_userid and remember_userid. Update docs. Attempt to improve a documentation section referencing the pyramid.security.has_permission function in docs/narr/resources.rst Ensures backwards compatiblity for `pyramid.security.forget` and `pyramid.security.remember`.
2013-09-30CONTRIBUTORS: Add Karl O. Pinc.Karl O. Pinc