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-31
move override tests to test_assets
Chris McDonough
2011-08-31
move inappropriately placed test
Chris McDonough
2011-08-31
move add_route tests to test_routes
Chris McDonough
2011-08-31
move testing_* tests to test_testing
Chris McDonough
2011-08-31
move add_response_adapter tests to test_adapters
Chris McDonough
2011-08-31
move add_subscriber tests to test_adapters
Chris McDonough
2011-08-31
move settings configurator method tests
Chris McDonough
2011-08-31
move asset configurator method tests
Chris McDonough
2011-08-31
- Undeprecated ``pyramid.traversal.find_model``,
Chris McDonough
2011-08-31
- The ``request_method`` predicate argument to
Chris McDonough
2011-08-31
- Support an ``onerror`` keyword argument to
Chris McDonough
2011-08-29
add match_param to the narrative docs
Chris McDonough
2011-08-29
- The ``settings`` object emitted a deprecation warning any time
Chris McDonough
2011-08-29
- Pyramid did not properly generate static URLs using
Chris McDonough
2011-08-28
skip renderer scan app integration test on java (uses chameleon)
Chris McDonough
2011-08-28
unused imports
Chris McDonough
2011-08-28
- Use ``config.with_package`` in view_config decorator rather than
Chris McDonough
2011-08-28
add a rescan test
Chris McDonough
2011-08-28
add an integration test that uses relative renderer names
Chris McDonough
2011-08-26
add forgotten file
Chris McDonough
2011-08-26
- A session factory can now be passed in using the dotted name syntax.
Chris McDonough
2011-08-26
- An include could not set a root factory successfully because the
Chris McDonough
2011-08-25
use the right value for 'error'
Chris McDonough
2011-08-25
More explicitly discussed properties of HTTPException objects.
Michael Merickel
2011-08-25
Added docs for some missing HTTP status' supported in httpexceptions.
Michael Merickel
2011-08-24
docs typo fix
Chris McDonough
2011-08-24
wording
Chris McDonough
2011-08-24
explain better
Chris McDonough
2011-08-24
- When a ``renderers=`` argument is not specified to the Configurator
Chris McDonough
2011-08-24
coverage
Chris McDonough
2011-08-23
put match_param at the end to service external package unit tests
Chris McDonough
2011-08-23
add some integration tests for aconflict autoresolution
Chris McDonough
2011-08-23
remove temporary testing code
Chris McDonough
2011-08-23
Added a test to verify attaching views to non-existant routes.
Michael Merickel
2011-08-23
merge master to branch
Chris McDonough
2011-08-23
Added support for a ``match_param`` view predicate.
Michael Merickel
2011-08-23
give the connect action a discriminator too
Chris McDonough
2011-08-23
fix integration test
Chris McDonough
2011-08-23
Reduce failures to a single integration test.
Chris McDonough
2011-08-23
Modified routes and views to delay more work until their actions.
Michael Merickel
2011-08-22
Fixed a lot of tests expecting add_route to return a route.
Michael Merickel
2011-08-22
fix security and setup_registry related tests
Chris McDonough
2011-08-22
break security-related method tests out of test_init
Chris McDonough
2011-08-22
first cut, tests fail
Chris McDonough
2011-08-22
- Move the ``OverrideProvider``, ``PackageOverrides``, ``DirectoryOverride``,
Chris McDonough
2011-08-22
- Move the ``Settings`` class from ``pyramid.settings`` to
Chris McDonough
2011-08-22
- Moved the ``StaticURLInfo`` class from ``pyramid.static`` to
Chris McDonough
2011-08-22
- Use [app:main] instead of a pipeline in all scaffolds and tutorials
Chris McDonough
2011-08-21
Updated routematch debugging to show the text description for predicates.
Michael Merickel
2011-08-20
remove tween aliases as a concept
Chris McDonough
[next]