| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-07 | Merge branch 'bertjwregeer-feature/split_renderers_from_pyramid' | Chris McDonough | |
| 2013-09-07 | Merge branch 'feature/split_renderers_from_pyramid' of ↵ | Chris McDonough | |
| github.com:bertjwregeer/pyramid into bertjwregeer-feature/split_renderers_from_pyramid | |||
| 2013-09-07 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-09-06 | Merge pull request #1112 from dhellmann/bug/namespace-packages | Chris McDonough | |
| Update package_name() to work with namespace pkgs | |||
| 2013-09-06 | Merge pull request #1115 from bertjwregeer/docs/remove_init_sqlalchemy | Michael Merickel | |
| Docs: remove init sqlalchemy | |||
| 2013-09-06 | Update line numbers as appropriate | Bert JW Regeer | |
| Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted. | |||
| 2013-09-06 | Add small note showing example usage of MyModel | Bert JW Regeer | |
| 2013-09-06 | removed MyModel.__init__ from the scaffolds | sergey.volobuev | |
| 2013-09-06 | changed the explanation of the (now missing) __init__ method | sergey.volobuev | |
| 2013-09-06 | removed __init__ methods from SQLAlchemy models in the documentation because ↵ | sergey.volobuev | |
| the latter generates a default constructor | |||
| 2013-09-06 | Merge branch 'master' into feature/split_chameleon_from_pyramid | Bert JW Regeer | |
| Merge in latest changes from master. | |||
| 2013-09-06 | Remove un-used Dummies: DummyFactory/DummyRendererInfo | Bert JW Regeer | |
| 2013-09-06 | Add pragma: nocover due to Py3x/Py2x differences | Bert JW Regeer | |
| 2013-09-06 | Remove _registerRenderer function from tests | Bert JW Regeer | |
| It is no longer used, and thus wasn't covered. | |||
| 2013-09-06 | Remove useless function that was used only for Chameleon | Bert JW Regeer | |
| 2013-09-06 | Add test to verify renders don't add response to Request | Bert JW Regeer | |
| We already added a test that verified that a renderer no longer mutated request.response, now we also have a test that verifies that if no response exists, then it won't be touched either. | |||
| 2013-09-06 | Update package_name() to work with namespace pkgs | Doug Hellmann | |
| The logic in pyramid.path.package_name() should take into account the fact that namespace packages created by setuptools do not have __init__.py[c] files, and so they have no __file__ attribute. This resolves an issue with WSME (https://bugs.launchpad.net/wsme/+bug/1221201) Change-Id: I39bc32a9c38fa11c4cef22a041077ed9001091be | |||
| 2013-09-05 | Fix tests on Python 3.x | Bert JW Regeer | |
| 2013-09-05 | Fix DummyRequest so that response is created each time | Bert JW Regeer | |
| Due to only creating the DummyRequest once various mutations were bleeding across various different tests. With hilarious results. | |||
| 2013-09-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-09-06 | shorten test output in travis | Chris McDonough | |
| 2013-09-05 | Merge branch 'master' into feature/split_chameleon_from_pyramid | Bert JW Regeer | |
| Conflicts: pyramid/tests/test_renderers.py | |||
| 2013-09-05 | s/view execution machinery/generating a response/ | Michael Merickel | |
| 2013-09-05 | Remove unnecessary try/finally | Bert JW Regeer | |
| 2013-09-05 | Re-enable two tests using JSON renderer instead of Chameleon | Bert JW Regeer | |
| 2013-09-05 | resolve conflicts, reword change entry a bit | Chris McDonough | |
| 2013-09-05 | Merge branch 'fix.remove-deprecated-request-attrs' | Chris McDonough | |
| 2013-09-05 | Fix remaining tests/remove last traces of Chameleon | Bert JW Regeer | |
| 2013-09-05 | Remove chameleon templates from fixtureapp | Bert JW Regeer | |
| 2013-09-05 | Remove Chameleon templates from viewdecoratorapp | Bert JW Regeer | |
| 2013-09-05 | Remove Chameleon templates | Bert JW Regeer | |
| 2013-09-05 | update HACKING | Chris McDonough | |
| 2013-09-05 | Replace .txt renderer with JSON | Bert JW Regeer | |
| Update tests expected results so that they now correctly look for the return value returned from the JSON renderer. | |||
| 2013-09-05 | remove the deprecated request.response_* attributes | Michael Merickel | |
| 2013-09-05 | update render() to preserve the original response object | Michael Merickel | |
| 2013-09-04 | Remove TestTemplateRenderFactory which is Chameleon only | Bert JW Regeer | |
| 2013-09-04 | Remove Chameleon only fixtures files. | Bert JW Regeer | |
| 2013-09-04 | Remove Chameleon specific renderer tests | Bert JW Regeer | |
| 2013-09-04 | Comment out tests that require Chameleon | Bert JW Regeer | |
| These tests should be rewritten to use the JSON or string renderer instead. | |||
| 2013-09-04 | Remove Chameleon specific support in i18n | Bert JW Regeer | |
| 2013-09-04 | Remove fixes sub-package | Bert JW Regeer | |
| 2013-09-04 | Remove bfg fixers script from entry points | Bert JW Regeer | |
| 2013-09-04 | Remove traces of Chameleon from tests/fixers | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon from default renderers list | Bert JW Regeer | |
| 2013-09-04 | Remove Chameleon specific interfaces | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon files | Bert JW Regeer | |
| 2013-09-04 | Remove the Chameleon renderer from renderers.py | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon as a dependency in setup.py | Bert JW Regeer | |
| 2013-09-03 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-09-03 | Remove last references to mako | Bert JW Regeer | |
| We remove the default addition of .mak/.mako files in the configuration object, and we remove the test to see if it is has been defined as a renderer. | |||
