| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-04 | grammar | Steve Piercy | |
| 2015-10-01 | Merge pull request #1906 from stevepiercy/master | Steve Piercy | |
| wrap to 79 chars | |||
| 2015-10-01 | wrap to 79 chars | Steve Piercy | |
| 2015-10-01 | Merge pull request #1902 from stevepiercy/master | Steve Piercy | |
| wiki2 documentation precisely matches the scaffolding output | |||
| 2015-10-01 | wiki2 documentation precisely matches the scaffolding output | nharringtonwasatch | |
| 2015-09-13 | fix broken tests | Michael Merickel | |
| 2015-09-13 | deprecate pserve daemonization | Michael Merickel | |
| 2015-09-12 | Merge pull request #1893 from stevepiercy/master | Steve Piercy | |
| Fix possessive form, from PR by @uralbash | |||
| 2015-09-12 | Fix possessive form, from PR by @uralbash | Steve Piercy | |
| 2015-09-01 | Merge pull request #1887 from stevepiercy/master | Steve Piercy | |
| - add pylonswebframework to intersphinx config, sort entries so they … | |||
| 2015-09-01 | - add pylonswebframework to intersphinx config, sort entries so they can be ↵ | Steve Piercy | |
| found (meh! 79 char columns) - replace final pylonshq reference with RTD reference | |||
| 2015-08-31 | Merge branch 'pull.1866' | Michael Merickel | |
| 2015-08-31 | fix difference between py2 and py3 with base64.b64decode | Michael Merickel | |
| 2015-08-31 | Merge branch 'fixes/cookie_values' of bertjwregeer/pyramid into pull.1866 | Michael Merickel | |
| 2015-08-31 | update changelog | Michael Merickel | |
| 2015-08-31 | Merge branch 'fixes/HTTPMove' of bertjwregeer/pyramid into pull.1865 | Michael Merickel | |
| 2015-08-31 | Merge pull request #1884 from stevepiercy/master | Steve Piercy | |
| move extra credit question about @forbidden_view_config from authenti… | |||
| 2015-08-31 | move extra credit question about @forbidden_view_config from authentication ↵ | Steve Piercy | |
| to authorization | |||
| 2015-08-24 | Merge pull request #1880 from stevepiercy/master | Steve Piercy | |
| document +dot+ for dotfiles in scaffolds | |||
| 2015-08-24 | document +dot+ for dotfiles in scaffolds | Alexandre Conrad | |
| 2015-08-10 | Merge pull request #1871 from stevepiercy/master | Steve Piercy | |
| Fix minor typo | |||
| 2015-08-10 | Fix minor typo | Ismail | |
| 2015-08-03 | base64 encode cookie values | Bert JW Regeer | |
| This way they are valid according to the RFC, and newer versions of WebOb won't complain. | |||
| 2015-08-03 | Fix Pyramid against WebOb >=1.5.0 | Bert JW Regeer | |
| Due to changes in WebOb we may no longer create a Response() object with an invalid status (i.e. 'None None'). For the top-level HTTPException if it is not correctly overriden in child classes then we now use '520 Unknown Error'. While not an official RFC error, this has been used by Microsoft's Azure as well as CloudFlare to signify an error that doesn't have a more appropriate error message. | |||
| 2015-07-29 | Add a bandaid; provide correct rationale of using easy_install over pip, for now | Chris McDonough | |
| 2015-07-29 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2015-07-22 | Merge pull request #1861 from davidjb/patch-2 | Steve Piercy | |
| Use correct cache argument in cache busting doco | |||
| 2015-07-23 | Use correct cache argument in cache busting doco | David Beitey | |
| Minor correction; it's ``cache_max_age`` rather than ``max_cache_age``. | |||
| 2015-07-15 | fix for #1846, incorrect pointers to nonexistent webob properties | Chris McDonough | |
| 2015-06-23 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2015-06-18 | Merge pull request #1852 from stevepiercy/master | Steve Piercy | |
| rst numbering syntax | |||
| 2015-06-18 | rst numbering syntax | Steve Piercy | |
| 2015-06-18 | Merge pull request #1847 from stevepiercy/master | Steve Piercy | |
| combine extra credit sections | |||
| 2015-06-18 | combine extra credit sections | Steve Piercy | |
| 2015-06-11 | Merge pull request #1842 from stevepiercy/master | Steve Piercy | |
| Update authorization.rst - cherrypick from 1.5 | |||
| 2015-06-11 | Update authorization.rst | orangieboot | |
| Removed extra colons | |||
| 2015-06-10 | Merge pull request #1838 from jenner/contibutor-for-1837 | Michael Merickel | |
| added appropriate contributors and changes entries | |||
| 2015-06-11 | added appropriate contributors and changes entries | Igor Stroh | |
| 2015-06-10 | Merge pull request #1837 from jenner/pcreate-check-existing-names | Michael Merickel | |
| handle conflicting project names gracefully, fixes: #1357 | |||
| 2015-06-11 | use input_ from p.compat, renamed option | Igor Stroh | |
| - Use pyramid.compat.input_ instead of manually checking for python version and chosing the appropriate input/raw_input function - Renamed--force-conflicting-name option to --ignore-conflicting-name - Display invalid scaffold names in a sorted manner | |||
| 2015-06-10 | added py2.6 compatibility, removed test for 'site' | Igor Stroh | |
| - Made sure str.format() calls are py2.6 compatible - Removed test_scaffolds/test_init.py#test_pre_site since the check is handled in pcreate script | |||
| 2015-06-10 | make sure user input is py2.x/py3 compatible | Igor Stroh | |
| - Use input() in python3 and raw_input in python 2.x - Remoced unused local variables | |||
| 2015-06-10 | removed unused exceptions | Igor Stroh | |
| 2015-06-10 | handle conflicting project names gracefully, fixes: #1357 | Igor Stroh | |
| - Check for importable packages/modules with the same name as the package to be created - Added --force-conflicting-name option to enforce the use of a conflicting package - Added appropriate tests | |||
| 2015-06-09 | Merge pull request #1836 from Pylons/fix-1832-master | Tres Seaver | |
| Return concrete classes from 'pyramid.httpexceptions.exception_response' | |||
| 2015-06-09 | Return concrete classes from 'pyramid.httpexceptions.exception_response'. | Tres Seaver | |
| The base classes are not appropriate for 400 and 500 status codes. See: #1832 | |||
| 2015-06-06 | Merge pull request #1831 from stevepiercy/master | Steve Piercy | |
| cherry pick 1.6-branch to master | |||
| 2015-06-06 | cherry pick 1.6-branch to master | Steve Piercy | |
| 2015-06-06 | Merge pull request #1829 from kissgyorgy/master | Tres Seaver | |
| More idiomatic Python | |||
| 2015-06-06 | More idiomatic code | Kiss György | |
