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