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
/
repoze
/
bfg
/
request.py
Age
Commit message (
Expand
)
Author
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-06-24
Merge noroutes branch to trunk.
Chris McDonough
2009-06-22
- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
Chris McDonough
2009-06-21
Make views that do not have a route_name match when any route is used.
Chris McDonough
2009-06-18
repoze.bfg.request.get_request -> repoze.bfg.threadlocal.get_current_request
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-02
Note non-APIness.
Chris McDonough
2009-06-02
- Add ``repoze.bfg.request.current_request`` function. This function
Chris McDonough
2009-05-31
- The ``request_type`` argument of ZCML ``view`` declarations and
Chris McDonough
2009-04-11
- The default request charset encoding is now ``utf-8``. As a result,
Chris McDonough
2009-01-20
Warn against using in user code.
Chris McDonough
2009-01-20
# We use 'precooked' Request subclasses that correspond to HTTP
Chris McDonough