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
2012-01-11
Updated the changelogs.
Michael Merickel
2012-01-11
Added config.set_request_property().
Michael Merickel
2012-01-11
Renamed the func to callable in the docs.
Michael Merickel
2012-01-06
- The ``path_info`` route and view predicates now match against
Chris McDonough
2012-01-06
add tests for different kinds of names
Chris McDonough
2012-01-06
- The ``pyramid.view.view_defaults`` decorator did not work properly when
Chris McDonough
2012-01-05
coverage
Chris McDonough
2012-01-05
fix test on py3
Chris McDonough
2012-01-05
coverage
Chris McDonough
2012-01-05
fix test failures on python 3
Chris McDonough
2012-01-05
- Using a dynamic segment named ``traverse`` in a route pattern like this::
Chris McDonough
2012-01-05
bring docs up to date with code
Chris McDonough
2012-01-05
- String values passed to ``route_url`` or ``route_path`` that are meant to
Chris McDonough
2012-01-05
add test for pattern and match value having high-order characters in a traverse=
Chris McDonough
2012-01-05
fix urldispatch matching and generation to cope with various inputs
Chris McDonough
2012-01-04
Merge branch '1.3-branch' into pathinfogeddon
Chris McDonough
2012-01-04
more usage of traversal_path_info fixed
Chris McDonough
2012-01-04
remove dependency on pysqlite from all scaffolding on platforms lt 2.6
Chris McDonough
2012-01-04
merge from master
Chris McDonough
2012-01-04
more speculative changes regarding matching
Chris McDonough
2012-01-04
remove dependencies related to python 2.5 in alchemy scaffold
Bruno Binet
2012-01-04
untested work
Chris McDonough
2012-01-03
- The documentation of ``pyramid.events.subscriber`` indicated that using it
Chris McDonough
2012-01-02
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Chris McDonough
2011-12-30
Added the InstancePropertyMixin to the Request.
Michael Merickel
2011-12-28
typo
Chris McDonough
2011-12-21
merge master to 1.3 branch
Chris McDonough
2011-12-21
- Add undocumented ``__discriminator__`` API to derived view callables.
Chris McDonough
2011-12-16
- Allow prequest path to have query string variables.
Chris McDonough
2011-12-15
- Normalized exit values and ``-h`` output for all ``p*`` scripts
Chris McDonough
2011-12-15
Merge branch 'feature.prequest' into 1.3-branch
Chris McDonough
2011-12-15
finish prequest feature
Chris McDonough
2011-12-15
Merge branch 'master' into 1.3-branch
Chris McDonough
2011-12-15
add prequest script and entry point
Chris McDonough
2011-12-15
Merge pull request #376 from jinty/master
Chris McDonough
2011-12-15
Fix typo in log message
Brian Sutherland
2011-12-14
- Changed scaffolding machinery around a bit to make it easier for people who
Chris McDonough
2011-12-14
add a backwards compatibility knob to pcreate to emulate paster create handli...
Chris McDonough
2011-12-14
Flesh out new view_defaults feature and add docs, change notes, and add to wh...
Chris McDonough
2011-12-14
add view_defaults class decorator; fix mutability bug with __view_defaults__
Chris McDonough
2011-12-12
first cut at __view_defaults__ feature
Chris McDonough
2011-12-10
fix docs rendering
Chris McDonough
2011-12-09
fix links again
Chris McDonough
2011-12-09
basic instructions
Chris McDonough
2011-12-09
fix template links
Chris McDonough
2011-12-09
add static views introspection category
Chris McDonough
2011-12-08
use note instead of warning
Chris McDonough
2011-12-08
comment
Chris McDonough
2011-12-08
coverage and avoid whining on py27/py32 about failUnless
Chris McDonough
2011-12-08
provide caller_path support for both asset resolver and dotted name resolver,...
Chris McDonough
[next]