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
Age
Commit message (
Expand
)
Author
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-27
garden
Chris McDonough
2011-08-27
describe output
Chris McDonough
2011-08-27
reword
Chris McDonough
2011-08-27
prep for 1.2a2
Chris McDonough
2011-08-27
garden
Chris McDonough
2011-08-27
reword
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
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-26
- An include could not set a root factory successfully because the
Chris McDonough
2011-08-25
Merge pull request #257 from djay/master
Chris McDonough
2011-08-26
include install and move firstapp higher up index
Dylan Jay
2011-08-25
note change
Chris McDonough
2011-08-25
use the right value for 'error'
Chris McDonough
2011-08-25
dont use duplicate target
Chris McDonough
2011-08-25
Merge branch 'master' of github.com:Pylons/pyramid
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-25
Merge branch 'djay-master'
Chris McDonough
2011-08-25
use Response; fix text
Chris McDonough
2011-08-25
fix helloworld example
Dylan Jay
2011-08-25
Merge branch 'master' of github.com:djay/pyramid
Dylan Jay
2011-08-25
include rather than repeat helloworld.py
Dylan Jay
2011-08-25
use routes in firstapp as they are more familar to most and put hello world o...
Dylan Jay
2011-08-24
docs typo fix
Chris McDonough
2011-08-24
garden
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
garden
Chris McDonough
2011-08-24
coverage
Chris McDonough
2011-08-24
prep for 1.2a1
Chris McDonough
2011-08-23
garden
Chris McDonough
2011-08-23
Merge branch 'feature.configphases'
Chris McDonough
2011-08-23
put match_param at the end to service external package unit tests
Chris McDonough
2011-08-23
add explanations
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
add changes
Chris McDonough
2011-08-23
Merge branch 'feature.matchdict-view-predicate'
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
[next]