summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-11-18Remove `docs/api/compat.rst`. The remaining items were moved into `pyramid.u...Steve 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-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-06Merge pull request #3414 from kpinc/indexupgradeSteve Piercy
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael 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-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-11-01remove deprecated security functionsMichael Merickel
2018-10-31remove the scaffolding chapterMichael Merickel
2018-10-31remove docs/api/scaffolds.rstMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-31prep 1.10Michael Merickel
2018-10-17fix the dummy request to support the new accept apisMichael Merickel
2018-10-16change webtest link to httpsMichael Merickel
2018-10-16commaMichael Merickel
2018-10-15add route_prefix_context to api docsMichael Merickel
2018-10-15fix whatsnew syntaxMichael Merickel
2018-10-15typoMichael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-15add changes for #3387 and #3388Michael Merickel
2018-10-15prep 1.10a1Michael Merickel
2018-10-14Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicateMichael Merickel
2018-10-14Update documentation for implementing custom authz policyBert JW Regeer
2018-10-10improve the language around unspecified match orderingMichael Merickel
2018-10-10sentence-per-lineMichael Merickel
2018-10-10fix up the docsMichael Merickel
2018-10-10deprecate range supportMichael Merickel
2018-10-09Merge pull request #3380 from stevepiercy/docs-quick-tutorial-updateSteve Piercy
2018-10-09Rearrange introduction of Setuptools and move to debugtoolbar.Steve Piercy
2018-10-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Fix comments in `setup.py`sSteve Piercy