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-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
2011-08-20
_add_tween is the action method, not the nonunderscore version
Chris McDonough
2011-08-20
move configuration bits of tween stuff into config/tweens
Chris McDonough
2011-08-20
- The ``RemoteUserAuthenticationPolicy ``, ``AuthTktAuthenticationPolicy``,
Chris McDonough
2011-08-20
- The ``pyramid.request.Request.static_url`` API (and its brethren
Chris McDonough
2011-08-20
add static_path function to url and static_path method to request
Chris McDonough
2011-08-20
fix current_route_path example
Chris McDonough
2011-08-20
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-20
- New request methods: ``current_route_url``, ``current_route_path``.
Chris McDonough
2011-08-19
whitespace
Philip Jenvey
2011-08-19
review and fix configurator docs in random places
Chris McDonough
2011-08-19
add default renderers eagerly so they can be overridden, get rid of useless w...
Chris McDonough
2011-08-19
coverage
Chris McDonough
2011-08-19
- Better Mako rendering exceptions via
Chris McDonough
2011-08-18
coverage
Chris McDonough
2011-08-18
- Pyramid no longer eagerly commits some default configuration statements at
Chris McDonough
2011-08-18
use __name__ unless it doesnt exist; then just use view
Chris McDonough
2011-08-18
Merge https://github.com/SpotOn/pyramid into SpotOn-master
Chris McDonough
2011-08-18
View authorization and predicate mismatch exceptions have prettier messages
mLewisLogic
2011-08-18
first cut
Chris McDonough
2011-08-17
1.1 bw compat: dont choke trying to preserve view attrs if the view is None
Chris McDonough
2011-08-16
provide a default for route_prefix to PyramidConfigurationMachine (for zcml d...
Chris McDonough
2011-08-16
Merge pull request #252 from mmerickel/feature.pshell-setup
Chris McDonough
2011-08-16
Added an initialization callable to pshell.
Michael Merickel
2011-08-16
with_context requires that the route_prefix param be a passthrough even when ...
Chris McDonough
2011-08-16
Added tests for module without __all__.
Michael Merickel
2011-08-16
Minor change to help output.
Michael Merickel
2011-08-16
Added support for --import option to pshell.
Michael Merickel
2011-08-16
Added support for 'import' key in [pshell] ini section.
Michael Merickel
2011-08-16
minor Configurator constructor cleanups and reordering; start coming up with ...
Chris McDonough
[next]