summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/file.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-1/+2
|
* update to new C roles and directivesSandro Tosi2012-01-141-37/+37
|
* Issue #7732: Fix a crash on importing a module if a directory has the same nameVictor Stinner2011-09-231-1/+2
| | | | | | | | than a Python module (e.g. "__init__.py"): don't close the file twice. PyFile_FromFile() does also close the file if PyString_FromString() failed. It did already close the file on fill_file_fields() error (e.g. if the file is a directory).
* #10111: minor problems in 2.7 FILE* API docs.Georg Brandl2010-10-151-5/+15
|
* 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