summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-18Merge pull request #5 from stevepiercy/drop-py2Michael Merickel
Drop py2
2018-11-18Remove scaffolds testing instructionsSteve Piercy
2018-11-18Remove Python 2 and explicit mention of Python 3Steve Piercy
2018-11-18Remove `docs/api/compat.rst`. The remaining items were moved into ↵Steve Piercy
`pyramid.util`, but we don't want to document anything in that module.
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 ↵Steve Piercy
that we ripped it out from `pyramid.compat`.
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
- Remove Python 2 items, and remove explicit mention of Python 3.
2018-11-16Remove virtualenv and explicit py3 mentionsSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
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
support inherit_slash=True on add_route
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
call fix_registry so that queryAdapterOrSelf is available
2018-11-06call fix_registry so that queryAdapterOrSelf is availableMichael Merickel
fixes #3416
2018-11-06Merge pull request #3414 from kpinc/indexupgradeSteve Piercy
Add "upgrading pyramid" to the index
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
change to use JSONSerializer for SignedCookieSessionFactory
2018-11-03Add "upgrading pyramid" to the indexKarl O. Pinc
2018-11-03fix wordingBert JW Regeer
Co-Authored-By: mmerickel <github@m.merickel.org>
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-03Merge pull request #3412 from mmerickel/remove-unencrypted-session-configMichael Merickel
remove UnencryptedCookieSessionFactoryConfig and signed_(de)serialize
2018-11-03remove UnencryptedCookieSessionFactoryConfig and signed_(de)serializeMichael Merickel