| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-27 | 1 | -2/+3 |
| | | | | | | | 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. | ||||
| * | Issue #7249: Methods of io.BytesIO now allow `long` as well as `int` arguments. | Antoine Pitrou | 2009-11-02 | 1 | -3/+11 |
| | | | | | | | | | | | | | Merged revisions 76071 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76071 | antoine.pitrou | 2009-11-02 21:47:33 +0100 (lun., 02 nov. 2009) | 4 lines Add acceptance of long ints to test_memoryio.py (in preparation for fix of #7249 in 2.6) ........ | ||||
| * | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -0/+416 |
| Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844, r62846, r62952, r62956. | |||||
