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
2013-08-10
Merge branch 'master' of github.com:cd34/pyramid into cd34-master
Chris McDonough
2013-08-10
Merge branch 'pserve.verbosity' of github.com:joulez/pyramid into joulez-pser...
Chris McDonough
2013-08-09
"agsinst" to "against"
tisdall
2013-08-09
"intead" to "instead"
tisdall
2013-08-09
"argments" to "arguments"; "agument" to "argument"
tisdall
2013-08-08
"readded" to "re-added"
tisdall
2013-08-02
add pdistreport command
Chris McDonough
2013-08-02
add a docstring for not_
Chris McDonough
2013-08-02
quiet keyword sets verbose level to 0, test_pserve.py restored to previous state
Julian Paul Glass
2013-08-01
Changed to an incrementing verbose level, (-q, --quiet) option added, all ref...
Julian Paul Glass
2013-08-01
Updated test_pserve.py - ins.options.verbose
Julian Paul Glass
2013-08-01
Replaced references tow self.verbose with self.option.verbose
Julian Paul Glass
2013-07-31
Added verbosity option -v --verbose to pserve.py
Julian Paul Glass
2013-07-31
Added verbosity option -v --verbose to pserve.py
Julian Paul Glass
2013-07-24
add not_ predicate feature
Chris McDonough
2013-07-21
Fix documentation of testing.setUp
Ronan Amicel
2013-07-18
When running the alchemy scaffold on MySQL an error is generated on table
Chris Davies
2013-07-17
Merge branch 'auth-parent-domain' of github.com:wichert/pyramid into wichert-...
Chris McDonough
2013-07-14
Avoid re-executing the same view when looking up context base views.
Laurence Rowe
2013-07-14
Merge branch 'master' of lrowe/pyramid into pull.1004
Michael Merickel
2013-07-12
Merge pull request #1043 from merwok/master
Tres Seaver
2013-07-12
Merge branch 'feature.prequest_login'
Chris McDonough
2013-07-11
Coverage for new OPTIONS and PROPFIND methods.
Tres Seaver
2013-07-11
Coverage for new '--login' option.
Tres Seaver
2013-07-11
Typo firx from merwok.
Tres Seaver
2013-07-11
Minor markup update to clarify object type
Éric Araujo
2013-07-11
reST fix
Éric Araujo
2013-07-02
Allow 'prequest' to send basic auth headers.
Tres Seaver
2013-06-19
Update docstring to show PUT / PATCH usage.
Tres Seaver
2013-06-19
Merge branch 'master' into merwok-master
Tres Seaver
2013-06-19
Trailing whitespace.
Tres Seaver
2013-06-19
Add support for PUT and PATCH in prequest (#877)
Éric Araujo
2013-06-11
- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code under
Chris McDonough
2013-06-05
Merge branch 'master' of github.com:lukecyca/pyramid into lukecyca-master
Chris McDonough
2013-06-04
Update tests to use X-CSRF-Token header
Luke Cyca
2013-06-03
Add a parent_domain option for auth_tkt policy
Wichert Akkerman
2013-06-02
Changed header name to X-CSRF-Token
Luke Cyca
2013-06-01
unused import
Chris McDonough
2013-05-30
Support CSRF via X-CSRFToken Header
Luke Cyca
2013-05-22
Defer imports of Chameleon until needed. Fixes #1021.
Vojislav Stojkovic
2013-05-21
normalize exception messages, coverage
Chris McDonough
2013-05-21
override all known attrs and methods instead of allowing subclass to override...
Chris McDonough
2013-05-21
Merge branch 'feature-pep302'
Chris McDonough
2013-05-21
skip mako-related tests on py32
Chris McDonough
2013-05-21
Prevent non-3.2-compatible MarkupSafe 0.16 from breaking us.
Tres Seaver
2013-05-16
fix indentaion type
Goodwill Coding
2013-05-16
Extend informational message to pcreate output. Tutorial, docs, twitter, mail...
Goodwill Coding
2013-05-11
add missing word; be more precise
Tshepang Lekhonkhobe
2013-05-09
Implement PEP302 API in PackageOverrides as '__loader__'.
Tres Seaver
2013-04-24
Consider superclass views after predicate mismatch
Laurence Rowe
[next]