Michael Merickel
2018-10-10 4a9f4f43684c3a754f43935b97013057340c305d
2018-10-10 Michael Merickel
deprecate range support
blob@ 4a9f4f commitdiff | diff to current
2018-09-28 Michael Merickel
move sort_accept_offers to pyramid.config.util
blob@ f2294f commitdiff | diff to current
2017-06-29 Michael Merickel
fix circular imports with predicate config
blob@ 52fde9 commitdiff | diff to current
2017-05-22 Fang-Pen Lin
Load difflib on-demand so that it won’t take message proactively
blob@ 96dd80 commitdiff | diff to current
2017-05-22 Fang-Pen Lin
Fix #1603, add closest predicate name in error message
blob@ 08422e commitdiff | diff to current
2016-12-06 Mikko Ohtamaa
Fix pep8 error on config/util.py
blob@ 9c120b 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-03-17 Michael Merickel
"over" is closer to ingress and "under" is closer to mapped_view
blob@ cf9dcb commitdiff | diff to current
2015-10-16 Bert JW Regeer
PredicateList learns how to return the names
blob@ 51ee34 commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c commitdiff | diff to current
2015-02-06 Michael Merickel
move getargspec import into pyramid.compat
blob@ 31e492 commitdiff | diff to current
2015-02-05 saarni
use getfullargspec in PY3, allowing annotations in subscribers
blob@ 561591 commitdiff | diff to current
2013-08-02 Chris McDonough
add a docstring for not_
blob@ 49f7c3 commitdiff | diff to current
2013-07-24 Chris McDonough
add not_ predicate feature
blob@ 32333e commitdiff | diff to current
2012-11-21 Chris McDonough
- In order to normalize the relationship between event subscribers and su...
blob@ 28fc3d commitdiff | diff to current
2012-11-19 Chris McDonough
- A failure when trying to locate the attribute ``__text__`` on route and v...
blob@ 0ccdc2 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-08-24 Chris McDonough
Merge branch 'ww/621' of git://github.com/wwitzel3/pyramid into wwitzel3-ww...
blob@ 5191b6 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-08-05 Chris McDonough
use a predicate list for routes, introduce the concept of deferred discrimi...
blob@ 9c8ec5 commitdiff | diff to current
2012-08-04 Chris McDonough
test standalone default predicates; make protocol "phash()" and "text()" ra...
blob@ 4d2602 commitdiff | diff to current
2012-08-03 Wayne Witzel III
Fix for issue #621
blob@ 0f0629 commitdiff | diff to current
2012-08-03 Chris McDonough
first cut at extensible view predicates via config.add_view_predicate; stil...
blob@ a00621 commitdiff | diff to current
2012-08-03 Chris McDonough
generalize TopologicalSorter out of Tweens class for use elsewhere
blob@ fc3f23 commitdiff | diff to current
2012-07-29 Chris McDonough
give traverse_predicate a __text__ and add a developer note about __text__
blob@ 440e2e commitdiff | diff to current
2012-02-22 Chris McDonough
- New API: ``pyramid.config.Configurator.add_notfound_view``. This is a ...
blob@ 0db4a1 commitdiff | diff to current
2012-02-14 Chris McDonough
- Better error messages when a view callable returns a value that cannot be...
blob@ af24f7 commitdiff | diff to current
2012-02-14 Chris McDonough
Merge branch 'ww/415' of https://github.com/wwitzel3/pyramid into wwitzel3-...
blob@ 7af91f commitdiff | diff to current
2012-02-07 Philip Jenvey
simplify
blob@ dfb48f commitdiff | diff to current
2012-02-07 Michael Merickel
Modified match_param to accept a tuple. Fixes #425.
blob@ 835d48 commitdiff | diff to current
2012-01-07 Chris McDonough
- The ``path_info`` route and view predicates now match against ``request...
blob@ a5d994 commitdiff | diff to current
2012-01-05 Chris McDonough
more usage of traversal_path_info fixed
blob@ 95df3a commitdiff | diff to current
2011-12-12 Chris McDonough
first cut at __view_defaults__ feature
blob@ bb462e commitdiff | diff to current
2011-12-05 Chris McDonough
simplify actioninfo interface; fix actioninfos passed as tuple via _info
blob@ 4a4ef4 commitdiff | diff to current
2011-12-04 Chris McDonough
dont try so hard
blob@ d2ed7e commitdiff | diff to current
2011-12-04 Chris McDonough
change the ActionInfo interface to match ZCML's ParserInfo interface
blob@ 549cf7 commitdiff | diff to current
2011-11-29 Chris McDonough
move register method from IIntrospector back to IIntrospectable; provide be...
blob@ 35ad08 commitdiff | diff to current
2011-11-28 Chris McDonough
use multiline imports
blob@ ee117e commitdiff | diff to current
2011-09-25 Chris McDonough
fix merge conflicts
blob@ e04cbb commitdiff | diff to current
2011-09-25 Chris McDonough
add path_traversal_info method to match reality of latin-1 encoded envvars,...
blob@ f84147 commitdiff | diff to current
2011-09-24 Chris McDonough
more ridiculousness
blob@ 7975a1 commitdiff | diff to current
2011-09-24 Chris McDonough
beat down more test failures
blob@ 6df90b commitdiff | diff to current
2011-09-24 Chris McDonough
fix tests on py2
blob@ 790c71 commitdiff | diff to current
2011-09-24 michr
fixed up all the warning dealing ..note and ..warn added a hide toc for glo...
blob@ 012b97 commitdiff | diff to current
2011-09-24 Chris McDonough
whats the safe word
blob@ 5e21d5 commitdiff | diff to current
2011-09-23 Chris McDonough
more rusty knife in the eye changes
blob@ 8e606d commitdiff | diff to current
2011-09-23 Michael Merickel
Backed out syntax changes specific to 2.5.
blob@ e91639 commitdiff | diff to current
2011-09-22 Chris McDonough
anger release commit
blob@ e6c2d2 commitdiff | diff to current
2011-09-05 Michael Merickel
Reordered the computation for traversal to be after custom predicates.
blob@ c81dbd commitdiff | diff to current
first | « prev | next »