| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15247: FileIO now raises an error when given a file descriptor pointin... | Antoine Pitrou | 2012-07-06 | 1 | -12/+5 |
|\ |
|
| * | Issue #15247: FileIO now raises an error when given a file descriptor pointin... | Antoine Pitrou | 2012-07-06 | 1 | -12/+5 |
|
|
* | | Fixes issue #12268: File readline, readlines and read() or readall() methods | Gregory P. Smith | 2012-06-24 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Fixes issue #12268: File readline, readlines and read() or readall() methods | Gregory P. Smith | 2012-06-24 | 1 | -0/+7 |
|
|
* | | Simplify code in fileio_init | Hynek Schlawack | 2012-06-22 | 1 | -2/+1 |
|
|
* | | #10053: Don't close FDs when FileIO.__init__ fails | Hynek Schlawack | 2012-06-21 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | #10053: Don't close FDs when FileIO.__init__ fails | Hynek Schlawack | 2012-06-21 | 1 | -6/+5 |
|
|
* | | #4841: Fix FileIO constructor to honor closefd when called repeatedly | Hynek Schlawack | 2012-05-25 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | #4841: Fix FileIO constructor to honor closefd when called repeatedly | Hynek Schlawack | 2012-05-25 | 1 | -3/+7 |
|
|
* | | Speed up reading of small files. This avoids multiple C read() calls on pyc ... | Antoine Pitrou | 2012-04-17 | 1 | -3/+11 |
|
|
* | | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 1 | -21/+9 |
|\ \
| |/ |
|
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 1 | -22/+11 |
|
|
* | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. | Charles-François Natali | 2012-01-14 | 1 | -3/+3 |
|
|
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend. | Charles-François Natali | 2012-01-09 | 1 | -10/+28 |
|
|
* | | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -3/+11 |
|\ \
| |/ |
|
| * | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -3/+11 |
|
|
* | | Replace {Get,Set,Has}AttrString with *AttrId. | Martin v. Löwis | 2011-10-14 | 1 | -1/+2 |
|
|
* | | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). | Ross Lagerwall | 2011-10-31 | 1 | -12/+37 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ... | Nadeem Vawda | 2011-10-13 | 1 | -15/+4 |
|\ \
| |/ |
|
| * | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ... | Nadeem Vawda | 2011-10-13 | 1 | -15/+4 |
|
|
* | | Fix FileIO.readall() (new_buffersize()) for large files | Victor Stinner | 2011-10-11 | 1 | -1/+5 |
|
|
* | | Fix io.FileIO.readall() on Windows 64 bits | Victor Stinner | 2011-10-11 | 1 | -4/+4 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -2/+3 |
|
|
* | | fileio_init() checks for failure on conversion to Py_UNICODE* | Victor Stinner | 2011-09-29 | 1 | -4/+6 |
|
|
* | | (merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on... | Victor Stinner | 2011-07-05 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. | Victor Stinner | 2011-07-05 | 1 | -0/+8 |
|
|
* | | Issue #12175: FileIO.readall() now only reads the file position and size once. | Victor Stinner | 2011-05-25 | 1 | -7/+30 |
|/ |
|
* | (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
|\ |
|
| * | Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
|
|
| * | Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+2 |
|
|
| * | Merged revisions 85982 via svnmerge from | Antoine Pitrou | 2010-10-31 | 1 | -1/+6 |
|
|
| * | Merged revisions 80798 via svnmerge from | Antoine Pitrou | 2010-05-05 | 1 | -703/+703 |
|
|
| * | Merged revisions 77895-77896 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -20/+50 |
|
|
| * | Merged revisions 77781-77782 via svnmerge from | Benjamin Peterson | 2010-01-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 76806,76808 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
| * | Merged revisions 75009 via svnmerge from | Antoine Pitrou | 2009-09-21 | 1 | -4/+4 |
|
|
* | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -1/+8 |
|
|
* | | Issue #9611: remove useless and dangerous explicit conversion to size_t | Victor Stinner | 2011-01-11 | 1 | -2/+2 |
|
|
* | | Issue #10841: set binary mode on files; the parser translates newlines | Victor Stinner | 2011-01-07 | 1 | -0/+5 |
|
|
* | | Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the | Victor Stinner | 2011-01-04 | 1 | -4/+18 |
|
|
* | | Issue #10180: Pickling file objects is now explicitly forbidden, since | Antoine Pitrou | 2010-11-05 | 1 | -0/+9 |
|
|
* | | if FileIO.__init__ fails, close fd | Benjamin Peterson | 2010-10-30 | 1 | -0/+2 |
|
|
* | | fix style | Benjamin Peterson | 2010-10-30 | 1 | -1/+1 |
|
|
* | | Issue #10253: FileIO leaks a file descriptor when trying to open a file | Antoine Pitrou | 2010-10-30 | 1 | -1/+6 |
|
|
* | | Issue #10093: ResourceWarnings are now issued when files and sockets are | Antoine Pitrou | 2010-10-29 | 1 | -0/+31 |
|
|
* | | #4829: better error message for invalid file mode | Georg Brandl | 2010-10-21 | 1 | -1/+2 |
|
|
* | | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an | Antoine Pitrou | 2010-09-05 | 1 | -1/+2 |
|
|
* | | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -2/+1 |
|
|
* | | Merged revisions 80796 via svnmerge from | Antoine Pitrou | 2010-05-05 | 1 | -700/+700 |
|
|