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-07-23
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
Chris McDonough
2011-07-23
dont wrap a view callable if it's None
Chris McDonough
2011-07-23
Merge branch 'master' into wrapviews
Chris McDonough
2011-07-23
- The ``pyramid.events.BeforeRender`` event now has an attribute named
Chris McDonough
2011-07-23
first cut
Chris McDonough
2011-07-21
- Change all scaffolding templates that point to docs.pylonsproject.org to
Chris McDonough
2011-07-21
- Added the ``pyramid.renderers.null_renderer`` object as an API. The null
Chris McDonough
2011-07-21
- Add a deprecation warning for non-API function
Chris McDonough
2011-07-21
comment
Chris McDonough
2011-07-21
- Remove ``compat`` code that served only the purpose of providing backwards
Chris McDonough
2011-07-18
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-18
move import statement
Chris McDonough
2011-07-17
fix typo in urls.py :: current_route_url
michr
2011-07-16
not reusing this
Chris McDonough
2011-07-16
- Change paster pviews and paster proutes to use bootstrap.
Chris McDonough
2011-07-16
Added test coverage for 'PShellCommand'.
Michael Merickel
2011-07-16
Updated 'pshell' to support the new bootstrap api.
Michael Merickel
2011-07-16
Reworked pyramid.scripting. Modified docs and made make_request private.
Michael Merickel
2011-07-16
Modified the order of the WeakOrderedSet to remember the most recent.
Michael Merickel
2011-07-16
- Omit custom environ variables when rendering a custom exception template in
Chris McDonough
2011-07-16
- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"
Chris McDonough
2011-07-15
add not-for-civilians warnings
Chris McDonough
2011-07-15
remove bogus information about route_name, refer to the right method of Confi...
Chris McDonough
2011-07-15
typo
Chris McDonough
2011-07-15
note that make_app mutates global_registries
Chris McDonough
2011-07-15
silence coverage warning
Chris McDonough
2011-07-15
- get_root2 -> prepare
Chris McDonough
2011-07-15
add description of return value
Chris McDonough
2011-07-15
Merge branch 'master' into mmerickel-feature.scripting
Chris McDonough
2011-07-15
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-15
fix Jython test failures
Chris McDonough
2011-07-15
Use assertFalse instead of deprecated failIf
Brian Sutherland
2011-07-15
deshadow test
Chris McDonough
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
- Without a mo-file loaded for the combination of domain/locale,
Chris McDonough
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
[next]