summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-11-27change the behavior of parse_url_overrides and resource_url to not quote a ↵Chris McDonough
_query/query argument supplied as a string and document in changelog
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
Should return the simple_tween here, not the handler.
2013-11-17Should return the simple_tween here, not the handler.Antti Haapala
2013-11-16Merge pull request #1193 from ztane/masterSteve Piercy
Indentation fixes
2013-11-17Fixed indentation issuesAntti Haapala
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
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
.travis.yml: Add Python 3.3
2013-11-13tox.ini: Add py34Marc Abramowitz
Useful for testing with the new Python 3.4 alpha versions.
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 ↵Chris McDonough
remember_userid/forget_userid methods from request
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