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
Age
Commit message (
Expand
)
Author
2009-01-16
- Add a section on "Using BFG Security With URL Dispatch" into the
Chris McDonough
2009-01-16
Do alsoProvides instead of directlyProvides in case the request factory
Chris McDonough
2009-01-16
Remove now-useless class-level defaults.
Chris McDonough
2009-01-16
- The ``repoze.bfg.view.static`` helper now uses
Chris McDonough
2009-01-16
Features
Chris McDonough
2009-01-15
Add dead chickens to suppress spurious coverage output.
Chris McDonough
2009-01-15
Get rid of PlacelessSetup.
Chris McDonough
2009-01-15
Get rid of _getFUT.
Chris McDonough
2009-01-15
Get rid of _getFUT.
Chris McDonough
2009-01-15
Get rid of _getFUT.
Chris McDonough
2009-01-15
Get rid of _getFUT.
Chris McDonough
2009-01-15
Remove more unused stuff.
Chris McDonough
2009-01-15
Clean up unused stuff.
Chris McDonough
2009-01-15
Unfix interfaces (thanks Tres).
Chris McDonough
2009-01-15
Fix interfaces.
Chris McDonough
2009-01-15
Test coverage.
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2009-01-12
- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) is
Chris McDonough
2009-01-12
Only pop the registry stack if we've pushed on to it in makeRegistry.
Chris McDonough
2009-01-12
- Make the (internal) thread local registry manager maintain a stack
Chris McDonough
2009-01-11
Better docstrings.
Chris McDonough
2009-01-11
Unused import.
Chris McDonough
2009-01-11
Better coverage.
Chris McDonough
2009-01-11
- Improve test coverage.
Chris McDonough
2009-01-11
Make clearer what ``name`` means within the __call__ method.
Chris McDonough
2009-01-11
Fix docs and templates to account for deprecation of get_options.
Chris McDonough
2009-01-11
Merge router-simplify branch. Changelog below.
Chris McDonough
2009-01-09
Unused imports.
Chris McDonough
2009-01-08
Fixed typo. Patch contributed by Peter Koppatz.
Malthe Borch
2009-01-07
Add a 'post' argument to the DummyRequest ctor.
Tres Seaver
2009-01-07
Add better testing for DummyRequest; fix a bug in cookie init.
Tres Seaver
2009-01-07
- Add a method named ``assert_`` to the DummyTemplateRenderer. This
Chris McDonough
2009-01-07
Depend on repoze.tm instead of repoze.tm2 (we don't need the extra ``transact...
Chris McDonough
2009-01-07
Add repoze.tm2 to setup.py / INI file, so changes get saved.
Tres Seaver
2009-01-06
Test with seq and dict; use a unicode val with a space in it for maximum deli...
Chris McDonough
2009-01-06
Added ``__len__`` and ``__nonzero__`` to ``repoze.bfg.testing:DummyModel``.
Tres Seaver
2009-01-06
- The ``repoze.bfg.registry.get_options`` callable used to return only
Chris McDonough
2009-01-06
Renamed the existing BFG paster template to ``bfg_starter``.
Tres Seaver
2009-01-06
Prepare for additional paster templates.
Tres Seaver
2009-01-06
Make this part of the class docstring.
Chris McDonough
2009-01-06
- A ``static`` helper class was added to the ``repoze.bfg.views``
Chris McDonough
2009-01-06
Be more specific.
Chris McDonough
2009-01-05
New Modules
Chris McDonough
2008-12-23
Unused function.
Chris McDonough
2008-12-23
- The BFG ``view`` ZCML directive no longer calls
Chris McDonough
2008-12-23
This stuff should have never been checked in; it's in repoze.zcml now.
Chris McDonough
2008-12-21
- Updated paster template "ez_setup.py" to one that requires
Chris McDonough
2008-12-21
Backwards Incompatibilities (Major)
Chris McDonough
2008-12-18
Add note about lack of lock.
Chris McDonough
2008-12-18
Use ``ob.__class__ is unicode`` (~ 15% faster).
Chris McDonough
[next]