summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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.
2013-12-12Fix a typo.Ira
2013-12-10Expand on docstringMatthew Wilkes
2013-12-10Use new pluralize calling convention recognised by Lingua 1.7Matthew Wilkes
2013-12-10prep for 1.5a3Chris McDonough
2013-12-10add note about non-bw-compat between SignedCookieSessionFactory and ↵Chris McDonough
UnencryptedCookieSessionFactory. Ref #1200.
2013-12-10Fix JSONP syntax errorWichert Akkerman
2013-12-10use CookieProfile from webob in authentication module, add support for new ↵Chris McDonough
domain attribute on dummy request, depend on webob 1.3 or better
2013-12-07use a single serializer instead of serialize/deserialize in session.py, use ↵Chris McDonough
SignedSerializer from (yet to be released) webob 1.3 instead of local logic in session.py
2013-12-05Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-11-27appease travisChris McDonough
2013-11-27revert my reversionChris McDonough
2013-11-27Merge branch 'fix.pshell-ipython'Chris McDonough