Michael Merickel
2017-07-08 7dd9763452bfada736b96f88494caa73035d18c2
2017-07-08 Michael Merickel
fix circular import in pyramid.viewderivers
blob@ 7dd976 commitdiff | diff to current
2017-03-01 Kirill Kuzminykh
Fixed several reference cycles to prevent memory leaks. Added simple test f...
blob@ 0393f9 commitdiff | diff to current
2016-12-06 Michael Merickel
move predicates into top-level package instead of inside config
blob@ c7974f commitdiff | diff to current
2016-11-28 Michael Merickel
fix nocover statements, should be "no cover"
blob@ af01a5 commitdiff | diff to current
2016-04-16 Donald Stufft
In addition to CSRF token, verify the origin too
blob@ 65dee6 commitdiff | diff to current
2016-04-10 Michael Merickel
Merge pull request #2021 from Pylons/feature/configurable-view-deriver
blob@ b6187b commitdiff | diff to current
2016-03-09 Michael Merickel
add options support to view derivers
blob@ e4b931 commitdiff | diff to current
2016-02-23 Michael Merickel
move p.response.temporary_response context manager to p.util.hide_attrs
blob@ 19016b commitdiff | diff to current
2016-01-13 Michael Merickel
expect py3 and special-case py2 behavior
blob@ bc37a5 commitdiff | diff to current
2015-11-12 Michael Merickel
apply some suggestions from quantified code analysis
blob@ 0f2a11 commitdiff | diff to current
2015-10-12 Bert JW Regeer
No cover a branch
blob@ 601393 commitdiff | diff to current
2015-10-12 Bert JW Regeer
Fix Python 3.5 support
blob@ ce042d commitdiff | diff to current
2015-04-13 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 17279b commitdiff | diff to current
2015-04-12 Chris McDonough
merge master back into this PR branch
blob@ 32e969 commitdiff | diff to current
2015-03-06 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 50a8a0 commitdiff | diff to current
2015-02-21 Michael Merickel
Merge branch 'master' into feature.py3-coverage
blob@ 2ce270 commitdiff | diff to current
2015-02-17 Michael Merickel
docstring on apply_properties
blob@ 2f0ba0 commitdiff | diff to current
2015-02-17 Michael Merickel
add InstancePropertyHelper and apply_request_extensions
blob@ 04cc91 commitdiff | diff to current
2015-02-11 Michael Merickel
Merge branch 'master' into feature.py3-coverage
blob@ 6e9e2d commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c commitdiff | diff to current
2015-02-07 John Anderson
Raise error at configuration time
blob@ 1e0d64 commitdiff | diff to current
2015-02-07 Bert JW Regeer
Remove __providesBy__ attribute from being copied
blob@ c600ab commitdiff | diff to current
2015-02-07 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into catch_bad_r...
blob@ 50921e commitdiff | diff to current
2015-02-07 Michael Merickel
move the IResponseFactory into the public api
blob@ da5f5f commitdiff | diff to current
2015-01-02 John Anderson
Added py3 support
blob@ e094ab commitdiff | diff to current
2015-01-02 John Anderson
Move _get_response_factory to pyramid.response
blob@ 303abc commitdiff | diff to current
2015-01-02 John Anderson
Catch bad `name` and raise a `ValueError`
blob@ 9e7248 commitdiff | diff to current
2015-01-02 John Anderson
Mkae the response factory a factory that takes a request
blob@ 32cb80 commitdiff | diff to current
2014-12-26 John Anderson
Refactored how `ResponseClass` is used so it can be overridden
blob@ 88c11a commitdiff | diff to current
2014-11-22 Michael Merickel
update tox/travis to check code coverage on py3
blob@ cf4ad5 commitdiff | diff to current
2014-11-17 Michael Merickel
use hmac.compare_digest if available
blob@ 716a20 commitdiff | diff to current
2014-01-22 Chris McDonough
- Fix a memory leak when the configurator's ``set_request_property`` method...
blob@ f58977 commitdiff | diff to current
2013-08-14 Michael Merickel
prevent reparenting if no properties are defined
blob@ 0cd88b commitdiff | diff to current
2013-08-14 Michael Merickel
remove some dead code
blob@ 1378f1 commitdiff | diff to current
2013-03-23 Tshepang Lekhonkhobe
no need to qualify Python interactive sessions
blob@ 88cafd commitdiff | diff to current
2013-01-02 Tshepang Lekhonkhobe
eliminate other repeated words
blob@ 043ccd commitdiff | diff to current
2012-12-07 Chris McDonough
make _backframes work like _depth (but still leave undocumented)
blob@ 0920ac commitdiff | diff to current
2012-11-12 Chris McDonough
Move pyramid.config.views.viewdefaults -> pyramid.util.viewdefaults
blob@ d8d3a9 commitdiff | diff to current
2012-11-04 Chris McDonough
- Move ``TopologicalSorter`` from ``pyramid.config.util`` to ``pyramid.util...
blob@ 66fe1d commitdiff | diff to current
2012-09-11 Chris McDonough
- Request properties and methods added via ``config.set_request_property`` ...
blob@ 735987 commitdiff | diff to current
2012-08-07 Chris McDonough
move stuff from config.util to registry so it can be a set of API (which ar...
blob@ d98612 commitdiff | diff to current
2012-04-11 Michael Merickel
changed to classmethod
blob@ 6d2187 commitdiff | diff to current
2012-04-11 Michael Merickel
refactored set_property to support multiple properties in the same subclass
blob@ 5473f0 commitdiff | diff to current
2012-01-11 Michael Merickel
Renamed the func to callable in the docs.
blob@ 1b113f commitdiff | diff to current
2011-12-30 Michael Merickel
Added the InstancePropertyMixin to the Request.
blob@ 577db9 commitdiff | diff to current
2011-12-08 Chris McDonough
provide caller_path support for both asset resolver and dotted name resolve...
blob@ 078859 commitdiff | diff to current
2011-12-08 Chris McDonough
- New APIs: ``pyramid.path.AssetResolver`` and ``pyramid.path.DottedNameR...
blob@ 56df90 commitdiff | diff to current
2011-11-30 Chris McDonough
fix set repr on py3
blob@ 82ba10 commitdiff | diff to current
2011-11-29 Chris McDonough
rejigger how registry is assigned an introspector; add tests for object_des...
blob@ e49638 commitdiff | diff to current
2011-11-28 Chris McDonough
fix on python 3
blob@ 8a4c36 commitdiff | diff to current
first | « prev | next »