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
2010-12-07
typo
Chris McDonough
2010-12-07
better conflict error reporting
Chris McDonough
2010-12-07
move with_context to API
Chris McDonough
2010-12-07
config_method -> maybe_autocommit
Chris McDonough
2010-12-07
remove stray import
Chris McDonough
2010-12-07
reenable autocommit support
Chris McDonough
2010-12-07
implement load_zcml in terms of a configurator
Chris McDonough
2010-12-07
make integration test check for non-cycling
Chris McDonough
2010-12-07
add an integration test for include, make sure the same callable is not proce...
Chris McDonough
2010-12-07
reimplement with_package in terms of with_context
Chris McDonough
2010-12-07
move lock closer to release
Chris McDonough
2010-12-07
use with_context in .include, also remove bogus sort of filenames
Chris McDonough
2010-12-07
add a with_context method for use by ZCML directives
Chris McDonough
2010-12-07
ranging in on some sort of conflict detection solution
Chris McDonough
2010-12-04
add include method
Chris McDonough
2010-12-03
all tests pass
Chris McDonough
2010-12-02
make most tests pass (all but default permission bug integration test)
Chris McDonough
2010-12-01
Merge branch 'master' into twophase
Chris McDonough
2010-11-28
Normalized paster starter template ini file
Blaise Laflamme
2010-11-27
Merge branch 'master' into twophase
Chris McDonough
2010-11-27
Merge remote branch 'remotes/upstream/master'
Atsushi Odagiri
2010-11-27
::
Atsushi Odagiri
2010-11-26
Paster template css cleanup
Blaise Laflamme
2010-11-26
more zcml test flailing
Chris McDonough
2010-11-26
Updated starter template with new theme
Blaise Laflamme
2010-11-26
attempt to make more zcml tests pass
Chris McDonough
2010-11-26
put autocommit flag on registry, make add_static_view into a non-config metho...
Chris McDonough
2010-11-25
work towards centralizing configuration context
Chris McDonough
2010-11-24
- New boolean Mako settings variable ``mako.strict_undefined``. See `Mako
Chris McDonough
2010-11-24
allow imports, directories, and default_filters to be lists in settings
Chris McDonough
2010-11-24
- The Mako renderer did not properly turn the ``mako.imports``,
Chris McDonough
2010-11-24
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2010-11-24
- Add support for json on GAE by catching NotImplementedError and importing
Chris McDonough
2010-11-23
fixing typo in deprecation warning
Igor Sobreira
2010-11-22
pyramid.testig.DummyRequest now has a class variable, query_string,
Chris Rossi
2010-11-21
add link in add_handler method to handlers chapter
Chris McDonough
2010-11-21
- Make default renderer work (renderer factory registered with no name, which
Chris McDonough
2010-11-21
- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API
Chris McDonough
2010-11-21
- SQLAlchemy+URLDispatch tutorial updated to integrate changes to
Chris McDonough
2010-11-21
- Add logging configuration to all paster templates.
Chris McDonough
2010-11-21
- The ``pyramid_routesalchemy`` paster template's unit tests failed
Chris McDonough
2010-11-20
convert stray references to colon routing syntax to squiggly syntax
Chris McDonough
2010-11-20
- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``
Chris McDonough
2010-11-19
Merge branch 'master' of https://github.com/BiosElement/pyramid into BiosElem...
Chris McDonough
2010-11-19
- Remove calls to config.begin()/config.end() from startup config code in
Chris McDonough
2010-11-19
Fix mako default filter to use unicode. This is mako's default.
William Chambers
2010-11-18
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-11-18
- URL Dispatch now uses the form ``{marker}`` to denote a replace marker in
Ben Bangert
2010-11-18
- Make test suite pass on PyPy (Chameleon doesn't work).
Chris McDonough
2010-11-18
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
[next]