Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -1/+2 |
| | |||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -37/+37 |
| | |||||
* | Issue #7732: Fix a crash on importing a module if a directory has the same name | Victor Stinner | 2011-09-23 | 1 | -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 Brandl | 2010-10-15 | 1 | -5/+15 |
| | |||||
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 1 | -5/+5 |
| | |||||
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+8 |
| | |||||
* | Make file objects as thread safe as the underlying libc FILE* implementation. | Gregory P. Smith | 2008-04-06 | 1 | -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 Brandl | 2008-01-19 | 1 | -0/+128 |