index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyramid
Age
Commit message (
Expand
)
Author
2013-08-17
Merge branch 'master' of github.com:adroullier/pyramid into adroullier-master
Chris McDonough
2013-08-17
clean up test names
Andreas Zeidler
2013-08-17
don't use the default locale when testing custom localizer
Andreas Zeidler
2013-08-17
remove test that explicitly sets a registry on the request
Andreas Zeidler
2013-08-17
test a custom localizer
Andreas Zeidler
2013-08-17
test the default localizer
Andreas Zeidler
2013-08-17
remove duplicate of `Test_get_locale_name.test_name_on_request`
Andreas Zeidler
2013-08-17
add ``localizer`` property to the request (refs #508)
Andreas Zeidler
2013-08-17
copy_dir() recursive overwrite test updates
adroullier
2013-08-17
copy_dir() recursive overwrite fix
adroullier
2013-08-16
unused imports
Chris McDonough
2013-08-16
unused import
Chris McDonough
2013-08-16
rename teststaticappbase to staticappbase so non-nose testrunner (e.g. pytest...
Chris McDonough
2013-08-16
remove dead code
Chris McDonough
2013-08-15
prefer the functionish print
Philip Jenvey
2013-08-15
cleanup cherrypy runner
Michael Merickel
2013-08-15
Make ``pserve.cherrypy_server_runner`` Python 3 compatible.
Tom Lazar
2013-08-15
Merge pull request #1078 from wichert/auth-explicit-domain
Andreas Zeidler
2013-08-15
Merge pull request #1072 from wichert/auth-parent-domain-cleanup
Andreas Zeidler
2013-08-14
prevent reparenting if no properties are defined
Michael Merickel
2013-08-13
remove some dead code
Michael Merickel
2013-08-13
added deprecation warning for mako tuple
Blaise Laflamme
2013-08-13
added mako renderer test
Blaise Laflamme
2013-08-13
fixed mako renderer returning a tuple with a previous defname value in some c...
Blaise Laflamme
2013-08-13
Merge branch 'master' into docs.gettingstarted
Paul Everitt
2013-08-13
fix a regression with the current_route_url changes in #1081
Michael Merickel
2013-08-13
Fixed documentation width, signed contributors agreement and added a test for...
Jonathan Villemaire-Krajden
2013-08-13
Merge remote-tracking branch 'origin/master' into docs.gettingstarted
Paul Everitt
2013-08-13
Updated doc string for Request.current_route_url.
Jonathan Villemaire-Krajden
2013-08-13
Request.current_route_url() now returns the query string by default.
Jonathan Villemaire-Krajden
2013-08-12
Allow explicit cookie domain setting.
Wichert Akkerman
2013-08-10
No cookies on other domain with parent_domain
Wichert Akkerman
2013-08-10
Merge branch 'master' of github.com:junaidali/pyramid into junaidali-master
Chris McDonough
2013-08-10
Merge branch 'master' of github.com:cd34/pyramid into cd34-master
Chris McDonough
2013-08-10
Merge 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-02
add pdistreport command
Chris McDonough
2013-08-02
add a docstring for not_
Chris McDonough
2013-08-02
quiet keyword sets verbose level to 0, test_pserve.py restored to previous state
Julian Paul Glass
2013-08-01
Changed to an incrementing verbose level, (-q, --quiet) option added, all ref...
Julian Paul Glass
2013-08-01
Updated test_pserve.py - ins.options.verbose
Julian Paul Glass
2013-08-01
Replaced references tow self.verbose with self.option.verbose
Julian Paul Glass
2013-07-31
Added verbosity option -v --verbose to pserve.py
Julian Paul Glass
2013-07-31
Added verbosity option -v --verbose to pserve.py
Julian Paul Glass
2013-07-24
add not_ predicate feature
Chris McDonough
2013-07-21
Fix documentation of testing.setUp
Ronan Amicel
[next]