summaryrefslogtreecommitdiff
path: root/docs/ref/files/file.txt
AgeCommit message (Expand)Author
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2023-09-11Fixed #34642 -- Added File.open() support for *args and **kwargs.Yves Weissig
2023-05-04Corrected code-block directives in docs.Jannis Vajen
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2021-04-16Corrected File, ContentFile, and ImageFile signatures in docs.Adam Johnson
2018-07-07Fixed word choice in ContentFile example.Josh Schneier
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-05-31Refs #27777 -- Improved docs/added test for File context manager change.Ingo Klöcker
2017-04-26Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier
2017-04-25Removed nonexistent methods from File's docs.Josh Schneier
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-05-27Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-07Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-10-30Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2013-08-29Added links to file docs.Jorge C. Leitão
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2011-09-28Fixed incorrect pluralized argument in Files docsPaul McMillan
2010-12-05Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...Gabriel Hurley
2010-11-28Fixed #14762 - Add documention for ContentFile. Thanks jesh for the suggestio...Timo Graham
2010-10-24Fixed #13040 -- Added info on where to import File class from to File referen...Gabriel Hurley
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-02A bunch of cleanups to file documentation. Along the way some references to t...Jacob Kaplan-Moss
2008-08-31Fixed #8641: Documented the fact that file-saving methods must receive a File...James Bennett
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss