summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-13New tutorial: Using PyCharm with PyramidSteve Piercy
2013-07-13Merge branch 'master' of github.com:stevepiercy/pyramidSteve Piercy
2013-07-13New tutorial: Using PyCharm with PyramidSteve Piercy
2013-07-13New tutorial: Using PyCharm with PyramidSteve Piercy
2013-07-12Merge pull request #1043 from merwok/masterTres Seaver
2013-07-12Merge pull request #1044 from stevepiercy/masterMichael Merickel
2013-07-12Make abstraction consistent.Steve Piercy
2013-07-12Merge branch 'feature.prequest_login'Chris McDonough
2013-07-12add an entry to changes about code merged from feature.prequest_login branchChris McDonough
2013-07-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-07-11Merge pull request #1041 from merwok/patch-1Tres Seaver
2013-07-11Coverage for new OPTIONS and PROPFIND methods.Tres Seaver
2013-07-11Coverage for new '--login' option.Tres Seaver
2013-07-11Get this out of the way after removing the pre-commit hook.Tres Seaver
2013-07-11Typo firx from merwok.Tres Seaver
2013-07-11Minor markup update to clarify object typeÉric Araujo
2013-07-11reST fixÉric Araujo
2013-07-02Allow 'prequest' to send basic auth headers.Tres Seaver
2013-07-01Tres committed this by mistakeChris McDonough
2013-06-20Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-06-19TypoTres Seaver
2013-06-19Changelog for PR #1033.Tres Seaver
2013-06-19Update docstring to show PUT / PATCH usage.Tres Seaver
2013-06-19Merge branch 'master' into merwok-masterTres Seaver
2013-06-19Trailing whitespace.Tres Seaver
2013-06-19Add support for PUT and PATCH in prequest (#877)Éric Araujo
2013-06-19TriggerTres Seaver
2013-06-19Tweak.Tres Seaver
2013-06-11- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code underChris McDonough
2013-06-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-06-06Merge pull request #1031 from omh/masterChris McDonough
2013-06-06Resources.rst quick typo fixOle Morten Halvorsen
2013-06-05Merge branch 'lukecyca-master'Chris McDonough
2013-06-05add changelog noteChris McDonough
2013-06-05Merge branch 'master' of github.com:lukecyca/pyramid into lukecyca-masterChris McDonough
2013-06-04Update tests to use X-CSRF-Token headerLuke Cyca
2013-06-04Add examples to narrative CSRF docsLuke Cyca
2013-06-02Edited narrative docs about CSRFLuke Cyca
2013-06-02Changed header name to X-CSRF-TokenLuke Cyca
2013-06-01unused importChris McDonough
2013-06-01Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-05-30Added myself to contributorsLuke Cyca
2013-05-30Support CSRF via X-CSRFToken HeaderLuke Cyca
2013-05-25Merge pull request #1026 from gjhiggins/masterTres Seaver
2013-05-25Update URLGraham Higgins
2013-05-22Merge pull request #1024 from vstojkovic/defer_chameleon_importTres Seaver
2013-05-22Defer imports of Chameleon until needed. Fixes #1021.Vojislav Stojkovic
2013-05-21normalize exception messages, coverageChris McDonough
2013-05-21override all known attrs and methods instead of allowing subclass to override...Chris McDonough
2013-05-21this is actually a bugfixChris McDonough