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-03-22
- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of
Chris McDonough
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
2012-02-29
Merge branch 'master' into 1.3-branch
Chris McDonough
2012-02-29
Merge branch 'fix.win32'
Chris McDonough
2012-02-29
only do replacement on windows
Chris McDonough
2012-02-29
fix static_url generation for abspaths on windows
Chris McDonough
2012-02-29
try fixing this on windows
Chris McDonough
2012-02-28
prevent highorder tests from running on non-Linux platforms (these seem to ha...
Chris McDonough
2012-02-28
close file before trying to reopen it on windows, preventing a test from failing
Chris McDonough
2012-02-28
put close inside finally
Chris McDonough
2012-02-28
avoid coping with linefeeds on windows
Chris McDonough
2012-02-28
remove unused file shadowed by a package
Chris McDonough
2012-02-28
Fix security bug caused by __iter__ checking on strings under Python 3
Chris McDonough
2012-02-28
fix on windows
Chris McDonough
2012-02-28
fix windows test failure (trouble deleting open file)
Chris McDonough
2012-02-28
coverage
Chris McDonough
2012-02-28
uncomment a test
Chris McDonough
2012-02-28
replace the right thing
Chris McDonough
2012-02-28
hail mary windows
Chris McDonough
2012-02-28
fix for windows
Chris McDonough
2012-02-28
another hail mary to try to get things to work on windows+unix
Chris McDonough
2012-02-28
fix a few tests on windows, might fail on unix now, but i have to check in to...
Chris McDonough
2012-02-27
- The method ``pyramid.request.Request.partial_application_url`` is no longer
Chris McDonough
2012-02-26
- Pyramid authorization policies did not show up in the introspector.
Chris McDonough
2012-02-24
add warning
Chris McDonough
2012-02-24
use paren-bracketed imports for modules from the same source
Chris McDonough
2012-02-23
fixes #307
Chris McDonough
[next]