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-07-14
Modified tests to use global_registries.remove() instead of relying on gc.
Michael Merickel
2011-07-14
Added test coverage for p.paster.bootstrap.
Michael Merickel
2011-07-14
Modified bootstrap to return a dict.
Michael Merickel
2011-07-14
Removed unused variable
Michael Merickel
2011-07-14
Added p.paster.bootstrap for handling simple loading of INI files.
Michael Merickel
2011-07-14
garden
Michael Merickel
2011-07-14
Added p.scripting.get_root2 that doesn't require an app arg.
Michael Merickel
2011-07-14
Just changed some of the docstrings to reference config_uri.
Michael Merickel
2011-07-14
Reverted get_root back to its behavior of expecting a router instance.
Michael Merickel
2011-07-14
Updated scripting test coverage to 100%.
Michael Merickel
2011-07-14
Added some docs for make_request and global_registries.
Michael Merickel
2011-07-14
Added the ability to make a request object for use in scripts.
Michael Merickel
2011-07-14
Moved the WeakOrderedSet into pyramid.util.
Michael Merickel
2011-07-14
Added tracking of p.config.global_registries for created apps.
Michael Merickel
2011-07-14
Adding a global to track the last registry loaded by Pyramid.
Michael Merickel
2011-07-14
Merge pull request #236 from AnneGilles/patch-1
Michael Merickel
2011-07-14
Edited docs/narr/viewconfig.rst via GitHub
AnneGilles
2011-07-14
describe what Pyramid does
Chris McDonough
2011-07-14
we no longer support py24
Chris McDonough
2011-07-14
mention traversal
Chris McDonough
2011-07-14
note that flask does not use import ordering, but complexity ordering
Chris McDonough
2011-07-14
typo
Chris McDonough
2011-07-14
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-14
- Without a mo-file loaded for the combination of domain/locale,
Chris McDonough
2011-07-14
Sentence was badly structured and also had a word capitalized after a comma
Carlos de la Guardia
2011-07-14
Removed superfluous 'and'
Carlos de la Guardia
2011-07-14
corrected typo
Carlos de la Guardia
2011-07-14
eliminated repeated word
Carlos de la Guardia
2011-07-14
typo
Chris McDonough
2011-07-14
promote http_cache to major feature
Chris McDonough
2011-07-14
forgot to change whatsnew
Chris McDonough
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
2011-07-13
move all paster commands to a separate chapter
Chris McDonough
2011-07-13
- Fix corner case to ease semifunctional testing of views: create a new
Chris McDonough
2011-07-13
prep for 1.1b2
Chris McDonough
2011-07-13
- Views associated with routes with spaces in the route name may not have
Chris McDonough
2011-07-13
- We now clear ``request.response`` before we invoke an exception view; an
Chris McDonough
2011-07-12
garden
Chris McDonough
2011-07-12
garden
Chris McDonough
2011-07-12
clarify
Chris McDonough
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-12
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
Chris McDonough
2011-07-12
garden
Chris McDonough
2011-07-12
- The ``Configurator.add_route`` method allowed two routes with the same
Chris McDonough
2011-07-12
nope, it works... just easy to get frustrated and give up
Chris McDonough
2011-07-12
remove unused import
Chris McDonough
2011-07-12
- Previously, If a ``BeforeRender`` event subscriber added a value via the
Chris McDonough
2011-07-12
reviewed
Chris McDonough
2011-07-12
warn about warnings in 2.7+
Chris McDonough
2011-07-12
fix sample
Chris McDonough
[next]