| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10184: Touch directories only once when extracting a tarfile. | Martin v. Löwis | 2010-11-01 | 1 | -9/+13 |
|
|
* | Issue #10233: Close file objects in a timely manner in the tarfile module | Antoine Pitrou | 2010-10-29 | 1 | -9/+7 |
|
|
* | Add read support for all missing variants of the GNU sparse | Lars Gustäbel | 2010-10-29 | 1 | -119/+112 |
|
|
* | Issue #9065: no longer use "root" as the default for the | Lars Gustäbel | 2010-10-04 | 1 | -4/+4 |
|
|
* | Fix a line that got hacked up by r82659. | Brian Curtin | 2010-09-24 | 1 | -1/+2 |
|
|
* | Further tarfile / test_tarfile cleanup | Antoine Pitrou | 2010-09-23 | 1 | -24/+33 |
|
|
* | Try to fix test_tarfile issues on Windows buildbots by closing file | Antoine Pitrou | 2010-09-23 | 1 | -1/+7 |
|
|
* | Fix the breakage of Lib/tarfile.py on non-Windows platforms due to | Brian Curtin | 2010-07-09 | 1 | -6/+14 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -2/+10 |
|
|
* | Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. | Victor Stinner | 2010-06-11 | 1 | -3/+4 |
|
|
* | Merged revisions 81667 via svnmerge from | Lars Gustäbel | 2010-06-03 | 1 | -26/+45 |
|
|
* | Merged revisions 81663 via svnmerge from | Lars Gustäbel | 2010-06-03 | 1 | -1/+1 |
|
|
* | Issue #8633: Support for POSIX.1-2008 binary pax headers. | Lars Gustäbel | 2010-05-17 | 1 | -10/+72 |
|
|
* | Issue #8390: tarfile uses surrogateespace as the default error handler | Victor Stinner | 2010-05-05 | 1 | -9/+3 |
|
|
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -7/+0 |
|
|
* | Merged revisions 80616 via svnmerge from | Lars Gustäbel | 2010-04-29 | 1 | -1/+1 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78623 via svnmerge from | Lars Gustäbel | 2010-03-03 | 1 | -0/+14 |
|
|
* | Issue #4757: `zlib.compress` and other methods in the zlib module now | Antoine Pitrou | 2009-12-14 | 1 | -1/+1 |
|
|
* | Merged revisions 76780 via svnmerge from | Lars Gustäbel | 2009-12-13 | 1 | -1/+1 |
|
|
* | Merged revisions 76443 via svnmerge from | Lars Gustäbel | 2009-11-22 | 1 | -27/+60 |
|
|
* | Merged revisions 76381 via svnmerge from | Lars Gustäbel | 2009-11-18 | 1 | -21/+27 |
|
|
* | Merged revisions 74750 via svnmerge from | Lars Gustäbel | 2009-09-12 | 1 | -6/+21 |
|
|
* | Merged revisions 74571 via svnmerge from | Lars Gustäbel | 2009-08-28 | 1 | -29/+12 |
|
|
* | Merged revisions 70523 via svnmerge from | Lars Gustäbel | 2009-03-22 | 1 | -5/+4 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Merged revisions 67717 via svnmerge from | Lars Gustäbel | 2008-12-12 | 1 | -4/+0 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
|
|
* | Remove the deprecated posix attribute. | Georg Brandl | 2008-08-04 | 1 | -11/+0 |
|
|
* | Remove the TarFileCompat class from tarfile.py. | Lars Gustäbel | 2008-08-02 | 1 | -48/+0 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -1/+0 |
|
|
* | Issue #2058: Remove the buf attribute and add __slots__ to the | Lars Gustäbel | 2008-04-14 | 1 | -34/+43 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -9/+9 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 1 | -1/+1 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -4/+4 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -1/+2 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -4/+3 |
|
|
* | Disabled test_sys_path_with_unicode for now | Christian Heimes | 2007-11-04 | 1 | -4/+3 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -1/+1 |
|
|
* | Conform to strict str/bytes distinction. | Lars Gustäbel | 2007-08-28 | 1 | -4/+4 |
|
|
* | Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns | Lars Gustäbel | 2007-08-21 | 1 | -11/+10 |
|
|
* | Completed str/unicode unification. | Lars Gustäbel | 2007-08-07 | 1 | -154/+139 |
|
|
* | Merged revisions 56020-56124 via svnmerge from | Guido van Rossum | 2007-06-30 | 1 | -4/+10 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -28/+28 |
|
|
* | unicode is named str now => fix type check. | Walter Dörwald | 2007-06-12 | 1 | -1/+1 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -105/+139 |
|
|