| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Untabify Modules/_io/fileio.c | Antoine Pitrou | 2010-05-05 | 1 | -705/+705 |
| | | |||||
| * | Issue #8438: Remove reference to the missing "surrogateescape" encoding | Antoine Pitrou | 2010-04-19 | 1 | -1/+1 |
| | | | | | error handler from the new IO library. | ||||
| * | Revert temporary commit in r79937 | Antoine Pitrou | 2010-04-10 | 1 | -37/+18 |
| | | |||||
| * | Temporary commit of fix to issue #5380 (in order to watch buildbot response) | Antoine Pitrou | 2010-04-10 | 1 | -18/+37 |
| | | |||||
| * | #7706: add include guards where they're missing; required for Windows CE | Andrew M. Kuchling | 2010-02-22 | 1 | -0/+6 |
| | | |||||
| * | - Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-31 | 1 | -20/+50 |
| | | | | | | | file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon. | ||||
| * | accept None as the same as having passed no argument in file types #7349 | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
| | | | | | | | | This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods. | ||||
| * | Issue #6236, #6348: Fix various failures in the io module under AIX | Antoine Pitrou | 2009-09-21 | 1 | -4/+4 |
| | | | | | | | | and other platforms, when using a non-gcc compiler. Patch by egreen. In addition, I made explicit the signedness of all bitfields in the IO library. | ||||
| * | Issue #4856: Remove checks for win NT. | Hirokazu Yamamoto | 2009-06-28 | 1 | -5/+2 |
| | | |||||
| * | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -0/+1054 |
