summaryrefslogtreecommitdiff
path: root/Lib/tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-2/+0
* Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-051-11/+17
|\
| * Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-051-11/+17
* | Issue #20244: Fixed possible file leaks when unexpected error raised inSerhiy Storchaka2014-01-181-0/+6
|\ \ | |/
| * Issue #20244: Fixed possible file leaks when unexpected error raised inSerhiy Storchaka2014-01-181-0/+6
* | Issue #20243: TarFile no longer raise ReadError when opened in write mode.Serhiy Storchaka2014-01-181-10/+17
|\ \ | |/
| * Issue #20243: TarFile no longer raise ReadError when opened in write mode.Serhiy Storchaka2014-01-181-11/+18
* | Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn'tSerhiy Storchaka2014-01-181-1/+1
|\ \ | |/
| * Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn'tSerhiy Storchaka2014-01-181-1/+1
* | Issue #20245: The open functions in the tarfile module now correctly handle e...Serhiy Storchaka2014-01-181-7/+8
|\ \ | |/
| * Issue #20245: The open functions in the tarfile module now correctly handle e...Serhiy Storchaka2014-01-181-7/+8
* | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\ \ | |/
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* | Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-051-1/+1
* | Issue #13477: Added command line interface to the tarfile module.Serhiy Storchaka2013-11-241-0/+94
* | Close #18281: superfluous stat constants removed from tarfileEthan Furman2013-10-121-24/+0
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-6/+6
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-6/+6
* | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-5/+7
|\ \ | |/
| * Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-5/+7
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-7/+7
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-2/+2
* | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-4/+4
* | Merge issue #16477: Close tarfile internal handlers in case of exception.Andrew Svetlov2012-11-291-13/+11
|\ \ | |/
| * Merge issue #16477: Close tarfile internal handlers in case of exception.Andrew Svetlov2012-11-291-13/+11
| |\
| | * Issue #16477: Close tarfile internal handlers in case of exception.Andrew Svetlov2012-11-291-13/+11
* | | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-051-2/+1
|/ /
* | Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-2/+1
* | Make BZ2File's fileobj support easier to use.Nadeem Vawda2012-06-041-2/+2
* | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-171-2/+2
* | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....Giampaolo Rodola'2012-05-151-41/+7
* | Issue #13815: Resurrect the ExFileObject class.Lars Gustäbel2012-05-141-8/+9
* | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.Lars Gustäbel2012-05-051-154/+42
* | Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolicLars Gustäbel2012-04-241-1/+1
|\ \ | |/
| * Issue #14160: TarFile.extractfile() failed to resolve symbolic linksLars Gustäbel2012-04-241-1/+1
* | Issue #5689: Avoid excessive memory usage by using the default lzma preset.Lars Gustäbel2012-01-181-5/+1
* | Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-6/+0
|\ \ | |/
| * Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-6/+0
* | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...Eli Bendersky2012-01-031-4/+5
* | Issue #5689: Add support for lzma compression to the tarfile module.Lars Gustäbel2011-12-101-6/+60
* | Remove no longer needed work-around for bz2 file object support.Lars Gustäbel2011-12-061-64/+2
* | Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...Lars Gustäbel2011-12-061-1/+1
|\ \ | |/
| * Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-1/+1
* | Simplify and remove few dependencies on 'errno', thanks to PEP 3151.Florent Xicluna2011-10-281-4/+2
* | Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi...Lars Gustäbel2011-10-141-20/+23
|\ \ | |/
| * Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-141-20/+23
* | Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-8/+2
|\ \ | |/
| * Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-8/+2