summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-07-13- On at least one 64-bit Ubuntu system under Python 3.2, using theChris McDonough
2012-07-10Replacement markers of url dispatcher can contain regex with colons.Maxim Avanov
2012-06-29fixed mako bug #606 for inheritance and includesBlaise Laflamme
2012-06-19added docs and changes for using defs in mako rendererBlaise Laflamme
2012-06-19renamed path for asset in regexBlaise Laflamme
2012-06-19removed .makodef, use tuple value if defname in renderer (bw compat), changed...Blaise Laflamme
2012-06-19added removed tuple for bw compatBlaise Laflamme
2012-06-19added a new makodef renderer to call a def inside a mako template, fixed test...Blaise Laflamme
2012-06-19added namespace testBlaise Laflamme
2012-06-17Merge branch 'master' of https://github.com/Pylons/pyramidIan Joseph Wilson
2012-06-17merge contributorsChris McDonough
2012-06-17docs: Add view callable example to section on rendering_val.Jeff Cook
2012-06-16A context manager for test setupBrian Sutherland
2012-06-08Lowercase the accept parameter in add_viewLorenzo M. Catucci
2012-06-08RFC 2616 sec. 3.7 case insensitive match testLorenzo M. Catucci
2012-06-07renderingChris McDonough
2012-06-07Update documentation to clarify purpose of BeforeRender.rendering_val.Jeff Cook
2012-06-04point back to renderer_system_values in render and render_to_responseChris McDonough
2012-06-03Expose signed_serialize and signed_deserialize in UnencryptedCookieSessionFac...Ian Wilson
2012-05-16Fix resource leak warning under Py3k.Tres Seaver
2012-05-16Remove last class advice usage (breaks under Py3k with new zope.interface.Tres Seaver
2012-05-03gardenChris McDonough
2012-05-03reuse default logic between json and jsonpChris McDonough
2012-05-03use the same default logic for jsonp as for jsonChris McDonough
2012-05-03allow __json__ and custom adapters to accept request argChris McDonough
2012-05-03Merge branch 'master' into feature.json-apiMichael Merickel
2012-05-02simplify testsChris McDonough
2012-05-02Updated tests for static files and made static.py raise all HTTP exceptionsMarin Rukavina
2012-05-02Fixed up the tests and returned HTTPMovedPermanentlyMarin Rukavina
2012-04-27Updated static_view to raise HTTP exceptions instead of returningMarin Rukavina
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-18gardenMichael Merickel
2012-04-18reverted back to using a component registry during json encodingMichael Merickel
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-13gardenMichael Merickel
2012-04-13gardenMichael Merickel
2012-04-12set_request_method works with methods and moar coverageMichael Merickel
2012-04-12fixed coverage for request propertiesMichael Merickel
2012-04-12first cut at supporting request methodsMichael 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