summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2014-04-08no idea how this ever worked without pyramid being installed into the python ...Chris McDonough
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2014-04-08Update documentation for Lingua 2Wichert Akkerman
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-03-11test_unicode_in_url_404: Add comment to clarify why request_path_unicodeMarc Abramowitz
2014-03-11Convert from u prefix to byte string and decodeMarc Abramowitz
2014-03-11Remove 'b'; WebTest or WebOb doesn't like Python 3 bytes for URLsMarc Abramowitz
2014-03-10Add integration tests for Unicode in URLMarc Abramowitz
2014-03-05'request_method' is *not* limited to the named set.Tres Seaver
2014-03-04update inconsistent effective_principals docsMichael Merickel
2014-03-03Hand RepozeWho1AuthenticationPolicy.remember kwargs to repoze.who #1249Robert Buchholz
2014-03-03Hand RepozeWho1AuthenticationPolicy.remember kwargs to repoze.who #1249Robert Buchholz
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-21fix regression with code expecting secrets to be encoded with latin-1Michael Merickel
2014-02-21support high-order characters in UnencryptedCookieSessionFactoryConfig secretsMichael Merickel
2014-02-21test cases to reproduce #1246Michael Merickel
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