| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
|
|
* | | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+6 |
|
|
* | | Merged revisions 77890 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -20/+50 |
|
|
* | | don't accept bytes in FileIO.write #7785 | Benjamin Peterson | 2010-01-27 | 1 | -1/+1 |
|
|
* | | Merged revisions 76805 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
* | | Merged revisions 75007 via svnmerge from | Antoine Pitrou | 2009-09-21 | 1 | -4/+4 |
|
|
* | | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -5/+2 |
|/ |
|
* | move to a naming scheme with all lowercase and underscores | Benjamin Peterson | 2009-06-12 | 1 | -32/+32 |
|
|
* | Issue #5761: Add the name of the underlying file to the repr() of various IO ... | Antoine Pitrou | 2009-05-23 | 1 | -3/+18 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -1/+1 |
|
|
* | Silence a compiler warning. | Raymond Hettinger | 2009-05-15 | 1 | -1/+1 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 1 | -1/+1 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -1/+1 |
|
|
* | use NULL for the ends of tables | Benjamin Peterson | 2009-04-19 | 1 | -1/+1 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -0/+1034 |
|
|