summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-18Add comments to setup.py docs_extrasSteve Piercy
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove explicit mention of Python 3Steve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-11-17Update Python source files in docs to use `from html import escape`, now that...Steve Piercy
2018-11-17Remove long type (should have been removed with other type aliases)Steve Piercy
2018-11-17Remove native_, rename ascii_native_ to ascii_Steve Piercy
2018-11-17Remove urllib.parse shimsSteve Piercy
2018-11-17Remove is_nonstr_iterSteve Piercy
2018-11-17Remove reraiseSteve Piercy
2018-11-17Remove SimpleCookie and escape shimsSteve Piercy
2018-11-17Remove iter*, configparser, input_, map_Steve Piercy
2018-11-17Remove pickle and exec aliasesSteve Piercy
2018-11-17Remove *_types per b1a257bacc1c4ac2c1401ed02c51d9c6c03685d2Steve Piercy
2018-11-16Remove virtualenv and explicit py3 mentionsSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
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-12use code blocksMichael 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-06Merge pull request #3417 from mmerickel/fix-registryMichael Merickel
2018-11-06call fix_registry so that queryAdapterOrSelf is availableMichael Merickel
2018-11-06Merge pull request #3414 from kpinc/indexupgradeSteve Piercy
2018-11-04add changelog for #3414Michael Merickel
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael Merickel
2018-11-04Merge pull request #3413 from mmerickel/json-sessionsMichael Merickel
2018-11-03Add "upgrading pyramid" to the indexKarl O. Pinc
2018-11-03fix wordingBert JW Regeer
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-03Merge pull request #3412 from mmerickel/remove-unencrypted-session-configMichael Merickel
2018-11-03remove UnencryptedCookieSessionFactoryConfig and signed_(de)serializeMichael Merickel
2018-11-03Merge pull request #3411 from mmerickel/drop-media-rangesMichael Merickel
2018-11-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-11-01Merge pull request #3410 from mmerickel/remove-deprecated-security-functionsMichael Merickel
2018-11-01remove deprecated security functionsMichael Merickel