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
2012-04-27
Don't add a ? to url if query string is empty.
Christopher Lambacher
2012-04-26
Merge pull request #505 from muellert/master
Michael Merickel
2012-04-21
Use the new Pyramid trove classifiers for the scaffolds.
Ralph Bean
2012-04-19
Change alchemy scaffold README to match the console_scripts setup.
Ralph Bean
2012-04-18
try to fix windows test failure
Chris McDonough
2012-04-17
Add @ to examples of forbidden_view_config & notfound_view_config
Hynek Schlawack
2012-04-17
default_encode->_default_encode, dumps->_dumps, massage docs
Chris McDonough
2012-04-16
fixed coverage, removed json encoder
Michael Merickel
2012-04-16
removed the component registry from json renderer
Michael Merickel
2012-04-16
first cut at removing ObjectJSONEncoder
Michael Merickel
2012-04-11
request properties are now added in bulk
Michael Merickel
2012-04-10
changed to classmethod
Michael Merickel
2012-04-10
tests for bulk property creation
Michael Merickel
2012-04-10
refactored set_property to support multiple properties in the same subclass
Michael Merickel
2012-03-30
- As of this release, the ``request_method`` predicate, when used, will also
Chris McDonough
2012-03-30
forward-port security fix from 1.3 branch
Chris McDonough
2012-03-30
- When no authentication policy was configured, a call to
Chris McDonough
2012-03-29
- Coverage and docs updates for custom JSON class.
Chris McDonough
2012-03-28
JSON-API rework and Object.__json__ support
Wayne Witzel III
2012-03-28
intermediate commit
Michael Merickel
2012-03-26
use a dollar sign instead of an under
Chris McDonough
2012-03-26
add a test for an asset spec with a module dir
Chris McDonough
2012-03-26
speculative fix for issue #512
Chris McDonough
2012-03-25
fix tests under py33
Chris McDonough
2012-03-22
- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of
Chris McDonough
2012-03-21
generate more common filenames for sqlite and patch the wiki2
Toni Mueller
2012-03-20
- The fix for issue https://github.com/Pylons/pyramid/issues/461 (which made
Chris McDonough
2012-03-18
- When ``pyramid.wsgi.wsgiapp2`` calls the downstream WSGI app, the
Chris McDonough
2012-03-17
change populate to initialize
Chris McDonough
2012-03-17
- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
Chris McDonough
2012-03-15
removing another # pragma: no cover
Diana Clarke
2012-03-14
Changes to support #481.
Chris McDonough
2012-03-14
remove confusing output related to issue #481
Chris McDonough
2012-03-12
py3 compat
Chris McDonough
2012-03-12
Merge branch 'master' of https://github.com/dianaclarke/pyramid into dianacla...
Chris McDonough
2012-03-12
monkey patch atexit, since it seems to be gernerating this error in same
dianaclarke
2012-03-12
test the contents of the pid file in the exception cases
dianaclarke
2012-03-12
working on removing: # pragma: no cover from pserve
diana
2012-03-12
Use the warnings.catch_warnings context manager in more places.
Ross Patterson
2012-03-12
Switch to the warnings.catch_warnings context manager for testing.
Ross Patterson
2012-03-11
- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving
Chris McDonough
2012-03-11
Merge branch 'master' of https://github.com/hlv42/pyramid into hlv42-master
Chris McDonough
2012-03-09
To make the dummy csrf token has the same length as a real one.
Liang Sun
2012-03-06
Fixed typo: key (k) and value (v) were inverted.
Damien Baty
2012-03-06
corrected bugfix #461 - tests explicitly for instancemethods now
hlv
2012-03-06
fixed issue #461
dev
2012-03-05
Fixed some spelling errors
philip-peterson
2012-02-29
fix pserve tests under windows on python 2.6
Chris McDonough
2012-02-29
fix pserve tests on windows 2.6
Chris McDonough
2012-02-29
comment
Chris McDonough
[next]