| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-19 | Update docstring to show PUT / PATCH usage. | Tres Seaver | |
| 2013-06-19 | Merge branch 'master' into merwok-master | Tres Seaver | |
| 2013-06-19 | Trailing whitespace. | Tres Seaver | |
| 2013-06-19 | Add support for PUT and PATCH in prequest (#877) | Éric Araujo | |
| 2013-06-11 | - ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code under | Chris McDonough | |
| Python 3 would use ``__len__`` to find truthiness; this usually caused an instance of DummyResource to be "falsy" instead of "truthy". See https://github.com/Pylons/pyramid/pull/1032 Closes #1032 | |||
| 2013-06-05 | Merge branch 'master' of github.com:lukecyca/pyramid into lukecyca-master | Chris McDonough | |
| 2013-06-04 | Update tests to use X-CSRF-Token header | Luke Cyca | |
| 2013-06-02 | Changed header name to X-CSRF-Token | Luke Cyca | |
| 2013-06-01 | unused import | Chris McDonough | |
| 2013-05-30 | Support CSRF via X-CSRFToken Header | Luke Cyca | |
| 2013-05-22 | Defer imports of Chameleon until needed. Fixes #1021. | Vojislav Stojkovic | |
| 2013-05-21 | normalize exception messages, coverage | Chris McDonough | |
| 2013-05-21 | override all known attrs and methods instead of allowing subclass to ↵ | Chris McDonough | |
| override in failure case | |||
| 2013-05-21 | Merge branch 'feature-pep302' | Chris McDonough | |
| 2013-05-21 | skip mako-related tests on py32 | Chris McDonough | |
| 2013-05-21 | Prevent non-3.2-compatible MarkupSafe 0.16 from breaking us. | Tres Seaver | |
| Apps which actually use Mako templates are still broken. | |||
| 2013-05-16 | fix indentaion type | Goodwill Coding | |
| 2013-05-16 | Extend informational message to pcreate output. Tutorial, docs, twitter, ↵ | Goodwill Coding | |
| maillist. | |||
| 2013-05-11 | add missing word; be more precise | Tshepang Lekhonkhobe | |
| 2013-05-09 | Implement PEP302 API in PackageOverrides as '__loader__'. | Tres Seaver | |
| Proxy to the '__loader__' set by the importer, if present. Otherwise, raise NotImplementedError. | |||
| 2013-04-23 | grammar | Tshepang Lekhonkhobe | |
| 2013-04-22 | Merge pull request #991 from tshepang/patch-5 | Tres Seaver | |
| no need to reference oneself | |||
| 2013-04-22 | no need to reference oneself | Tshepang Lekhonkhobe | |
| 2013-04-22 | remove redundant text | Tshepang Lekhonkhobe | |
| 2013-04-08 | grammar fix | Tshepang Lekhonkhobe | |
| 2013-04-07 | fix some cross-references | Tshepang Lekhonkhobe | |
| 2013-04-06 | Documentation regarding missing Accept header | Daniel Holmstrom | |
| If a request doesn't contain an Accept header routes will match it regardless of thier accept attribute. | |||
| 2013-04-03 | fix #954 | Michael Merickel | |
| 2013-04-01 | Merge branch 'fix.950' of Beanfield/pyramid into pull.952 | Michael Merickel | |
| 2013-03-29 | remove copyright bits from the scaffolds | Tshepang Lekhonkhobe | |
| see https://github.com/Pylons/pyramid/pull/953#issuecomment-15650552 | |||
| 2013-03-29 | grammar | Tshepang Lekhonkhobe | |
| 2013-03-27 | Spaces and dots may now be in mako renderer template paths. Fixes #950. | Jason | |
| 2013-03-23 | no need to qualify Python interactive sessions | Tshepang Lekhonkhobe | |
| Sphinx automatically notices them as Python snippets and gives them syntax highlighting. These snippets are also too short to deserve linenos. | |||
| 2013-03-20 | add some tests for options within ini files | Michael Merickel | |
| 2013-03-19 | Merge branch 'master' of madjar/pyramid into pull.911 | Michael Merickel | |
| 2013-03-19 | enhance the docstring on include_ip in auth tkt to explain compatability | Michael Merickel | |
| 2013-03-19 | Merge branch 'bugfix/ipv6_compat' of bertjwregeer/pyramid into fix.831 | Michael Merickel | |
| 2013-03-19 | Merge branch 'fix.798' of wosc/pyramid into pull.922 | Michael Merickel | |
| 2013-03-19 | remove files with higher order characters from the repo and fix tests | Michael Merickel | |
| the 2 tests that use these files now generate them on the fly, this should work on non-linux systems | |||
| 2013-03-19 | Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, ↵ | Wolfgang Schnerring | |
| generate URLs using the current protocol. | |||
| 2013-03-19 | Merge pull request #920 from msabramo/accept-tests | Michael Merickel | |
| Add some tests for how content types and HTTP "Accept" header handling behave. | |||
| 2013-03-19 | add test to ensure unrelated views are not invoked after PredicateMismatch | Michael Merickel | |
| 2013-03-19 | Merge branch 'master' of latteier/pyramid into pull.786 | Michael Merickel | |
| 2013-03-18 | support acl as a callable | Michael Merickel | |
| 2013-03-18 | add failing test for callable acl | Michael Merickel | |
| 2013-03-16 | Fix typo in docstring. | Kamal Gill | |
| 2013-03-14 | Added support for config file variables to the scaffold script initializedb. | Georges Dubus | |
| 2013-03-14 | Added an options argument to pyramid.paste.get_appsettings, just like ↵ | Georges Dubus | |
| get_app, that can be used to get the settings when interpolation is used in the config file. | |||
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #893 from stevepiercy/master | Michael Merickel | |
| traversal wiki tutorial docs updates | |||
