summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2013-07-18When running the alchemy scaffold on MySQL an error is generated on tableChris Davies
2013-07-17Merge branch 'auth-parent-domain' of github.com:wichert/pyramid into wichert-...Chris McDonough
2013-07-14Avoid re-executing the same view when looking up context base views.Laurence Rowe
2013-07-14Merge branch 'master' of lrowe/pyramid into pull.1004Michael Merickel
2013-07-12Merge pull request #1043 from merwok/masterTres Seaver
2013-07-12Merge branch 'feature.prequest_login'Chris McDonough
2013-07-11Coverage for new OPTIONS and PROPFIND methods.Tres Seaver
2013-07-11Coverage for new '--login' option.Tres Seaver
2013-07-11Typo firx from merwok.Tres Seaver
2013-07-11Minor markup update to clarify object typeÉric Araujo