summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-11-23always use compare_digestMichael Merickel
2018-11-18stop using u-prefix stringsMichael 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-14remove SimpleCookie and escape shimsMichael Merickel
2018-11-14move is_unbound_method to pyramid.utilMichael Merickel
2018-11-12get rid of NativeIO alias and a few othersMichael 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-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
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-31initial work removing pcreateMichael Merickel
2018-10-25fix new lint errors from flake8Michael Merickel
2018-10-18fix coverageMichael 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-15fix lint on testsMichael Merickel
2018-10-15remove bare exceptsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14fix the tests to import from the tests package instead of pyramid.testsMichael Merickel
2018-10-14move tests out of the packageMichael Merickel