summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2014-02-27handle reissue_time=None properlyMichael Merickel
2014-02-27reproduce reissue_time=None bugMichael Merickel
2014-02-27fix timeout=None bug as well as some other potential unpacking problemsMichael Merickel
2014-02-27reproduce timeout=None bugMichael Merickel
2014-02-2779-char line widths!Michael Merickel
2014-02-27improve timeout docsMichael Merickel
2014-02-27Remove reference to request.get_logout_headers()dobesv
2014-02-27Add get_logout_headers to requestdobesv
2014-02-16Fix pserve --reload on Py3 (the simple solution)Antti Haapala
2014-02-10- Garden PR #1121Steve Piercy
2014-02-08- We no longer eagerly clear ``request.exception`` and ``request.exc_info`` inChris McDonough
2014-02-06rst syntaxMichael Merickel
2014-01-22- Fix a memory leak when the configurator's ``set_request_property`` method wasChris McDonough
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-19typosMichael Merickel
2013-12-12Merge branch 'jsonp-syntax' of github.com:wichert/pyramid into wichert-jsonp-...Chris McDonough
2013-12-12Merge pull request #1206 from MatthewWilkes/masterChris McDonough
2013-12-12Fix a typo.Ira
2013-12-10Expand on docstringMatthew Wilkes
2013-12-10add note about non-bw-compat between SignedCookieSessionFactory and Unencrypt...Chris McDonough
2013-12-10Fix JSONP syntax errorWichert Akkerman
2013-12-10use CookieProfile from webob in authentication module, add support for new do...Chris McDonough
2013-12-07use a single serializer instead of serialize/deserialize in session.py, use S...Chris McDonough
2013-11-27revert my reversionChris McDonough
2013-11-27Merge branch 'fix.pshell-ipython'Chris McDonough
2013-11-27change the behavior of parse_url_overrides and resource_url to not quote a _q...Chris McDonough
2013-11-27Merge branch 'feature.custom-query-strings'Chris McDonough
2013-11-27coverageChris McDonough
2013-11-15Added a clarifying comment on i18n _LOCALE_ valueAntti Haapala
2013-11-15remove deprecation warning with new ipython 1.1 embedded terminalMichael Merickel
2013-11-12update docsMichael Merickel
2013-11-12modify quoting to be bare-bonesMichael Merickel
2013-11-12centralize and properly escape query string and anchor argumentsMichael Merickel
2013-11-12remove need for parsing static url twice to replace schemeMichael Merickel
2013-11-09undeprecate remember/forget functions and remove remember_userid/forget_useri...Chris McDonough
2013-11-07fix testsMichael Merickel
2013-11-07handle static urls generated with a query stringMichael Merickel
2013-11-07fix mishandled anchors that need to be quotedMichael Merickel