summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 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-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
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-24Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-11-20improve grammar and remove slangSteve Piercy
2013-11-20Fixed typo - removed 'hair'.Ole Morten Halvorsen
2013-11-18update whatsnew in 1.5Chris McDonough
2013-11-18remove liesChris McDonough
2013-11-18Merge branch 'master' into 1.5-branchChris McDonough
2013-11-18Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-11-18Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branchChris McDonough
2013-11-17Merge pull request #1195 from ztane/masterMichael Merickel
2013-11-17Should return the simple_tween here, not the handler.Antti Haapala
2013-11-16Merge pull request #1193 from ztane/masterSteve Piercy
2013-11-17Fixed indentation issuesAntti Haapala
2013-11-17Removed extra indentation from some examples (:linenos: should be indented wi...Antti Haapala
2013-11-16Merge branch 'ztane-master'Chris McDonough
2013-11-1680 charsChris McDonough
2013-11-16Merge branch 'master' of github.com:ztane/pyramid into ztane-masterChris McDonough
2013-11-16Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-11-16Added Antti Haapala to CONTRIBUTORS.txtAntti Haapala
2013-11-16Enhanced the narrative documentation for tweens.Antti Haapala
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-13Merge pull request #1187 from msabramo/patch-3Michael Merickel
2013-11-13.travis.yml: Add 3.3Marc Abramowitz
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-11easiest commit everMichael Merickel
2013-11-11Merge branch 'feature.security-apis-on-request'Chris McDonough
2013-11-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
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
2013-11-07tests for custom query stringsMichael Merickel
2013-11-07support encoding arbitrary query stringsMichael Merickel
2013-11-07support query string and anchor on external static urlsMichael Merickel