| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-02-28 | avoid coping with linefeeds on windows | 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 ↵ | Chris McDonough | |
| to find out | |||
| 2012-02-27 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-27 | - The method ``pyramid.request.Request.partial_application_url`` is no longer | Chris McDonough | |
| in the API docs. It was meant to be a private method; its publication in the documentation as an API method was a mistake, and it has been renamed to something private. | |||
| 2012-02-27 | separate checks for Python version numbers for 2 and 3 | Chris McDonough | |
| 2012-02-26 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-26 | prep for 1.3b1 | Chris McDonough | |
| 2012-02-26 | fix instance creation | Chris McDonough | |
| 2012-02-26 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-26 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-02-26 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-02-26 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-02-26 | make latex render again | Chris McDonough | |
| 2012-02-26 | - Pyramid authorization policies did not show up in the introspector. | Chris McDonough | |
| 2012-02-24 | Merge pull request #446 from slinkp/master | Chris McDonough | |
| Sign contrib agreement. Also, a typo. | |||
| 2012-02-24 | Sign contributor agreement. Also, a typo. | Paul Winkler | |
| 2012-02-24 | add warning | Chris McDonough | |
| 2012-02-24 | docs-deprecate tmpl_context | Chris McDonough | |
| 2012-02-24 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-24 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-02-24 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-02-24 | use paren-bracketed imports for modules from the same source | Chris McDonough | |
| 2012-02-24 | Merge pull request #445 from slinkp/master | Chris McDonough | |
| Trivial doc typos | |||
| 2012-02-24 | More trivial typos | Paul Winkler | |
| 2012-02-24 | Trivial typos | Paul Winkler | |
| 2012-02-23 | fixes #307 | Chris McDonough | |
| 2012-02-23 | fix | Chris McDonough | |
| 2012-02-22 | - ``pyramid.config.Configurator.with_package`` didn't work if the | Chris McDonough | |
| Configurator was an old-style ``pyramid.configuration.Configurator`` instance. | |||
| 2012-02-22 | move init_mimetypes to response module | Chris McDonough | |
| 2012-02-22 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-22 | prep for 1.3a9 | Chris McDonough | |
| 2012-02-22 | fix | Chris McDonough | |
| 2012-02-22 | allow user to pass content type and encoding, change favicon example to use ↵ | Chris McDonough | |
| FileResponse | |||
| 2012-02-22 | - New APIs: ``pyramid.response.FileResponse`` and | Chris McDonough | |
| ``pyramid.response.FileIter``, for usage in views that must serve files "manually". | |||
| 2012-02-22 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-02-22 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-22 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-02-22 | gardeng | Chris McDonough | |
| 2012-02-22 | - New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a | Chris McDonough | |
| wrapper for ``pyramid.Config.configurator.add_view`` which does the right thing about permissions. It should be preferred over calling ``add_view`` directly with ``context=HTTPForbidden`` as was previously recommended. - New API: ``pyramid.view.forbidden_view_config``. This is a decorator constructor like ``pyramid.view.view_config`` that calls ``pyramid.config.Configurator.add_forbidden_view`` when scanned. It should be preferred over using ``pyramid.view.view_config`` with ``context=HTTPForbidden`` as was previously recommended. - Updated the "Creating a Not Forbidden View" section of the "Hooks" chapter, replacing explanations of registering a view using ``add_view`` or ``view_config`` with ones using ``add_forbidden_view`` or ``forbidden_view_config``. - Updated all tutorials to use ``pyramid.view.forbidden_view_config`` rather than ``pyramid.view.view_config`` with an HTTPForbidden context. | |||
| 2012-02-22 | maintain whatsnew | Chris McDonough | |
| 2012-02-22 | not required | Chris McDonough | |
| 2012-02-22 | register notfound views with __no_permission_required__ | Chris McDonough | |
