summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-04-27Don't add a ? to url if query string is empty.Christopher Lambacher
2012-04-26Merge pull request #505 from muellert/masterMichael Merickel
2012-04-21Use the new Pyramid trove classifiers for the scaffolds.Ralph Bean
2012-04-19Change alchemy scaffold README to match the console_scripts setup.Ralph Bean
2012-04-18try to fix windows test failureChris McDonough
2012-04-17Add @ to examples of forbidden_view_config & notfound_view_configHynek Schlawack
2012-04-17default_encode->_default_encode, dumps->_dumps, massage docsChris McDonough
2012-04-16fixed coverage, removed json encoderMichael Merickel
2012-04-16removed the component registry from json rendererMichael Merickel
2012-04-16first cut at removing ObjectJSONEncoderMichael Merickel
2012-04-11request properties are now added in bulkMichael Merickel
2012-04-10changed to classmethodMichael Merickel
2012-04-10tests for bulk property creationMichael Merickel
2012-04-10refactored set_property to support multiple properties in the same subclassMichael Merickel
2012-03-30- As of this release, the ``request_method`` predicate, when used, will alsoChris McDonough
2012-03-30forward-port security fix from 1.3 branchChris McDonough
2012-03-30- When no authentication policy was configured, a call toChris McDonough
2012-03-29- Coverage and docs updates for custom JSON class.Chris McDonough
2012-03-28JSON-API rework and Object.__json__ supportWayne Witzel III
2012-03-28intermediate commitMichael Merickel
2012-03-26use a dollar sign instead of an underChris McDonough
2012-03-26add a test for an asset spec with a module dirChris McDonough
2012-03-26speculative fix for issue #512Chris McDonough
2012-03-25fix tests under py33Chris McDonough
2012-03-22- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit ofChris McDonough
2012-03-21generate more common filenames for sqlite and patch the wiki2Toni Mueller
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