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-18
- Pyramid no longer eagerly commits some default configuration statements at
Chris McDonough
2011-08-18
Merge branch 'SpotOn-master'
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
garden
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
Garden.
Chris McDonough
2011-08-16
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-16
Merge pull request #252 from mmerickel/feature.pshell-setup
Chris McDonough
2011-08-16
Added some docs for the new 'setup' option key in [pshell].
Michael Merickel
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
2011-08-15
misc cleanups
Chris McDonough
2011-08-15
move config tests back to top-level tests dir (setup.py test cant cope)
Chris McDonough
2011-08-15
appease setup.py test
Chris McDonough
2011-08-15
- Refactor ``pyramid.config`` into a package.
Chris McDonough
2011-08-15
garden
Chris McDonough
2011-08-15
remove temp debugging code
Chris McDonough
2011-08-15
- New methods of the ``pyramid.config.Configurator`` class:
Chris McDonough
2011-08-14
- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather
Chris McDonough
2011-08-14
- ``pyramid.testing.DummyRequest`` now implements the
Chris McDonough
2011-08-14
- All tutorials now use - The ``route_url``, ``route_path``,
Chris McDonough
2011-08-14
garden
Chris McDonough
2011-08-14
- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and
Chris McDonough
2011-08-14
Garden.
Chris McDonough
2011-08-14
fix jython test failures
Chris McDonough
2011-08-14
garden:
Chris McDonough
2011-08-14
- The ``settings`` dictionary now raises a deprecation warning when you
Chris McDonough
2011-08-14
- Added the ``pyramid.interfaces.IDict`` interface representing the methods
Chris McDonough
2011-08-13
Require that tween_factory argument to add_tween be a dotted name.
Chris McDonough
2011-08-13
garden
Chris McDonough
2011-08-13
- WSGIHTTPException (HTTPFound, HTTPNotFound, etc) now has a new API named
Chris McDonough
2011-08-13
disallow adding a tween factory which is an instance without passing its glob...
Chris McDonough
2011-08-13
garden
Chris McDonough
2011-08-13
garden
Chris McDonough
2011-08-13
mention pyramid_exclog
Chris McDonough
2011-08-13
- Added a Logging chapter to the narrative docs (based on the Pylons logging
Chris McDonough
2011-08-13
- Projects created via a scaffold no longer depend on the ``WebError``
Chris McDonough
2011-08-12
garden
Chris McDonough
2011-08-12
- Pyramid now relies on PasteScript >= 1.7.4. This version contains a
Chris McDonough
2011-08-12
reduce awkwardness of phrasing
Chris McDonough
2011-08-12
garden
Chris McDonough
[next]