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
2011-05-25
Added a simple session-based authentication policy.
Michael Merickel
2011-05-18
added correct module name to method references so that proper links are gener...
John Anderson
2011-05-15
docstring/comment changes
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-12
rename 'paster_templates' to 'scaffolds', adjust references
Chris McDonough
2011-05-11
Silence stupid deprecation under Python >= 2.7.
Tres Seaver
2011-05-10
Merge pull request #187 from aodag/master
Tres Seaver
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-04
Merge pull request #182 from cguardia/master
Chris McDonough
2011-05-04
changed __doc__ to __text__ in dummy custom predicate
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
2011-04-27
removed line that will never be executed
cguardia
2011-04-27
use __doc__ instead of __text__ for predicate description
cguardia
2011-04-25
Merge branch 'master' of https://github.com/Pylons/pyramid
cguardia
2011-04-25
revert a5702cd8: oops, it undoes timing attack protection
Philip Jenvey
2011-04-24
refactor
Philip Jenvey
2011-04-25
Merge branch 'master' of https://github.com/Pylons/pyramid
cguardia
2011-04-24
finished paster views command and 100% test coverage
cguardia
2011-04-24
fix rendering issue
Chris McDonough
2011-04-22
test coverage
Chris McDonough
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-22
Merge branch 'disambiguate_add_route' of https://github.com/mmerickel/pyramid...
Chris McDonough
2011-04-22
Updated static tests to pass using the add_route deprecations.
Michael Merickel
2011-04-21
add changelog entries, fix docs for wsgiapp2
Chris McDonough
2011-04-21
add unit tests for call_app_with_subpath_as_path_info
Chris McDonough
2011-04-21
add an integration test for wsgiapp2
Chris McDonough
2011-04-21
name change
Chris McDonough
2011-04-21
spellings
Chris McDonough
2011-04-21
share call_app_with_subpath_as_path_info between static view and wsgiapp2
Chris McDonough
2011-04-21
fewer tests fail
Chris McDonough
2011-04-20
fix scriptname and path_info computation in wsgiapp2 decorator; share code be...
Chris McDonough
2011-04-20
Provided a possible fix for StaticURLInfo.
Michael Merickel
2011-04-20
Fixed a small bug in the paster template.
Michael Merickel
2011-04-20
Converting docs to deprecate view parameters in config.add_route.
Michael Merickel
2011-04-20
Fix for issue #164. Disambiguation of add_route().
Michael Merickel
2011-04-19
Merge branch 'master' of git://github.com/Pylons/pyramid
Juliusz Gonera
2011-04-19
replacement for torturous_route_re, inner squigglies work again
Juliusz Gonera
[next]