Steve Piercy
2013-09-26 664e795a6ae74a0dc9d2c32a413c602c1b1a6764
2013-09-11 Chris McDonough
wording
blob@ bb6e92 commitdiff | diff to current
2013-09-10 Chris McDonough
- The ``pyramid.config.Configurator.set_request_property`` method now issue...
blob@ 75f385 commitdiff | diff to current
2013-09-10 Chris McDonough
wording
blob@ f8be30 commitdiff | diff to current
2013-09-10 Chris McDonough
add note about requiring a later pyramid_debugtoolbar package if you use 1....
blob@ ec0c5c commitdiff | diff to current
2013-09-09 Chris McDonough
- The ``renderer_globals_factory`` argument to the ``pyramid.config.Confi...
blob@ c6601f commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed ancient backwards compatibily hack in ``pyramid.traversal.Defau...
blob@ 95e971 commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the ability to influence and query a ``pyramid.request.Request`` ...
blob@ 8fe57d commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the ability to pass the following arguments to ``pyramid.config...
blob@ fdf30b commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the ``pyramid.view.is_response`` function that had been deprecate...
blob@ 780bbf commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the class named ``pyramid.view.static`` that had been deprecated ...
blob@ 2c4f4e commitdiff | diff to current
2013-09-08 Chris McDonough
wording
blob@ cbcd4d commitdiff | diff to current
2013-09-08 Bert JW Regeer
Add feature update to CHANGES.txt
blob@ c390f4 commitdiff | diff to current
2013-09-08 Chris McDonough
fix merge conflict
blob@ 6a28ee commitdiff | diff to current
2013-09-08 Chris McDonough
- The ``pyramid.events.NewResponse`` event is now sent **after** response ...
blob@ fc477b commitdiff | diff to current
2013-09-07 Chris McDonough
add change notes
blob@ f504cc commitdiff | diff to current
2013-09-06 Doug Hellmann
Update package_name() to work with namespace pkgs
blob@ c062d5 commitdiff | diff to current
2013-09-06 Michael Merickel
s/view execution machinery/generating a response/
blob@ fbdc3a commitdiff | diff to current
2013-09-06 Chris McDonough
resolve conflicts, reword change entry a bit
blob@ 027c98 commitdiff | diff to current
2013-09-05 Michael Merickel
remove the deprecated request.response_* attributes
blob@ f6f1d1 commitdiff | diff to current
2013-09-05 Michael Merickel
update render() to preserve the original response object
blob@ 3803d9 commitdiff | diff to current
2013-09-05 Michael Merickel
add install_requires example as well
blob@ ce138c commitdiff | diff to current
2013-09-05 Michael Merickel
add example of rendering to the changelog
blob@ 9ed074 commitdiff | diff to current
2013-09-05 Michael Merickel
fix markup
blob@ 4315c0 commitdiff | diff to current
2013-09-05 Michael Merickel
update changelog
blob@ 82f970 commitdiff | diff to current
2013-08-30 Chris McDonough
prep for 1.5a1
blob@ 00bb95 commitdiff | diff to current
2013-08-30 Chris McDonough
update whatsnew
blob@ e01b1c commitdiff | diff to current
2013-08-30 Chris McDonough
move 1.4 stuff to HISTORY.txt
blob@ 4a86b2 commitdiff | diff to current
2013-08-30 Chris McDonough
add HTTPSuccessful base class, allowing HTTPOk to be caught independently; ...
blob@ c5ed54 commitdiff | diff to current
2013-08-30 Chris McDonough
allow exception view registrations for HTTPException to override default ex...
blob@ 97ed56 commitdiff | diff to current
2013-08-30 Chris McDonough
get rid of remainder_name on route, and just default to passing traverse; a...
blob@ c29603 commitdiff | diff to current
2013-08-30 Chris McDonough
point at docs section
blob@ 67674f commitdiff | diff to current
2013-08-30 Chris McDonough
documentation for hybrid url generation
blob@ 0a4aed commitdiff | diff to current
2013-08-30 Chris McDonough
first cut at hybrid url generation; still needs tests for resource_url logic
blob@ db0185 commitdiff | diff to current
2013-08-29 Chris McDonough
make local_name an attribute of Request, move logic from get_localizer into...
blob@ 330164 commitdiff | diff to current
2013-08-29 Chris McDonough
- When the ``pyramid.reload_templates`` setting was true, and a Chameleon ...
blob@ 8a7e80 commitdiff | diff to current
2013-08-28 Chris McDonough
Permit escaping of double braces in scaffolds, see #862
blob@ 1930eb commitdiff | diff to current
2013-08-28 Chris McDonough
- The ``route_url`` and ``route_path`` APIs no longer quote ``/`` to ``%2...
blob@ 58951c commitdiff | diff to current
2013-08-27 Chris McDonough
- Fix an obscure problem when combining a virtual root with a route with a ...
blob@ ece96f commitdiff | diff to current
2013-08-20 Chris McDonough
raise ValueError instead of generating just path when _app_url is provided ...
blob@ d07d16 commitdiff | diff to current
2013-08-20 Michael Merickel
Merge branch 'feature.issue611-external-static-routes' of tomster/pyramid i...
blob@ c14c8d commitdiff | diff to current
2013-08-17 Tom Lazar
update changelog
blob@ 8a8eff commitdiff | diff to current
2013-08-17 Andreas Zeidler
add ``localizer`` property to the request (refs #508)
blob@ c614ff commitdiff | diff to current
2013-08-15 Tshepang Lekhonkhobe
fix some rST issues
blob@ 58c5fe commitdiff | diff to current
2013-08-15 Tom Lazar
Make ``pserve.cherrypy_server_runner`` Python 3 compatible.
blob@ d6e8b8 commitdiff | diff to current
2013-08-15 Tom Lazar
Add reference to the pull requests
blob@ 3ea788 commitdiff | diff to current
2013-08-15 Andreas Zeidler
Merge pull request #1078 from wichert/auth-explicit-domain
blob@ 69e5c9 commitdiff | diff to current
2013-08-14 Blaise Laflamme
fixed line indentation
blob@ 3de54e commitdiff | diff to current
2013-08-14 Blaise Laflamme
added bug fix to changes
blob@ 24c932 commitdiff | diff to current
2013-08-13 Jonathan Villemaire-Krajden
Fixed documentation width, signed contributors agreement and added a test f...
blob@ 6a4a34 commitdiff | diff to current
2013-08-13 Jonathan Villemaire-Krajden
Fixes to documentation, added change to what's new.
blob@ 33e0fe commitdiff | diff to current
first | « prev | next »