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
Age
Commit message (
Expand
)
Author
2011-05-18
Revert to get rid of incorrect author
Carlos de la Guardia
2011-05-18
added correct module name to method references so that proper links are gener...
John Anderson
2011-05-15
garden
Chris McDonough
2011-05-15
docstring/comment changes
Chris McDonough
2011-05-14
template -> scaffold
Chris McDonough
2011-05-14
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-05-14
add 'What's new In Pyramid 1.1' document
Chris McDonough
2011-05-14
Merge pull request #190 from wichert/master
Carlos de la Guardia
2011-05-14
Correct spelling of my name
Wichert Akkerman
2011-05-14
applied some of the suggestions from issue #189. closes #189
Chris McDonough
2011-05-14
garden
Chris McDonough
2011-05-14
use lingua in docs (thanks to wichert)
Chris McDonough
2011-05-13
good enough
Chris McDonough
2011-05-13
fix IRouteMapper interface to match reality
Chris McDonough
2011-05-13
- The ``add_route`` method of the Configurator now accepts a ``static``
Chris McDonough
2011-05-13
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
Chris McDonough
2011-05-13
note location change
Chris McDonough
2011-05-12
rename 'paster_templates' to 'scaffolds', adjust references
Chris McDonough
2011-05-12
zcml not part of pyramid itself anymore
Chris McDonough
2011-05-12
garden
Chris McDonough
2011-05-12
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-05-11
Silence stupid deprecation under Python >= 2.7.
Tres Seaver
2011-05-10
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-05-10
Merge pull request #187 from aodag/master
Tres Seaver
2011-05-09
Merge pull request #188 from dairiki/master
Carlos de la Guardia
2011-05-09
fixes trivial doc typos
Geoffrey T. Dairiki
2011-05-09
wrong declaring for provided and implemented interface of DefaultViewMapper.
Atsushi Odagiri
2011-05-05
added note about constructor argument for same purpose, for uniformity
cguardia
2011-05-05
removed meth indicator, which caused parentheses to show beside the name of t...
cguardia
2011-05-05
removed meth indicator, which was showing on the rendered docs
cguardia
2011-05-05
Merge pull request #184 from mmerickel/fix_auth_tutorial
Carlos de la Guardia
2011-05-05
Fixed some line numbers in the docs.
Michael Merickel
2011-05-05
Fixed a bug in the wiki2/auth tutorial.
Michael Merickel
2011-05-04
note pviews
Chris McDonough
2011-05-04
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-05-04
Merge pull request #182 from cguardia/master
Chris McDonough
2011-05-04
Merge pull request #181 from dairiki/master
Carlos de la Guardia
2011-05-04
changed __doc__ to __text__ in dummy custom predicate
cguardia
2011-05-04
Revert "test adding theme as a submodule"
cguardia
2011-05-04
Revert "fixed makefile to update theme submodule correctly"
cguardia
2011-05-04
Revert "added requirement file to test rtd integration"
cguardia
2011-05-04
Revert "changed requirements file to test rtd integration"
cguardia
2011-05-04
Merge branch 'master' of https://github.com/Pylons/pyramid
cguardia
2011-05-04
code refactoring for showing route->view relationship more correctly; tests a...
cguardia
2011-05-04
Documentation typo fix
Geoffrey T. Dairiki
2011-04-27
- Passing an ``environ`` dictionary to the ``__call__`` method of a
Chris McDonough
2011-04-27
- Previously, ``pyramid.request.Request`` inherited from
Chris McDonough
2011-04-27
pulled in mcdoncs changes
cguardia
2011-04-27
Merge branch 'cguardia-master' into pviews
Chris McDonough
2011-04-27
use __doc__ instead of __text__ to represent predicate output; inject bfg.rou...
Chris McDonough
[next]