| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-26 | Add support for static routes | John Anderson | |
| 2014-12-26 | Added 2 more tests directly to the util function | John Anderson | |
| 2014-12-26 | Merge pull request #1501 from stevepiercy/master | Steve Piercy | |
| - establish minimum version of 1.2.3 for Sphinx. I hope this works. See ... | |||
| 2014-12-26 | - establish minimum version of 1.2.3 for Sphinx. I hope this works. See ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/issues/1068 | |||
| 2014-12-26 | Merge pull request #1500 from stevepiercy/master | Steve Piercy | |
| - adding back .png file because PDF cannot include and build SVG files. ... | |||
| 2014-12-26 | - adding back .png file because PDF cannot include and build SVG files. Also ↵ | Steve Piercy | |
| renamed images to use a 'imagename.*' wildcard so that the correct format is chosen. See http://stackoverflow.com/questions/6473660/using-sphinx-docs-how-can-i-specify-png-image-formats-for-html-builds-and-pdf-im | |||
| 2014-12-26 | Add test to show usage of custom response class | John Anderson | |
| 2014-12-26 | Refactored how `ResponseClass` is used so it can be overridden | John Anderson | |
| 2014-12-25 | Add support for passing unbound class methods to `add_view` | John Anderson | |
| 2014-12-25 | Add the --format flag | John Anderson | |
| 2014-12-25 | Added test for the view glob | John Anderson | |
| 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-23 | Merge pull request #1496 from stevepiercy/master | Steve Piercy | |
| - add an index to the API directory for better SEO | |||
| 2014-12-23 | - add an index to the API directory for better SEO | Steve Piercy | |
| 2014-12-23 | Merge pull request #1479 from stevepiercy/master | Steve Piercy | |
| replace router.png with pyramid_router.svg and make design consistent | |||
| 2014-12-23 | - remove pyramid_router.png because an .svg version is available per @tseaver | Steve Piercy | |
| 2014-12-18 | Speed up Travis start via 'sudo: false'. | Tres Seaver | |
| 2014-12-16 | Merge branch 'AdrianTeng-master' | Chris McDonough | |
| 2014-12-16 | 79 cols | Chris McDonough | |
| 2014-12-16 | repoze who docs moved | Chris McDonough | |
| 2014-12-16 | Merge branch 'master' of https://github.com/AdrianTeng/pyramid into ↵ | Chris McDonough | |
| AdrianTeng-master | |||
| 2014-12-16 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-12-17 | Add documentation on handling CORS pre-flights | Adrian Teng | |
| 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-10 | Revise URL Dispatch documentation to use config.scan() in Examples 1, 2, and 3 | Zack Marvel | |
| In response to #600. | |||
| 2014-12-09 | Move coverage floor pct into 'setup.cfg'. | Tres Seaver | |
| 2014-12-05 | Support returning app_iter from renderer. | Laurence Rowe | |
| Sets `response.app_iter = result` for renderer results which are iterable and not text/bytes. | |||
| 2014-12-01 | replace router.png with pyramid_router.svg and make design consistent | Steve Piercy | |
| 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 | test to see if files are shared between builds | Michael Merickel | |
| 2014-11-21 | update changelog for #1469 | Michael Merickel | |
| 2014-11-21 | update changelog | Michael Merickel | |
| 2014-11-21 | update tox/travis to check code coverage on py3 | Michael Merickel | |
| coverage is combined between py2 and py3 for an aggregate coverage metric. This means we can stop putting "no cover" gates around py3 code and ignoring whether it's ever tested. | |||
