| Age | Commit message (Collapse) | Author |
|
|
|
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
|
|
|
|
|
|
Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for
reviews.
|
|
|
|
|
|
|
|
|
|
|
|
This patch allows upload handlers to handle interrupted uploads.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
involved difficulty.
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:
- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous
Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
|
|
Storage.get_alternative_name().
Thanks Simon Charette for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
read() and write() were removed in 68a890e79f660484d05482902663b6168f0bd71e.
|
|
Fixed #27777 -- Made File.open() work with the with statement
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
|
|
|
|
the Storage.
|
|
New Storage.get_{accessed,created,modified}_time() methods convert the
naive time from now-deprecated {accessed,created_modified}_time()
methods into aware objects in UTC if USE_TZ=True.
|
|
|
|
|
|
|
|
|
|
per deprecation timeline.
|
|
Thanks hellbeast for the initial patch.
|
|
|
|
|
|
|
|
|
|
|