summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-19Standardize casing of URL when it is an acronymSteve Piercy
2018-11-19unpin webtest (missed in first pass)Steve 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-18Merge pull request #5 from stevepiercy/drop-py2Michael Merickel
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 `pyramid.u...Steve Piercy
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