summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/file.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix uses of the default role.Georg Brandl2009-01-031-5/+5
|
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+8
|
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-061-1/+33
| | | | | | | | | | | close() will now raise an IOError if any operations on the file object are currently in progress in other threads. Most code was written by Antoine Pitrou (pitrou). Additional testing, documentation and test suite cleanup done by me (gregory.p.smith). Fixes issue 815646 and 595601 (as well as many other bugs and references to this problem dating back to the dawn of Python).
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+128