summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
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-11- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code underChris 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-02Changed header name to X-CSRF-TokenLuke Cyca
2013-06-01unused importChris McDonough
2013-05-30Support CSRF via X-CSRFToken HeaderLuke Cyca
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-21Merge branch 'feature-pep302'Chris McDonough
2013-05-21skip mako-related tests on py32Chris McDonough
2013-05-21Prevent non-3.2-compatible MarkupSafe 0.16 from breaking us.Tres Seaver
2013-05-16fix indentaion typeGoodwill Coding
2013-05-16Extend informational message to pcreate output. Tutorial, docs, twitter, mail...Goodwill Coding
2013-05-11add missing word; be more preciseTshepang Lekhonkhobe
2013-05-09Implement PEP302 API in PackageOverrides as '__loader__'.Tres Seaver
2013-04-23grammarTshepang Lekhonkhobe
2013-04-22Merge pull request #991 from tshepang/patch-5Tres Seaver
2013-04-22no need to reference oneselfTshepang Lekhonkhobe
2013-04-22remove redundant textTshepang Lekhonkhobe
2013-04-08grammar fixTshepang Lekhonkhobe
2013-04-07fix some cross-referencesTshepang Lekhonkhobe
2013-04-06Documentation regarding missing Accept headerDaniel Holmstrom
2013-04-03fix #954Michael Merickel
2013-04-01Merge branch 'fix.950' of Beanfield/pyramid into pull.952Michael Merickel
2013-03-29remove copyright bits from the scaffoldsTshepang Lekhonkhobe
2013-03-29grammarTshepang Lekhonkhobe
2013-03-27Spaces and dots may now be in mako renderer template paths. Fixes #950.Jason
2013-03-23no need to qualify Python interactive sessionsTshepang Lekhonkhobe
2013-03-20add some tests for options within ini filesMichael Merickel
2013-03-19Merge branch 'master' of madjar/pyramid into pull.911Michael Merickel
2013-03-19enhance the docstring on include_ip in auth tkt to explain compatabilityMichael Merickel
2013-03-19Merge branch 'bugfix/ipv6_compat' of bertjwregeer/pyramid into fix.831Michael Merickel
2013-03-19Merge branch 'fix.798' of wosc/pyramid into pull.922Michael Merickel
2013-03-19remove files with higher order characters from the repo and fix testsMichael Merickel
2013-03-19Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, ge...Wolfgang Schnerring
2013-03-19Merge pull request #920 from msabramo/accept-testsMichael Merickel
2013-03-19add test to ensure unrelated views are not invoked after PredicateMismatchMichael Merickel
2013-03-19Merge branch 'master' of latteier/pyramid into pull.786Michael Merickel
2013-03-18support acl as a callableMichael Merickel
2013-03-18add failing test for callable aclMichael Merickel
2013-03-16Fix typo in docstring.Kamal Gill
2013-03-14Added support for config file variables to the scaffold script initializedb.Georges Dubus
2013-03-14Added an options argument to pyramid.paste.get_appsettings, just like get_app...Georges Dubus
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe