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-12-04
resolved actions must be ordered via (order, i) to capture the intent
Chris McDonough
2011-12-03
make add_route generate the right request methods introspection value
Chris McDonough
2011-12-03
add a noop introspector (allow introspection to be turned off)
Chris McDonough
2011-12-03
change interface of get_category
Chris McDonough
2011-12-03
flesh out categories more
Chris McDonough
2011-12-03
add -t b/c alias for -s/--scaffold
Chris McDonough
2011-12-03
unify resolveConflicts implementation with the same impl on chrism-dictaction...
Chris McDonough
2011-12-03
add more content to the introspectables narr chapter; adjust introspection re...
Chris McDonough
2011-12-02
fbo pyramid_zcml: default order back to 0, don't rely on existence of introsp...
Chris McDonough
2011-12-01
minor cleanups
Chris McDonough
2011-11-30
more tests for introspectables
Chris McDonough
2011-11-30
add tests for introspectable; add more interface docs and expose actioninfo
Chris McDonough
2011-11-30
fix set repr on py3
Chris McDonough
2011-11-30
docs; todo; coverage for Introspector
Chris McDonough
2011-11-29
introspection categories differ for implicit and explicit tweens
Chris McDonough
2011-11-29
docs and add more introspection info
Chris McDonough
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
[next]