summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-09add docs/_themesSteve Piercy
2014-02-08prep for 1.5b1Chris McDonough
2014-02-08nose-selecttests is not py3 compat, so we cant really rely on it in testing ↵Chris McDonough
requirements
2014-02-08- We no longer eagerly clear ``request.exception`` and ``request.exc_info`` inChris 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-02-08Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-02-06rst syntaxMichael Merickel
2014-01-28prep for 1.5a4 releaseChris McDonough
2014-01-28add scaffolding changes to whatsnewChris McDonough
2014-01-28Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-01-28Merge pull request #1231 from danjacka/patch-1Blaise Laflamme
Wee typo fix
2014-01-29Wee typo fixDan Jacka
2014-01-28Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-01-23Merge pull request #1228 from amitvmane/patch-2Steve Piercy
Update CONTRIBUTORS.txt
2014-01-23Update CONTRIBUTORS.txtamitvmane
Added as a contributor.
2014-01-23Merge pull request #1227 from amitvmane/patch-1Steve Piercy
Thank you!
2014-01-23Update project.rstamitvmane
Updated text as per feedback from Michael M. Thanks.
2014-01-23Update project.rstamitvmane
Document fix for issue 1226
2014-01-22- Fix a memory leak when the configurator's ``set_request_property`` method wasChris 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
2014-01-21Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-01-19update narrative docs about iterable decorator argumentMichael Merickel
2014-01-03updated changesBlaise Laflamme
2014-01-03modified MyProject srcBlaise Laflamme
2014-01-03updated myproject docsBlaise Laflamme
2014-01-03changed project image refsBlaise Laflamme
2014-01-03updated version in scaffoldsBlaise Laflamme
2014-01-03fixed starter template package refBlaise Laflamme
2014-01-03fixed zodb template package refBlaise Laflamme
2014-01-03fixed package refBlaise Laflamme
2014-01-03changed alchemy templateBlaise Laflamme
2014-01-03added new assetsBlaise Laflamme
2014-01-03removed alchemy assetsBlaise Laflamme
2014-01-03changed zodb templateBlaise Laflamme
2014-01-03added new assetsBlaise Laflamme
2014-01-03removed zodb assetsBlaise Laflamme
2014-01-03changed starter templateBlaise Laflamme
2014-01-03added new assetsBlaise Laflamme
2014-01-03removed starter assetsBlaise Laflamme
2014-01-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-12-30grammar fixesSteve Piercy
2013-12-20Merge pull request #1210 from bertjwregeer/feature.depend-on-webobTres Seaver
Depend on webob 1.3.1
2013-12-19typosMichael Merickel
2013-12-13Update CHANGESBert JW Regeer
2013-12-13Depend on 1.3.1 of WebObBert JW Regeer
2013-12-12put change note in the right release sectionChris McDonough
2013-12-12Merge branch 'wichert-jsonp-syntax'Chris McDonough
2013-12-12add url to issueChris McDonough
2013-12-12Merge branch 'jsonp-syntax' of github.com:wichert/pyramid into ↵Chris McDonough
wichert-jsonp-syntax
2013-12-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-12-12Merge pull request #1206 from MatthewWilkes/masterChris McDonough
Update pluralize docs now lingua1.7 is out
2013-12-11Merge pull request #1208 from whiteroses/masterSteve Piercy
Fix a typo.