| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-17 | Merge pull request #1448 from Pylons/feature.pshell-pythonstartup | Michael Merickel | |
| enable PYTHONSTARTUP support in pshell | |||
| 2014-11-17 | Merge branch 'master' into feature.override-asset-with-absolute-path | Michael Merickel | |
| 2014-11-17 | Merge branch 'master' into feature.pshell-pythonstartup | Michael Merickel | |
| 2014-11-17 | reference appropriate PR | Michael Merickel | |
| 2014-11-16 | attempt to clarify the benefit of these changes | Michael Merickel | |
| 2014-11-16 | use hmac.compare_digest if available | Michael Merickel | |
| 2014-11-13 | Merge pull request #1377 from tilgovi/package-root-static-view-spec | Michael Merickel | |
| Static view registrations with package root asset specifications | |||
| 2014-11-13 | update changelog for fixes from #1453 | Michael Merickel | |
| 2014-11-11 | adjust tests to work even when someone has defined PYTHONSTARTUP in their shell | Michael Merickel | |
| 2014-11-11 | Fix static views with package root spec patterns | Randall Leeds | |
| 2014-11-11 | enable PYTHONSTARTUP support in pshell | Michael Merickel | |
| Fixes #1299 | |||
| 2014-11-11 | update changelog | Michael Merickel | |
| 2014-11-11 | update changelog | Michael Merickel | |
| 2014-11-10 | moar changelogs! | Michael Merickel | |
| 2014-11-10 | update changelog with new http exceptions from #1372 | Michael Merickel | |
| 2014-11-10 | update changelog | Michael Merickel | |
| 2014-11-09 | update changelog for #1373 | Michael Merickel | |
| 2014-11-09 | update changelog from #1376 | Michael Merickel | |
| 2014-10-20 | Merge pull request #1337 from Pylons/feature.root-package | Tres Seaver | |
| add config.root_package attribute | |||
| 2014-10-20 | reference more pull requests in the change log | Michael Merickel | |
| 2014-10-20 | add config.root_package attribute | Michael Merickel | |
| 2014-08-06 | Merge branch 'master' into feature.override-asset-with-absolute-path | Michael Merickel | |
| 2014-07-24 | cachebuster -> cachebust | Chris Rossi | |
| 2014-07-21 | Update change log. | Chris Rossi | |
| 2014-06-05 | - Work around a bug introduced in Python 2.7.7 on Windows where | Chris McDonough | |
| ``mimetypes.guess_type`` returns Unicode rather than str for the content type, unlike any previous version of Python. See https://github.com/Pylons/pyramid/issues/1360 for more information. Closes #1360. | |||
| 2014-05-16 | update changelog | Michael Merickel | |
| 2014-05-07 | Merge branch 'master' of https://github.com/ftravers/pyramid into pull.1325 | Michael Merickel | |
| 2014-05-06 | Added required notes to changes/contributors file. | Fenton Travers | |
| 2014-05-05 | modify p.testing.setUp() to configure the package relative to caller | Michael Merickel | |
| 2014-05-05 | fix merge conflicts | Chris McDonough | |
| 2014-05-05 | modify changes wrt logging config stripping | Chris McDonough | |
| 2014-04-29 | require ISession.invalidate to leave behind a usable session | Michael Merickel | |
| 2014-04-23 | remove redundant tests | Michael Merickel | |
| 2014-04-22 | Update CHANGES for wsgiapp and wsgiapp2 | Bert JW Regeer | |
| 2014-04-20 | update change me with the scaffold changes | goodwillcoding | |
| 2014-04-18 | Add information to CHANGES | Bert JW Regeer | |
| 2014-04-08 | vb master to 1.6dev | Chris McDonough | |
| 2014-04-08 | prep for 1.5 release | Chris McDonough | |
| 2014-04-08 | fix typo and update whatsnew | Chris McDonough | |
| 2014-04-08 | add changenote | Chris McDonough | |
| 2014-04-08 | add changenote | Chris McDonough | |
| 2014-04-08 | fix merge conflict while merging master to 1.5 branch | Chris McDonough | |
| 2014-02-28 | add support for using an absolute path to override an asset | Michael Merickel | |
| fixes #1229 | |||
| 2014-02-27 | update changelog | Michael Merickel | |
| 2014-02-21 | support high-order characters in UnencryptedCookieSessionFactoryConfig secrets | Michael Merickel | |
| 2014-02-16 | Changelog for PR #1245. | Tres Seaver | |
| 2014-02-08 | prep for 1.5b1 | Chris McDonough | |
| 2014-02-08 | - We no longer eagerly clear ``request.exception`` and ``request.exc_info`` in | Chris McDonough | |
| the exception view tween. This makes it possible to inspect exception information within a finished callback. See https://github.com/Pylons/pyramid/issues/1223. Closes #1223. | |||
| 2014-01-28 | prep for 1.5a4 release | Chris McDonough | |
| 2014-01-22 | - Fix a memory leak when the configurator's ``set_request_property`` method was | Chris McDonough | |
| used or when the configurator's ``add_request_method`` method was used with the ``property=True`` attribute. See https://github.com/Pylons/pyramid/issues/1212 . Closes #1212 | |||
