summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2013-08-17Merge branch 'master' of github.com:adroullier/pyramid into adroullier-masterChris McDonough
2013-08-17clean up test namesAndreas Zeidler
2013-08-17don't use the default locale when testing custom localizerAndreas Zeidler
2013-08-17remove test that explicitly sets a registry on the requestAndreas Zeidler
2013-08-17test a custom localizerAndreas Zeidler
2013-08-17test the default localizerAndreas Zeidler
2013-08-17remove duplicate of `Test_get_locale_name.test_name_on_request`Andreas Zeidler
2013-08-17add ``localizer`` property to the request (refs #508)Andreas Zeidler
2013-08-17copy_dir() recursive overwrite test updatesadroullier
2013-08-17copy_dir() recursive overwrite fixadroullier
2013-08-16unused importsChris McDonough
2013-08-16unused importChris McDonough
2013-08-16rename teststaticappbase to staticappbase so non-nose testrunner (e.g. pytest...Chris McDonough
2013-08-16remove dead codeChris McDonough
2013-08-15prefer the functionish printPhilip Jenvey
2013-08-15cleanup cherrypy runnerMichael Merickel
2013-08-15Make ``pserve.cherrypy_server_runner`` Python 3 compatible.Tom Lazar
2013-08-15Merge pull request #1078 from wichert/auth-explicit-domainAndreas Zeidler
2013-08-15Merge pull request #1072 from wichert/auth-parent-domain-cleanupAndreas Zeidler
2013-08-14prevent reparenting if no properties are definedMichael Merickel
2013-08-13remove some dead codeMichael Merickel
2013-08-13added deprecation warning for mako tupleBlaise Laflamme
2013-08-13added mako renderer testBlaise Laflamme
2013-08-13fixed mako renderer returning a tuple with a previous defname value in some c...Blaise Laflamme
2013-08-13Merge branch 'master' into docs.gettingstartedPaul Everitt
2013-08-13fix a regression with the current_route_url changes in #1081Michael Merickel
2013-08-13Fixed documentation width, signed contributors agreement and added a test for...Jonathan Villemaire-Krajden
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
2013-08-13Updated doc string for Request.current_route_url.Jonathan Villemaire-Krajden
2013-08-13Request.current_route_url() now returns the query string by default.Jonathan Villemaire-Krajden
2013-08-12Allow explicit cookie domain setting.Wichert Akkerman
2013-08-10No cookies on other domain with parent_domainWichert Akkerman
2013-08-10Merge branch 'master' of github.com:junaidali/pyramid into junaidali-masterChris McDonough
2013-08-10Merge branch 'master' of github.com:cd34/pyramid into cd34-masterChris McDonough
2013-08-10Merge branch 'pserve.verbosity' of github.com:joulez/pyramid into joulez-pser...Chris McDonough
2013-08-09"agsinst" to "against"tisdall
2013-08-09"intead" to "instead"tisdall
2013-08-09"argments" to "arguments"; "agument" to "argument"tisdall
2013-08-08"readded" to "re-added"tisdall
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-08-02add pdistreport commandChris McDonough
2013-08-02add a docstring for not_Chris McDonough
2013-08-02quiet keyword sets verbose level to 0, test_pserve.py restored to previous stateJulian Paul Glass
2013-08-01Changed to an incrementing verbose level, (-q, --quiet) option added, all ref...Julian Paul Glass
2013-08-01Updated test_pserve.py - ins.options.verboseJulian Paul Glass
2013-08-01Replaced references tow self.verbose with self.option.verboseJulian Paul Glass
2013-07-31Added verbosity option -v --verbose to pserve.pyJulian Paul Glass
2013-07-31Added verbosity option -v --verbose to pserve.pyJulian Paul Glass
2013-07-24add not_ predicate featureChris McDonough
2013-07-21Fix documentation of testing.setUpRonan Amicel