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-19
add functional testing example
Chris McDonough
2010-12-19
missed args
Chris McDonough
2010-12-19
- All environment variables which used to be prefixed with ``BFG_`` are now
Chris McDonough
2010-12-19
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2010-12-19
- When a configuration conflict is encountered during scanning, the conflict
Chris McDonough
2010-12-19
typo fixes
Jamaludin Ahmad
2010-12-18
Merge branch 'model2resource'
Chris McDonough
2010-12-18
resource/asset normalization
Chris McDonough
2010-12-18
model->resource; make docs render without warnings
Chris McDonough
2010-12-18
spacing, note
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-18
model -> resource
Chris McDonough
2010-12-18
model -> resource; resource -> asset
Chris McDonough
2010-12-17
routes -> url dispatch
Chris McDonough
2010-12-16
get rid of a autodoc warning when building sphinx docs
Chris McDonough
2010-12-16
- The name ``registry`` is now available in a ``pshell`` environment by
Chris McDonough
2010-12-16
Features
Chris McDonough
2010-12-16
Moved test_static import to function scopes.
Joachim Krebs
2010-12-16
Added debug_matched configuration setting.
Joachim Krebs
2010-12-15
move imports to function scope (see http://docs.pylonshq.com/community/testin...
Chris McDonough
2010-12-16
Fixed relative path test for Mako templates, enabling non-setup.py test runners.
Joachim Krebs
2010-12-15
Merge branch 'master' of https://github.com/jkrebs/pyramid into jkrebs-master
Chris McDonough
2010-12-15
Made static tests pass on Windows.
Joachim Krebs
2010-12-15
- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used.
Chris McDonough
2010-12-14
- Fix conflict exceptions so they have the right ``info`` when one
Chris McDonough
2010-12-13
- When creating a Configurator from within a ``paster pshell`` session, you
Chris McDonough
2010-12-09
To avoid breaking people's expectations of how ZCML works, we
Chris McDonough
2010-12-09
fix example
Chris McDonough
2010-12-09
docs fixes; simplify include implementation
Chris McDonough
2010-12-09
fix bug in zcml handler directive
Chris McDonough
2010-12-09
- Add a ``handler`` ZCML directive. This directive does the same thing as
Chris McDonough
2010-12-09
Merge branch 'twophase'
Chris McDonough
2010-12-09
docs fixes
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-12-09
get rid of explicit call to commit in all paster templates
Chris McDonough
2010-12-09
get rid of config_method decorator; rename _action to action
Chris McDonough
2010-12-09
use pyramid.config.Configurator instead of pyramid.configuration.Configurator
Chris McDonough
2010-12-08
configuration.Config->config.Configurator
Chris McDonough
2010-12-08
create a context only as necessary (speed)
Chris McDonough
2010-12-08
deprecate Configurator, add Config
Chris McDonough
2010-12-08
load_zcml and scan are also config methods
Chris McDonough
2010-12-07
comment
Chris McDonough
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
[next]