| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-23 | Add a --glob option to limit output | Marc Abramowitz | |
| E.g.: $ proutes development.ini --glob='user*' Name Pattern View Method ---- ------- ---- ------ user /profilesvc/v1/user/{user_id} pyramid.config.views.<pyramid.config.views.MultiView object at 0x106f72bd0> * user /profilesvc/v1/user/{user_id} cornice.service.wrapper GET,HEAD | |||
| 2014-12-14 | Added support for `not_` request_method checks | John Anderson | |
| 2014-12-14 | Switch tox back to 2.6, was supposed to be local | John Anderson | |
| 2014-12-14 | Fix py26 support | John Anderson | |
| 2014-12-14 | Fix checks for @wsgiapp2, MultiView, and add request method | John Anderson | |
| 2014-12-09 | Move coverage floor pct into 'setup.cfg'. | Tres Seaver | |
| 2014-12-01 | Merge pull request #1478 from stevepiercy/master | Steve Piercy | |
| - rename pyramid_router.svg to pyramid_request_processing.svg to be cons... | |||
| 2014-12-01 | - rename pyramid_router.svg to pyramid_request_processing.svg to be ↵ | Steve Piercy | |
| consistent with its content - add source files for future modifications | |||
| 2014-11-29 | fix build on py3.2 missing u-prefix introduced in ↵ | Michael Merickel | |
| ec5226745f8f5161f89636e036e2b8efed216b74 | |||
| 2014-11-27 | fix issue in auth_tkt parsing with the cookie type being unicode | Michael Merickel | |
| In webob the cookies are always unicode but the auth_tkt tests were expecting them to be a native string. This didn't manifest itself until we started using the ``hmac.compare_digest`` which fails if the types are not the same. Fixes #1477 | |||
| 2014-11-26 | Merge pull request #1475 from hugobranquinho/master | Tres Seaver | |
| Shortcut for package name on registry | |||
| 2014-11-26 | Merge pull request #1472 from stevepiercy/master | Tres Seaver | |
| add request processing diagram to docs/narr/router.rst | |||
| 2014-11-26 | Merge branch 'master' of github.com:Pylons/pyramid | Tres Seaver | |
| 2014-11-26 | 79 columns. | Tres Seaver | |
| 2014-11-26 | Unused import. | Tres Seaver | |
| 2014-11-26 | Merge pull request #1467 from mgrbyte/fix.issue1001 | Tres Seaver | |
| Include code examples for integration and functional tests in docs. | |||
| 2014-11-25 | Tweak seealso for the includeme function. | Matt Russell | |
| 2014-11-25 | Include code examples for integration and functional tests in docs #1001 | Matt Russell | |
| Wrap lines as per convention. | |||
| 2014-11-25 | Documentation added | Hugo Branquinho | |
| 2014-11-25 | Shortcut for package name on registry | Hugo Branquinho | |
| 2014-11-22 | add request processing diagram to docs/narr/router.rst | Steve Piercy | |
| 2014-11-21 | update changelog for #1469 | Michael Merickel | |
| 2014-11-21 | Merge pull request #1469 from Pylons/testing-add-pypy3 | Michael Merickel | |
| Add support for testing 'pypy3' under Tox / Travis. | |||
| 2014-11-21 | Add support for testing 'pypy3' under Tox / Travis. | Tres Seaver | |
| 2014-11-19 | Merge pull request #1468 from mgrbyte/fix.hackingdotxt-glitch | Michael Merickel | |
| Correct url in git remote command. | |||
| 2014-11-19 | Correct url in git remote command. | Matt Russell | |
| 2014-11-19 | Merge pull request #1466 from mgrbyte/fix.rst-requires-escaping-starstarkw | Michael Merickel | |
| Fixes breaking docs build due to unquoted asterisks in doc string. | |||
| 2014-11-19 | Fixes breaking docs build due to unquoted asterisks in doc string. | Matt Russell | |
| 2014-11-17 | Merge pull request #1399 from Pylons/feature.security-docs-enhancements | Michael Merickel | |
| security docs enhancements | |||
| 2014-11-17 | Merge pull request #1448 from Pylons/feature.pshell-pythonstartup | Michael Merickel | |
| enable PYTHONSTARTUP support in pshell | |||
| 2014-11-17 | Merge branch 'feature.override-asset-with-absolute-path' | Michael Merickel | |
| 2014-11-17 | Merge pull request #1463 from stevepiercy/master | Steve Piercy | |
| - add step for badges in README.rst | |||
| 2014-11-17 | - add step for badges in README.rst | Steve Piercy | |
| 2014-11-17 | Merge pull request #1461 from sontek/add_badges | Steve Piercy | |
| We need some steenkin badges. Thank you! | |||
| 2014-11-17 | Use pylonsproject.org link for docs, point to master branch | John Anderson | |
| 2014-11-17 | Don't fail coverage check on systems w/ locale set. | Tres Seaver | |
| See: http://jenkins.pylonsproject.org/job/pyramid/1617/console. | |||
| 2014-11-17 | Use direct link to docs | John Anderson | |
| 2014-11-17 | Add RTD and Travis badges in the README | John Anderson | |
| 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 | Merge branch 'master' into feature.security-docs-enhancements | Michael Merickel | |
| 2014-11-17 | Merge pull request #1460 from sontek/fix_proutes_coverage | Michael Merickel | |
| Added coverage for MultiView and long names in proutes | |||
| 2014-11-17 | Merge branch 'master' into feature.security-docs-enhancements | Michael Merickel | |
| 2014-11-16 | Merge branch 'master' of https://github.com/Pylons/pyramid into ↵ | John Anderson | |
| fix_proutes_coverage | |||
| 2014-11-17 | fix travis.yml to use the correct TOXENV var | Michael Merickel | |
| 2014-11-17 | note the deprecation in the todo | Michael Merickel | |
| 2014-11-17 | Merge branch 'master' into feature.security-docs-enhancements | Michael Merickel | |
| 2014-11-16 | Merge branch 'master' of https://github.com/Pylons/pyramid into ↵ | John Anderson | |
| fix_proutes_coverage | |||
| 2014-11-17 | reference appropriate PR | Michael Merickel | |
| 2014-11-17 | Merge pull request #1459 from sontek/use_tox_for_travis | Michael Merickel | |
| Switch to using tox for travis so coverage is ran | |||
