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
/
tests
/
test_request.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-15
coverage
Chris McDonough
2010-09-15
Features
Chris McDonough
2010-09-13
allow callbacks to add other callbacks
Chris McDonough
2010-09-13
Features
Chris McDonough
2010-09-12
- Add a new request API: ``request.add_finished_callback``. Finished
Chris McDonough
2010-09-07
- Use ``hash()`` rather than ``id()`` when computing the "phash" of a
Chris McDonough
2010-09-05
Documentation
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-01-21
Add tests for setattr and getattr.
Chris McDonough
2010-01-19
- When WebOb 0.9.7.1 was used, a deprecation warning was issued for
Chris McDonough
2009-11-23
- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb
Chris McDonough
2009-11-21
- "Hybrid mode" applications (applications which explicitly used
Chris McDonough
2009-11-19
Checkpoint: move most zcml route and view directive tests to test_configuration.
Chris McDonough
2009-11-04
- The ``bfgshell`` command did not function properly; it was still
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-10-23
- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCML
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
- Add ``repoze.bfg.request.current_request`` function. This function
Chris McDonough
2009-04-11
- The default request charset encoding is now ``utf-8``. As a result,
Chris McDonough