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-08-05
remove unused code
Chris McDonough
2011-08-05
add toposort and tests
Chris McDonough
2011-08-05
refactor
Chris McDonough
2011-08-02
first cut
Chris McDonough
2011-08-02
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-02
avoid memory leak potential when assigning sys.exc_info() result to an attr o...
Chris McDonough
2011-08-01
Merge branch 'ipython-0.11'
Michael Merickel
2011-08-01
Refactored the PShellCommand to improve testability.
Michael Merickel
2011-07-31
Removed unused PCommand testing hooks.
Michael Merickel
2011-07-31
Fixed spelling in the IRoute interface.
Michael Merickel
2011-07-31
Fixed a spelling mistake in ISession.
Michael Merickel
2011-07-31
- A new attribute is available on request objects: ``exc_info``. Its value
Chris McDonough
2011-07-31
fixed css scaffolds
Blaise Laflamme
2011-07-30
Added the pyramid.* settings to the settings dict.
Michael Merickel
2011-07-30
Updated the scaffold settings to use the 'pyramid.' prefix.
Michael Merickel
2011-07-30
Added support for a 'pyramid.include' setting to add arbitrary
Michael Merickel
2011-07-29
Added support in pyramid for "pyramid.*" settings prefixes.
Michael Merickel
2011-07-28
add some edits to the docs for response_adapter decorator; fix renderings
Chris McDonough
2011-07-28
merge
Chris McDonough
2011-07-25
fix banner display for ipython < 0.11
Julian Taylor
2011-07-24
Merge pull request #244 from cd34/master
Chris McDonough
2011-07-25
modified scaffold templates to be xhtml compliant
Chris Davies
2011-07-25
garden; whitespace, comment cleanups
Chris McDonough
2011-07-24
allow handler to be a dotted name
Chris McDonough
2011-07-24
add compatibility with ipython 0.11
Julian Taylor
2011-07-24
- The Pyramid debug logger now uses the standard logging configuration
Chris McDonough
2011-07-24
fix merge conflicts
Chris McDonough
2011-07-24
add tests for request handler bits
Chris McDonough
2011-07-24
back this feature out; we'll try a different approach
Chris McDonough
2011-07-24
first cut
Chris McDonough
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
[next]