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-07-07
Added/updated documentation for the new interactive shell.
Michael Merickel
2011-07-06
Added tests for the new pshell.
Michael Merickel
2011-07-06
Replaced the manual parsing with python's ConfigParser.
Michael Merickel
2011-07-06
Fixed a small bug in pviews initialization.
Michael Merickel
2011-07-06
Updated paster tests to use the ini_file#section syntax.
Michael Merickel
2011-07-06
Added [pshell] support to INI files and the ability to load generic wsgi apps.
Michael Merickel
2011-07-06
Updated paster commands to use the ini#section uri spec.
Michael Merickel
2011-07-06
garden
Chris McDonough
2011-07-06
garden
Chris McDonough
2011-07-05
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-05
garden
Chris McDonough
2011-07-04
Merge pull request #223 from michr/master
Carlos de la Guardia
2011-07-04
better working for renderer param of add_view
Michr
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-07-04
garden
Chris McDonough
2011-07-02
remove male pronoun
Chris McDonough
2011-07-02
intent
Chris McDonough
2011-07-02
reorder
Chris McDonough
2011-07-01
move 1.0 stuff to HISTORY.txt
Chris McDonough
2011-07-01
prep for 1.1a4
Chris McDonough
2011-07-01
fix
Chris McDonough
2011-07-01
- The ``pyramid.events.subscriber`` directive behaved contrary to the
Chris McDonough
2011-07-01
fix wiki tests too
Chris McDonough
2011-07-01
run setup.py develop
Chris McDonough
2011-07-01
use assertEqual
Chris McDonough
2011-07-01
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user
Chris McDonough
2011-07-01
garden
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-07-01
typo
Chris McDonough
2011-07-01
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-01
Add JSONP renderer
Chris McDonough
2011-06-30
Merge pull request #221 from niallo/patch-1
Carlos de la Guardia
2011-06-30
Zap word "either" describing request_method. By my reading, the word "either"...
Niall O'Higgins
2011-06-30
garden
Chris McDonough
2011-06-30
garden
Chris McDonough
2011-06-28
unused import
Chris McDonough
2011-06-26
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
Chris McDonough
2011-06-26
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-06-26
added github url option in docs conf for ribbon
Blaise Laflamme
2011-06-26
prep for 1.1a3
Chris McDonough
2011-06-26
- Added ``mako.preprocessor`` config file parameter; allows for a Mako
Chris McDonough
2011-06-26
try to replicate github #213
Chris McDonough
2011-06-26
- Accessing or setting deprecated response_* attrs on request
Chris McDonough
2011-06-26
appeasement
Chris McDonough
2011-06-23
garden
Chris McDonough
2011-06-23
coverage
Chris McDonough
2011-06-23
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-06-23
Merge pull request #217 from mmerickel/fix.classmethod_predicates
Chris McDonough
2011-06-23
A fix for classmethod-based custom predicates with no __text__ property.
Michael Merickel
[next]