summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
AgeCommit message (Collapse)Author
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
2013-09-06Update package_name() to work with namespace pkgsDoug Hellmann
The logic in pyramid.path.package_name() should take into account the fact that namespace packages created by setuptools do not have __init__.py[c] files, and so they have no __file__ attribute. This resolves an issue with WSME (https://bugs.launchpad.net/wsme/+bug/1221201) Change-Id: I39bc32a9c38fa11c4cef22a041077ed9001091be
2013-08-28Permit escaping of double braces in scaffolds, see #862Chris McDonough
2013-08-28Added me to the CONTRIBUTERS.txt.Takahiro Fujiwara
2013-08-23Add name to contributorsMatthew Wilkes
2013-08-15sign the contribution agreement...Andreas Zeidler
2013-08-15added myself to contributors listTom Lazar
2013-08-15Added myself to the contributors.themanwithoutaplan
2013-08-13Fixed documentation width, signed contributors agreement and added a test ↵Jonathan Villemaire-Krajden
for duplicate query strings.
2013-08-12added myself to CONTRIBUTORS.txtChris Davies
2013-08-11Merge junaidali-master branch.Tres Seaver
2013-08-10accepted contributors licenseJunaid Ali
2013-08-10Appended name to CONTRIBUTORS.txtJulian Paul Glass
2013-07-14Merge branch 'master' of lrowe/pyramid into pull.1004Michael Merickel
2013-05-30Added myself to contributorsLuke Cyca
2013-04-24Laurence Rowe contributor agreement.Laurence Rowe
2013-03-28Added name to CONTRIBUTORS file.Jason
2013-03-21Merge branch 'master' of madjar/pyramid into pull.930Michael Merickel
2013-03-21Update CONTRIBUTORS.txtGeorges Dubus
2013-02-02Sign CONTRIBUTORS.txtBert JW Regeer
2012-11-18fix merge conflictChris McDonough
2012-11-14Added myself to contributorsJohn Anderson
2012-11-12Added changes to the CHANGES log.Robert Jackiewicz
2012-09-17resolve contributors.txt merge conflictChris McDonough
2012-09-16add name to CONTRIBUTORS.txt as per requestDavid Gay
2012-09-15merge jinty's testConfig codeChris McDonough
2012-09-11remove pypy from travis-ci allow_failures listDomen Kožar
2012-08-23Merge branch 'accept_header' of lmctv/pyramid into pull.620Michael Merickel
Conflicts: CONTRIBUTORS.txt pyramid/config/views.py Updated the pull request to fix incompatibilities from changes to Pyramid's predicate machinery.
2012-08-23Merge branch 'master' of ianjosephwilson/pyramid into pull.617Michael Merickel
Conflicts: CONTRIBUTORS.txt
2012-08-11signed contributors agreementRoman Kozlovskyi
2012-06-17Sign contributors agreement.Ian Joseph Wilson
2012-06-17merge contributorsChris McDonough
2012-06-17CONTRIBUTORS: Add self / accept contribution termsJeff Cook
2012-06-16add myself to contributersBrian Sutherland
2012-06-14Add "Marc Abramowitz" to CONTRIBUTORS.txtMarc Abramowitz
2012-06-13Accept the Contributor Agreement.Lorenzo M. Catucci
as suggested by "Contributing Source Code and Documentation" document.
2012-05-03Updated contributors fileMarin Rukavina
2012-04-16Fix a typo in contributors file.Christopher Lambacher
2012-03-28signed contributors agreementWayne Witzel III
2012-03-27signed contributors agreementSteve Piercy
2012-03-02Sign the contributor agreement.Martijn Pieters