| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 1 | -0/+5 |
|\ |
|
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 1 | -0/+5 |
|
|
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend. | Charles-François Natali | 2012-01-09 | 1 | -0/+13 |
|
|
* | | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 1 | -4/+76 |
|\ \
| |/ |
|
| * | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 1 | -4/+74 |
|
|
* | | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). | Ross Lagerwall | 2011-10-31 | 1 | -0/+9 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -6/+0 |
|
|
* | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-05 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-05 | 1 | -0/+15 |
|
|
* | | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation | Antoine Pitrou | 2011-10-04 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation | Antoine Pitrou | 2011-10-04 | 1 | -0/+8 |
|
|
* | | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). | Ezio Melotti | 2011-09-28 | 1 | -2/+2 |
|
|
* | | merge 3.2 (#12878) | Benjamin Peterson | 2011-09-03 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | add a __dict__ descr for IOBase (closes #12878) | Benjamin Peterson | 2011-09-03 | 1 | -0/+11 |
|
|
* | | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -2/+42 |
|\ \
| |/ |
|
| * | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -2/+42 |
|
|
* | | Fix typo in test names | Antoine Pitrou | 2011-08-19 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix typo in test names | Antoine Pitrou | 2011-08-19 | 1 | -4/+4 |
|
|
* | | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 1 | -0/+21 |
|
|
* | | Issue #12149: Update the method cache after a type's dictionnary gets | Antoine Pitrou | 2011-07-12 | 1 | -1/+18 |
|\ \
| |/ |
|
| * | Issue #12149: Update the method cache after a type's dictionnary gets | Antoine Pitrou | 2011-07-12 | 1 | -1/+18 |
|
|
| * | Issue #12429: Skip interrupted write tests on FreeBSD <= 7 | Victor Stinner | 2011-07-04 | 1 | -0/+2 |
|
|
* | | Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the | Charles-François Natali | 2011-05-29 | 1 | -1/+1 |
|
|
* | | (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() | Victor Stinner | 2011-05-25 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() | Victor Stinner | 2011-05-25 | 1 | -2/+5 |
| |\ |
|
| | * | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 1 | -2/+5 |
|
|
* | | | (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | (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 |
|
|
* | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+26 |
|\ \ \
| |/ / |
|
| * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+26 |
| |\ \
| | |/ |
|
| | * | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+26 |
|
|
| | * | Merged revisions 87427 via svnmerge from | Antoine Pitrou | 2010-12-21 | 1 | -0/+13 |
|
|
| | * | Merged revisions 86981,86984 via svnmerge from | Antoine Pitrou | 2010-12-03 | 1 | -0/+35 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -164/+164 |
|
|
| | * | Merged revisions 85482 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -0/+2 |
|
|
| | * | Merged revisions 84814 via svnmerge from | Antoine Pitrou | 2010-09-14 | 1 | -10/+34 |
|
|
| | * | Merged revisions 84239 via svnmerge from | Antoine Pitrou | 2010-08-21 | 1 | -1/+74 |
|
|
| | * | Merged revisions 83944 via svnmerge from | Antoine Pitrou | 2010-08-11 | 1 | -0/+24 |
|
|
| | * | Merged revisions 80722 via svnmerge from | Antoine Pitrou | 2010-05-03 | 1 | -0/+44 |
|
|
| | * | Merged revisions 77895-77896 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -3/+17 |
|
|
| | * | Merged revisions 76806,76808 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -4/+32 |
|
|
| | * | Merged revisions 74582 via svnmerge from | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -0/+21 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -13/+13 |
|
|
| | * | Merged revisions 74338 via svnmerge from | Antoine Pitrou | 2009-08-06 | 1 | -0/+20 |
|
|
| * | | Merged revisions 88610 via svnmerge from | Antoine Pitrou | 2011-02-25 | 1 | -1/+94 |
|
|
* | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto(). | Antoine Pitrou | 2011-05-11 | 1 | -0/+6 |
|
|
* | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch | Victor Stinner | 2011-04-30 | 1 | -0/+2 |
|
|
* | | | Issue #10956: Buffered I/O classes retry reading or writing after a signal | Antoine Pitrou | 2011-02-25 | 1 | -1/+94 |
|
|