summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2014-07-15Make sure it's possible to still set cache_max_age to None even if cache bust...Chris Rossi
2014-07-15Show an example.Chris Rossi
2014-07-15Try something a little more decoupled and consistent.Chris Rossi
2014-07-14Try this impl on and see how it feels.Chris Rossi
2014-07-14API docs scifi.Chris Rossi
2014-06-05- Work around a bug introduced in Python 2.7.7 on Windows whereChris McDonough
2014-06-04Scaffold templates: close more ul tags.george
2014-06-04Scaffold template: close an ul tag.george2
2014-05-16Merge branch 'pull.1251'Michael Merickel
2014-05-16close resources and 80-char line widthMichael Merickel
2014-05-16Expand tests - make sure pdf, jpeg types also are not annotated with a charset.Dobes Vandermeer
2014-05-16Add tests for the content_type fix.Dobes Vandermeer
2014-05-16Don't incorrectly default charset on FileResponsedobesv
2014-05-16fix typokrysros
2014-05-07Merge branch 'master' of https://github.com/ftravers/pyramid into pull.1325Michael Merickel
2014-05-05modify p.testing.setUp() to configure the package relative to callerMichael Merickel
2014-05-05Order of response_callback in the docstringflibustenet
2014-05-01fix #1253Michael Merickel
2014-04-29require ISession.invalidate to leave behind a usable sessionMichael Merickel
2014-04-27Update static.pyRoy Hyunjin Han
2014-04-27Replaced five minutes with one hourRoy Hyunjin Han
2014-04-24Replaced non-ascii copyright character with HTML equivalent.Fenton Travers
2014-04-24The copyright symbol causes this error:Fenton Travers
2014-04-23remove redundant testsMichael Merickel
2014-04-22Verify that wrapped is not NoneBert JW Regeer
2014-04-20add correct handling for dev docs which now points to 'master' docsgoodwillcoding
2014-04-20remove special case for dev branchesMichael Merickel
2014-04-20update the version detection to use better regex matching for versiongoodwillcoding
2014-04-20refine language some more to say 'Pyramid' lessgoodwillcoding
2014-04-20standardize on scaffold over template naminggoodwillcoding
2014-04-20clean up the language to say "Generated by"goodwillcoding
2014-04-19Merge branch 'master' of github.com:Pylons/pyramid into scaffold_versiongoodwillcoding
2014-04-19Move the docs and pyramid version to scaffold template generation andgoodwillcoding
2014-04-18_add_subscriber should resolve dotted namesBert JW Regeer
2014-04-16update the alchemy template to use pyramid version and doc versionMichael R
2014-04-16add pyramid version and pyramid docs branch to the scaffold generationMichael R
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