| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-06-06 | Merge pull request #1031 from omh/master | Chris McDonough | |
| Resources.rst typo fix | |||
| 2013-06-06 | Resources.rst quick typo fix | Ole Morten Halvorsen | |
| There's 3 keys in the info dict, not two. | |||
| 2013-06-05 | Merge branch 'lukecyca-master' | Chris McDonough | |
| 2013-06-05 | add changelog note | Chris McDonough | |
| 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-04 | Add examples to narrative CSRF docs | Luke Cyca | |
| 2013-06-02 | Edited narrative docs about CSRF | Luke Cyca | |
| 2013-06-02 | Changed header name to X-CSRF-Token | Luke Cyca | |
| 2013-06-01 | unused import | Chris McDonough | |
| 2013-06-01 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-05-30 | Added myself to contributors | Luke Cyca | |
| 2013-05-30 | Support CSRF via X-CSRFToken Header | Luke Cyca | |
| 2013-05-25 | Merge pull request #1026 from gjhiggins/master | Tres Seaver | |
| URL bitrot fixed | |||
| 2013-05-25 | Update URL | Graham Higgins | |
| for pypi author ranking link | |||
| 2013-05-22 | Merge pull request #1024 from vstojkovic/defer_chameleon_import | Tres Seaver | |
| Defer imports of Chameleon until needed. Fixes #1021. | |||
| 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 | this is actually a bugfix | Chris McDonough | |
| 2013-05-21 | Merge branch 'feature-pep302' | Chris McDonough | |
| 2013-05-21 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-05-21 | tortured docs | Chris McDonough | |
| 2013-05-21 | skip mako-related tests on py32 | Chris McDonough | |
| 2013-05-21 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-05-21 | Merge pull request #1023 from Pylons/defend_against_mako_unimportable | Chris McDonough | |
| Prevent non-3.2-compatible MarkupSafe 0.16 from breaking us. | |||
| 2013-05-21 | Merge branch 'master' of github.com:Pylons/pyramid | 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 | Merge pull request #1018 from goodwillcoding/master | goodwillcoding | |
| Extend informational message to pcreate output. Tutorial, docs, twitter, maillist. | |||
| 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 | Merge pull request #1016 from tshepang/patch-1 | Tres Seaver | |
| add missing word; be more precise | |||
| 2013-05-11 | add missing word; be more precise | Tshepang Lekhonkhobe | |
| 2013-05-09 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 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-05-09 | Ignore coverage in new location. | Tres Seaver | |
| 2013-05-06 | Merge pull request #1006 from tshepang/diff | Tres Seaver | |
| use a cross-ref instead of a raw link | |||
| 2013-05-03 | Merge pull request #1009 from sontek/make_docs_risky | Blaise Laflamme | |
| docs should be risky in master! | |||
| 2013-05-03 | docs should be risky in master! | John Anderson | |
| 2013-04-28 | use a cross-ref instead of a raw link | Tshepang Lekhonkhobe | |
| 2013-04-24 | update changes.txt | Michael Merickel | |
| 2013-04-23 | Merge pull request #1003 from tshepang/diff | Michael Merickel | |
| replace deprecated method | |||
| 2013-04-23 | replace deprecated method | Tshepang Lekhonkhobe | |
| 2013-04-23 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-04-23 | Merge pull request #1002 from tshepang/patch-2 | Tres Seaver | |
| add a note about missing code | |||
| 2013-04-23 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-04-23 | add a note about missing code | Tshepang Lekhonkhobe | |
| 2013-04-22 | Merge pull request #997 from tshepang/patch-2 | Michael Merickel | |
| add missing comma | |||
