| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-14 | mature dev status | Michael Merickel | |
| 2014-04-09 | Merge pull request #1289 from thapar/patch-1 | Michael Merickel | |
| Typo correction "setupy"-->"setup.py" | |||
| 2014-04-09 | Typo correction "setupy"-->"setup.py" | thapar | |
| 2014-04-09 | Merge pull request #1288 from stevepiercy/master | Steve Piercy | |
| - add name of views.py | |||
| 2014-04-09 | - add name of views.py | Steve Piercy | |
| 2014-04-09 | Merge pull request #1287 from stevepiercy/master | Steve Piercy | |
| - clarify Windows setuptools instructions | |||
| 2014-04-09 | - clarify Windows setuptools instructions | Steve Piercy | |
| - correct typo on location | |||
| 2014-04-08 | add bdist_wheel unversality | Chris McDonough | |
| 2014-04-08 | vb master to 1.6dev | Chris McDonough | |
| 2014-04-08 | Merge branch '1.5-branch' | Chris McDonough | |
| 2014-04-08 | prep for 1.5 release | Chris McDonough | |
| 2014-04-08 | no idea how this ever worked without pyramid being installed into the python ↵ | Chris McDonough | |
| being used to run the tests first | |||
| 2014-04-08 | make pdf build again | Chris McDonough | |
| 2014-04-08 | i have no idea why we do this in here, but let's make it at least correct | Chris McDonough | |
| 2014-04-08 | fix typo and update whatsnew | Chris McDonough | |
| 2014-04-08 | add changenote | Chris McDonough | |
| 2014-04-08 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-04-08 | Merge pull request #1286 from wichert/drop-setupcfg-from-scaffolds | Chris McDonough | |
| Drop setup.cfg from scaffolds | |||
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert Akkerman | |
| Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them. | |||
| 2014-04-08 | Merge branch 'wichert-doc-update-for-lingua2' | Chris McDonough | |
| 2014-04-08 | add changenote | Chris McDonough | |
| 2014-04-08 | Remove Babel from all setup.cfg files | Wichert Akkerman | |
| 2014-04-08 | Always mention the msg* commands come from Gettext | Wichert Akkerman | |
| 2014-04-08 | Remove lingua references from setup.cfg description. | Wichert Akkerman | |
| 2014-04-08 | Fix $VENT typo | Wichert Akkerman | |
| 2014-04-08 | Keep using easy_install. | Wichert Akkerman | |
| 2014-04-08 | Update Lingua glossary item. | Wichert Akkerman | |
| 2014-04-08 | Update documentation for Lingua 2 | Wichert Akkerman | |
| 2014-04-08 | Merge branch '1.5-branch' | Chris McDonough | |
| 2014-04-08 | fix merge conflict while merging master to 1.5 branch | Chris McDonough | |
| 2014-04-07 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-03-27 | broadcast 3.4 support | Michael Merickel | |
| 2014-03-27 | Merge pull request #1188 from msabramo/patch-4 | Michael Merickel | |
| tox.ini: Add py34 | |||
| 2014-03-26 | Merge pull request #1280 from dhaaker/patch-2 | Steve Piercy | |
| Update hello_world.rst | |||
| 2014-03-26 | Merge pull request #1279 from dhaaker/patch-1 | Steve Piercy | |
| Remove whitespace before the open parenthesis | |||
| 2014-03-26 | Update hello_world.rst | Daniel Haaker | |
| Modify 'Extra Credit' to reflect code example | |||
| 2014-03-26 | Remove whitespace before the open parenthesis | Daniel Haaker | |
| 2014-03-24 | Merge pull request #1269 from msabramo/test_unicode_in_url | Michael Merickel | |
| Add integration tests for Unicode in URL | |||
| 2014-03-21 | Merge pull request #1276 from stevepiercy/master | Steve Piercy | |
| Minor rendering, syntax, and grammar fixes | |||
| 2014-03-21 | - fix indentation of code block | Steve Piercy | |
| 2014-03-21 | - correct bad .rst syntax | Steve Piercy | |
| 2014-03-18 | Merge pull request #1275 from thapar/patch-3 | Tres Seaver | |
| Added note to place login/logout route definitions before `/{pagename}` ... | |||
| 2014-03-17 | Corrected inline markup to use * for italics | thapar | |
| 2014-03-17 | Added note to place login/logout route definitions before `/{pagename}` route | thapar | |
| Resolves https://github.com/Pylons/pyramid/issues/1274 | |||
| 2014-03-13 | Strip redundant logging config from tutorial INI files. | Tres Seaver | |
| Leave it for the 'logging' and 'scaffolds' sections, where it is germane. | |||
| 2014-03-11 | test_unicode_in_url_404: Add comment to clarify why request_path_unicode | Marc Abramowitz | |
| is expected to be in res.txt | |||
| 2014-03-11 | Convert from u prefix to byte string and decode | Marc Abramowitz | |
| because the u prefix is not supported in Python 3.2 | |||
| 2014-03-11 | Remove 'b'; WebTest or WebOb doesn't like Python 3 bytes for URLs | Marc Abramowitz | |
| 2014-03-10 | Add integration tests for Unicode in URL | Marc Abramowitz | |
| 2014-03-10 | Merge pull request #1267 from sbivol/master | Tres Seaver | |
| Remove extra concatenation from request.static_url() | |||
