index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
files
/
uploads.txt
Age
Commit message (
Expand
)
Author
2026-04-24
Replaced references in docs to accepted PEPs with specific Python docs links.
Mike Edmunds
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-05-13
Used :pep: role in various docs.
Nick Pope
2020-04-15
Used :rfc: role in various docs.
Mariusz Felisiak
2019-12-23
Removed unnecessary code-block directives in various docs.
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-10-30
Fixed #8149 -- Made File.__iter__() support universal newlines.
Jon Dufresne
2014-04-08
Fixed #9535 -- Added a reference guide for file upload classes.
Anubhav Joshi