summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
AgeCommit message (Collapse)Author
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2023-11-30Update docs to mention Python 3.12 supportIevgen Popovych
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
2022-12-25Declare support for python 3.11Stefano Rivera
2022-12-25Update links to Python Support scheduleStefano Rivera
2022-02-05Cleanup remnants of Py3.6 supportBert JW Regeer
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2019-07-27Fix typosMin ho Kim
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-03Add "upgrading pyramid" to the indexKarl O. Pinc
2018-10-08Remove EOLed versionsSteve Piercy
2018-10-08Add 2.7 and 3.7 EOL, update link to definitive source of EOL dates.Steve Piercy
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in upgradingSteve Piercy
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2016-04-12Remove note about -Wd flagBert JW Regeer
Since we no longer support Python 2.6, it becomes a requirement for all our supported Python versions, and thus the note is no longer required.
2016-01-22Add Python support policy (see ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2256#issuecomment-174029882)
2015-11-13minor grammar, .rst syntax, rewrap 79 colsSteve Piercy
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-10-06Fixed an exampleBauhausSP
"from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-01-08typosTshepang Lekhonkhobe
2012-09-15add a whatsnew-1.4 documentChris McDonough
2012-09-13wordingChris McDonough
2012-09-13docs renderingChris McDonough
2012-09-13add upgrading chapter, make docs render againChris McDonough