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
2011-11-29
move register method from IIntrospector back to IIntrospectable; provide bett...
Chris McDonough
2011-11-28
docs
Chris McDonough
2011-11-28
rejigger how registry is assigned an introspector; add tests for object_descr...
Chris McDonough
2011-11-28
fix on python 3
Chris McDonough
2011-11-28
merge master to feature.introspection
Chris McDonough
2011-11-28
use multiline imports
Chris McDonough
2011-11-28
use multiline imports
Chris McDonough
2011-11-27
- The SQLAlchemy Wiki tutorial has been updated. It now uses
Chris McDonough
2011-11-27
- Added ``setup_logging`` API function to the ``pyramid.paster`` module.
Chris McDonough
2011-11-27
add get_appsettings API to paster
Chris McDonough
2011-11-26
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-11-26
output warning to use populate command to console after alchemy scaffold rend...
Chris McDonough
2011-11-26
garden
Michael Merickel
2011-11-25
add more introspectables, fix object_description so tests pass
Chris McDonough
2011-11-25
add rudimentary object description code
Chris McDonough
2011-11-24
add type name to iintrospectable constructor; rejigger responsibilities betwe...
Chris McDonough
2011-11-24
require a title
Chris McDonough
2011-11-24
fix interface
Chris McDonough
2011-11-24
fix interface
Chris McDonough
2011-11-24
ditch the miserable tuple-reordering stupidity of zope-style action execution...
Chris McDonough
2011-11-23
first cut at introspection feature
Chris McDonough
2011-11-21
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-11-21
typo
Michael Merickel
2011-11-21
Added tests for shell ordering in pshell.
Michael Merickel
2011-11-21
bpython doesn't actually use a factory
Michael Merickel
2011-11-21
add bpython support to pshell with raydeo remarks and design
Jean-Philippe Camguilhem
2011-11-21
add test_command_loads_bpython_shell
Jean-Philippe Camguilhem
2011-11-21
add bpython support for pshell
Jean-Philippe Camguilhem
2011-11-21
use reprs for py3 compat (py3 has no unicode literal syntax using u)
Chris McDonough
2011-11-21
rejigger alchemy scaffold as per convo with Mike
Chris McDonough
2011-11-21
dont skip this test on pypy (chameleon 2 works on pypy)
Chris McDonough
2011-11-18
- ``request.static_url`` now generates URL-quoted URLs when fed a ``path``
Chris McDonough
2011-11-18
add tests for content encoding feature
Chris McDonough
2011-11-18
fix conflicts
Chris McDonough
2011-11-17
Allow creating Configurator in an interpreter. Fixes #328.
Michael Merickel
2011-11-17
Fixed issue #353.
Michael Merickel
2011-11-17
added tests so I don't get yelled at
Michael Merickel
2011-11-17
Made pyramid.settings.aslist public.
Michael Merickel
2011-11-12
- The ``alchemy`` scaffold has been removed.
Chris McDonough
2011-11-12
make relocatable (as per Ken's changes)
Chris McDonough
2011-11-12
this is no longer dynamic
Chris McDonough
2011-11-12
Fix ZODB scaffolding to match ZODB tutorial docs (Ken made relocatable).
Chris McDonough
2011-11-12
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-11-12
rejigger json
Chris McDonough
2011-11-11
Add link to renderer dict globals from BeforeRender event (#351)
Carlos de la Guardia
2011-11-11
typo
Carlos de la Guardia
2011-11-11
Fix some typos and restructure text a bit
Carlos de la Guardia
2011-11-11
readd json back, but not as an API (only because older versions of debug tool...
Chris McDonough
2011-11-11
- New ``pyramid.compat`` module and API documentation which provides Python
Chris McDonough
2011-11-08
the with statement doesnt work under py26; unit tests shouldnt show comments
Chris McDonough
[next]