Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with | Serhiy Storchaka | 2015-03-11 | 1 | -1/+1 |
|\ | | | | | | | imp.reload(). Patch by Thomas Kluyver. | ||||
| * | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with | Serhiy Storchaka | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | imp.reload(). Patch by Thomas Kluyver. | ||||
* | | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. | Berker Peksag | 2015-02-13 | 1 | -14/+23 |
| | | |||||
* | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -8/+8 |
| | | |||||
* | | Issue #21549: Added the "members" parameter to TarFile.list(). | Serhiy Storchaka | 2014-08-21 | 1 | -3/+6 |
|/ | |||||
* | Issue 21044: tarfile.open() now handles fileobj with an integer 'name' | Serhiy Storchaka | 2014-07-16 | 1 | -1/+2 |
| | | | | attribute. Based on patch by Martin Panter. | ||||
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -2/+0 |
| | |||||
* | Issue #19920: TarFile.list() no longer fails when outputs a listing | Serhiy Storchaka | 2014-02-05 | 1 | -11/+17 |
|\ | | | | | | | | | containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. | ||||
| * | Issue #19920: TarFile.list() no longer fails when outputs a listing | Serhiy Storchaka | 2014-02-05 | 1 | -11/+17 |
| | | | | | | | | | | containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. | ||||
* | | Issue #20244: Fixed possible file leaks when unexpected error raised in | Serhiy Storchaka | 2014-01-18 | 1 | -0/+6 |
|\ \ | |/ | | | | | tarfile open functions. | ||||
| * | Issue #20244: Fixed possible file leaks when unexpected error raised in | Serhiy Storchaka | 2014-01-18 | 1 | -0/+6 |
| | | | | | | | | tarfile open functions. | ||||
* | | Issue #20243: TarFile no longer raise ReadError when opened in write mode. | Serhiy Storchaka | 2014-01-18 | 1 | -10/+17 |
|\ \ | |/ | |||||
| * | Issue #20243: TarFile no longer raise ReadError when opened in write mode. | Serhiy Storchaka | 2014-01-18 | 1 | -11/+18 |
| | | |||||
* | | Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't | Serhiy Storchaka | 2014-01-18 | 1 | -1/+1 |
|\ \ | |/ | | | | | write complete output on close. | ||||
| * | Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't | Serhiy Storchaka | 2014-01-18 | 1 | -1/+1 |
| | | | | | | | | write complete output on close. | ||||
* | | Issue #20245: The open functions in the tarfile module now correctly handle ↵ | Serhiy Storchaka | 2014-01-18 | 1 | -7/+8 |
|\ \ | |/ | | | | | empty mode. | ||||
| * | Issue #20245: The open functions in the tarfile module now correctly handle ↵ | Serhiy Storchaka | 2014-01-18 | 1 | -7/+8 |
| | | | | | | | | empty mode. | ||||
* | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ \ | |/ | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts. | ||||
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
| | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | ||||
* | | Issue19995: %o, %x, %X now only accept ints | Ethan Furman | 2014-01-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #13477: Added command line interface to the tarfile module. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+94 |
| | | | | | | | | Original patch by Berker Peksag. | ||||
* | | Close #18281: superfluous stat constants removed from tarfile | Ethan Furman | 2013-10-13 | 1 | -24/+0 |
| | | |||||
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -6/+6 |
| | | |||||
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -6/+6 |
| | | | | | | | | ModuleNotFoundError. | ||||
* | | Issue #16601: Restarting iteration over tarfile no more continues from where | Serhiy Storchaka | 2013-05-09 | 1 | -5/+7 |
|\ \ | |/ | | | | | it left off. Patch by Michael Birtwell. | ||||
| * | Issue #16601: Restarting iteration over tarfile no more continues from where | Serhiy Storchaka | 2013-05-09 | 1 | -5/+7 |
| | | | | | | | | it left off. Patch by Michael Birtwell. | ||||
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -7/+7 |
| | | |||||
* | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -2/+2 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 1 | -4/+4 |
| | | |||||
* | | Merge issue #16477: Close tarfile internal handlers in case of exception. | Andrew Svetlov | 2012-11-29 | 1 | -13/+11 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Merge issue #16477: Close tarfile internal handlers in case of exception. | Andrew Svetlov | 2012-11-29 | 1 | -13/+11 |
| |\ | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #16477: Close tarfile internal handlers in case of exception. | Andrew Svetlov | 2012-11-29 | 1 | -13/+11 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | #16135: Removal of OS/2 support (Python code partial cleanup) | Jesus Cea | 2012-10-05 | 1 | -2/+1 |
|/ / | |||||
* | | Simplify usage of LZMAFile's fileobj support, like with BZ2File. | Nadeem Vawda | 2012-06-04 | 1 | -2/+1 |
| | | |||||
* | | Make BZ2File's fileobj support easier to use. | Nadeem Vawda | 2012-06-04 | 1 | -2/+2 |
| | | | | | | | | | | The fileobj argument was added during the 3.3 development cycle, so this change does not break backward compatibility with 3.2. | ||||
* | | Issue #13031: Small speed-up for tarfile when unzipping tarfiles. | Ross Lagerwall | 2012-05-17 | 1 | -2/+2 |
| | | | | | | | | Patch by Justin Peel. | ||||
* | | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add ↵ | Giampaolo Rodola' | 2012-05-15 | 1 | -41/+7 |
| | | | | | | | | tarfile.filemode alias with deprecation warning. | ||||
* | | Issue #13815: Resurrect the ExFileObject class. | Lars Gustäbel | 2012-05-14 | 1 | -8/+9 |
| | | | | | | | | | | | | After a discussion in the tracker, the decision was made to keep the ExFileObject class after all as a subclass of io.BufferedReader instead of removing it completely. | ||||
* | | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. | Lars Gustäbel | 2012-05-05 | 1 | -154/+42 |
| | | | | | | | | The ExFileObject class was removed, some of its code went into _FileInFile. | ||||
* | | Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic | Lars Gustäbel | 2012-04-24 | 1 | -1/+1 |
|\ \ | |/ | | | | | links when the links were not located in an archive subdirectory. | ||||
| * | Issue #14160: TarFile.extractfile() failed to resolve symbolic links | Lars Gustäbel | 2012-04-24 | 1 | -1/+1 |
| | | | | | | | | when the links were not located in an archive subdirectory. | ||||
* | | Issue #5689: Avoid excessive memory usage by using the default lzma preset. | Lars Gustäbel | 2012-01-18 | 1 | -5/+1 |
| | | |||||
* | | Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. | Lars Gustäbel | 2012-01-05 | 1 | -6/+0 |
|\ \ | |/ | | | | | | | | | | | | | On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link. | ||||
| * | Issue #12926: Fix a bug in tarfile's link extraction. | Lars Gustäbel | 2012-01-05 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link. | ||||
* | | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, ↵ | Eli Bendersky | 2012-01-03 | 1 | -4/+5 |
| | | | | | | | | leaving the os.SEEK_* constants only for os.lseek, as documented | ||||
* | | Issue #5689: Add support for lzma compression to the tarfile module. | Lars Gustäbel | 2011-12-10 | 1 | -6/+60 |
| | | |||||
* | | Remove no longer needed work-around for bz2 file object support. | Lars Gustäbel | 2011-12-06 | 1 | -64/+2 |
| | |