summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-03-22- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit ofChris McDonough
2012-03-20- The fix for issue https://github.com/Pylons/pyramid/issues/461 (which madeChris McDonough
2012-03-18- When ``pyramid.wsgi.wsgiapp2`` calls the downstream WSGI app, theChris McDonough
2012-03-17change populate to initializeChris McDonough
2012-03-17- Remove references to do-nothing ``pyramid.debug_templates`` setting in allChris McDonough
2012-03-15removing another # pragma: no coverDiana Clarke
2012-03-14Changes to support #481.Chris McDonough
2012-03-14remove confusing output related to issue #481Chris McDonough
2012-03-12py3 compatChris McDonough
2012-03-12Merge branch 'master' of https://github.com/dianaclarke/pyramid into dianacla...Chris McDonough
2012-03-12monkey patch atexit, since it seems to be gernerating this error in samedianaclarke
2012-03-12test the contents of the pid file in the exception casesdianaclarke
2012-03-12working on removing: # pragma: no cover from pservediana
2012-03-12Use the warnings.catch_warnings context manager in more places.Ross Patterson
2012-03-12Switch to the warnings.catch_warnings context manager for testing.Ross Patterson
2012-03-11- ``config.add_view(<aninstancemethod>)`` raised AttributeError involvingChris McDonough
2012-03-11Merge branch 'master' of https://github.com/hlv42/pyramid into hlv42-masterChris McDonough
2012-03-09To make the dummy csrf token has the same length as a real one.Liang Sun
2012-03-06Fixed typo: key (k) and value (v) were inverted.Damien Baty
2012-03-06corrected bugfix #461 - tests explicitly for instancemethods nowhlv
2012-03-06fixed issue #461dev
2012-03-05Fixed some spelling errorsphilip-peterson
2012-02-29fix pserve tests under windows on python 2.6Chris McDonough
2012-02-29fix pserve tests on windows 2.6Chris McDonough
2012-02-29commentChris McDonough
2012-02-29Merge branch 'master' into 1.3-branchChris McDonough
2012-02-29Merge branch 'fix.win32'Chris McDonough
2012-02-29only do replacement on windowsChris McDonough
2012-02-29fix static_url generation for abspaths on windowsChris McDonough
2012-02-29try fixing this on windowsChris McDonough
2012-02-28prevent highorder tests from running on non-Linux platforms (these seem to ha...Chris McDonough
2012-02-28close file before trying to reopen it on windows, preventing a test from failingChris McDonough
2012-02-28put close inside finallyChris McDonough
2012-02-28avoid coping with linefeeds on windowsChris McDonough
2012-02-28remove unused file shadowed by a packageChris McDonough
2012-02-28Fix security bug caused by __iter__ checking on strings under Python 3Chris McDonough
2012-02-28fix on windowsChris McDonough
2012-02-28fix windows test failure (trouble deleting open file)Chris McDonough
2012-02-28coverageChris McDonough
2012-02-28uncomment a testChris McDonough
2012-02-28replace the right thingChris McDonough
2012-02-28hail mary windowsChris McDonough
2012-02-28fix for windowsChris McDonough
2012-02-28another hail mary to try to get things to work on windows+unixChris McDonough
2012-02-28fix 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 longerChris McDonough
2012-02-26- Pyramid authorization policies did not show up in the introspector.Chris McDonough
2012-02-24add warningChris McDonough
2012-02-24use paren-bracketed imports for modules from the same sourceChris McDonough
2012-02-23fixes #307Chris McDonough