index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
narr
/
upgrading.rst
Age
Commit message (
Expand
)
Author
2024-01-28
drop support for python 3.7 which was eol in 2023
Michael Merickel
2023-11-30
Update docs to mention Python 3.12 support
Ievgen Popovych
2022-12-25
Declare support for python 3.11
Stefano Rivera
2022-12-25
Update links to Python Support schedule
Stefano Rivera
2022-02-05
Cleanup remnants of Py3.6 support
Bert JW Regeer
2020-11-28
drop python 3.5
Michael Merickel
2020-11-02
Add support for Python 3.9
Steve Piercy
2019-12-15
Remove Python 3.4, Python 3.5, and add Python 3.8
Steve Piercy
2019-07-27
Fix typos
Min ho Kim
2018-11-16
Remove most Python 2 mentions from docs. Exclusions:
Steve Piercy
2018-11-03
Add "upgrading pyramid" to the index
Karl O. Pinc
2018-10-08
Remove EOLed versions
Steve Piercy
2018-10-08
Add 2.7 and 3.7 EOL, update link to definitive source of EOL dates.
Steve Piercy
2018-08-21
Merge pull request #3330 from stevepiercy/docs-code-style
Michael Merickel
2018-08-19
Fix broken links from linkcheck, exclude localhost from check
Steve Piercy
2018-08-19
Standardize Unix capitalization
Steve Piercy
2018-08-18
Clean up code-blocks in upgrading
Steve Piercy
2017-01-15
Update Windows docs
Steve Piercy
2016-07-02
Update Windows installation instructions and related bits.
Steve Piercy
2016-04-23
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...
Steve Piercy
2016-04-12
Remove note about -Wd flag
Bert JW Regeer
2016-01-22
Add Python support policy (see https://github.com/Pylons/pyramid/pull/2256#is...
Steve Piercy
2015-11-13
minor grammar, .rst syntax, rewrap 79 cols
Steve Piercy
2013-11-17
Removed extra indentation from some examples (:linenos: should be indented wi...
Antti Haapala
2013-10-06
Fixed an example
BauhausSP
2013-03-13
consistency: use $VENV whenever virtualenv binaries are used
Tshepang Lekhonkhobe
2013-01-08
typos
Tshepang Lekhonkhobe
2012-09-15
add a whatsnew-1.4 document
Chris McDonough
2012-09-13
wording
Chris McDonough
2012-09-13
docs rendering
Chris McDonough
2012-09-13
add upgrading chapter, make docs render again
Chris McDonough