summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-04Use depth argument for view_config info.Theron Luhn
2019-04-01Use inspect.stack() instead of sys._getframe()Theron Luhn
2019-04-01Improve debugging info from view_config decorator.Theron Luhn
2019-03-21Add ignore_files to pserve configuration sectionEric Atkin
2019-01-29Merge pull request #3459 from mmerickel/fix-logging-setupMichael Merickel
2019-01-29do not configure logging in the master process when using the reloaderMichael Merickel
2019-01-28stop sorting discriminators in exception outputMichael Merickel
2019-01-10Merge pull request #3442 from Estartu/masterMichael Merickel
2019-01-05drop mimetypes bugfix for 2.6.x that is no longer neededMichael Merickel
2019-01-05stop overriding request.json_body from webobMichael Merickel
2018-12-26principals_allowed_by_permission is described to always return a sequence. Mo...Gerhard Schmidt
2018-11-23always use compare_digestMichael Merickel
2018-11-19Standardize casing of URL when it is an acronymSteve Piercy
2018-11-18fix moar stringsMichael Merickel
2018-11-18fix up some more docstringsMichael Merickel
2018-11-18stop using u-prefix stringsMichael Merickel
2018-11-18clean up docstrings referencing unicode dataMichael Merickel
2018-11-14move WIN and PYPY tests into pyramid.utilMichael Merickel
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-11-14remove several places supporting bytes for py2Michael Merickel
2018-11-14rely on webob for request.path_info and request.schemeMichael Merickel
2018-11-14remove urllib.parse shimsMichael Merickel
2018-11-14move is_nonstr_iter to pyramid.utilMichael Merickel
2018-11-14move reraise to pyramid.utilMichael Merickel
2018-11-14remove SimpleCookie and escape shimsMichael Merickel
2018-11-14move is_unbound_method to pyramid.utilMichael Merickel
2018-11-13get rid of some unnecessary constantsMichael Merickel
2018-11-12get rid of NativeIO alias and a few othersMichael Merickel
2018-11-12remove exec aliasMichael Merickel
2018-11-12get rid of pickle aliasMichael Merickel
2018-11-12get rid of type aliasesMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-11-12Merge pull request #3420 from mmerickel/bare-route-prefix-2Michael Merickel
2018-11-12try to fix docsMichael Merickel
2018-11-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
2018-11-11principals_allowed_by_permission returned all principals regardless if permis...Gerhard Schmidt
2018-11-06call fix_registry so that queryAdapterOrSelf is availableMichael Merickel
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael Merickel
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-03remove UnencryptedCookieSessionFactoryConfig and signed_(de)serializeMichael Merickel
2018-11-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-11-01remove deprecated security functionsMichael Merickel
2018-10-31remove ITemplateRenderer interfaceMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-25fix new lint errors from flake8Michael Merickel
2018-10-18leave a shim in for pyramid_zcml compatibilityMichael Merickel
2018-10-18move predicate-related code into pyramid.config.predicatesMichael Merickel
2018-10-18move action-related code into pyramid.config.actionsMichael Merickel
2018-10-17fix the dummy request to support the new accept apisMichael Merickel
2018-10-17move docs for argument before exampleMichael Merickel