index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
tarfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #29210: Removed support of deprecated argument "exclude" in
Serhiy Storchaka
2017-01-13
1
-13
/
+3
*
Issue #26937: The chown() method of the tarfile.TarFile class does not fail now
Xavier de Gaye
2016-12-09
1
-12
/
+19
*
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-59
/
+49
|
\
|
*
Issue #27199: TarFile expose copyfileobj bufsize to improve throughput
?ukasz Langa
2016-09-09
1
-15
/
+18
|
*
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-1
/
+1
|
*
Merge 3.5, issue #27194
?ukasz Langa
2016-06-11
1
-43
/
+30
|
|
\
|
|
*
Issue #24838: Merge tarfile fix from 3.5.
Lars Gust?bel
2016-04-19
1
-14
/
+15
|
|
|
\
|
|
*
\
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-43
/
+30
|
|
|
\
\
|
|
|
*
\
Issue #22468: Merge gettarinfo() doc from 3.5
Martin Panter
2016-02-19
1
-10
/
+11
|
|
|
|
\
\
|
|
|
*
|
|
Issue #23883: Add missing APIs to tarfile.__all__
Martin Panter
2016-01-16
1
-1
/
+4
|
|
|
*
|
|
Issue #22227: The TarFile iterator is reimplemented using generator.
Serhiy Storchaka
2015-12-19
1
-42
/
+26
*
|
|
|
|
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-1
/
+3
|
/
/
/
/
/
*
|
|
|
|
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
?ukasz Langa
2016-06-11
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
Lars Gust?bel
2016-04-19
1
-14
/
+15
|
/
/
/
*
|
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-2
/
+2
|
|
/
|
/
|
*
|
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
Martin Panter
2016-02-19
1
-10
/
+11
|
/
*
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter
2015-12-11
1
-7
/
+1
*
Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is...
Lars Gust?bel
2015-07-06
1
-36
/
+59
|
\
|
*
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting ...
Lars Gust?bel
2015-07-02
1
-36
/
+59
|
|
\
|
|
*
tarfile.open() with mode 'x' created files without an end of archive marker.
Lars Gust?bel
2015-05-27
1
-2
/
+2
|
|
*
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...
Eric V. Smith
2015-04-15
1
-17
/
+28
|
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-17
/
+29
|
|
|
\
|
|
|
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-1
/
+1
|
|
|
|
\
|
|
|
*
|
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 #21549: Added the "members" parameter to TarFile.list().
Serhiy Storchaka
2014-08-21
1
-3
/
+6
*
|
|
|
|
|
Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...
Lars Gust?bel
2015-07-06
1
-7
/
+15
|
/
/
/
/
/
*
|
|
|
|
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gust?bel
2015-07-02
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-30
/
+31
|
|
_
|
/
|
/
|
|
*
|
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-1
/
+1
|
|
/
|
/
|
*
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
1
-8
/
+8
|
/
*
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
Serhiy Storchaka
2014-07-16
1
-1
/
+2
*
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
-39
/
+108
|
\
|
*
Issue #20244: Fixed possible file leaks when unexpected error raised in
Serhiy Storchaka
2014-01-18
1
-0
/
+6
|
|
\
|
*
\
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
1
-10
/
+17
|
|
\
\
|
*
\
\
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
1
-40
/
+109
|
|
\
\
\
\
|
|
*
\
\
\
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0
/
+0
|
|
|
\
\
\
\
|
|
*
|
|
|
|
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-24
1
-0
/
+94
|
|
*
|
|
|
|
Close #18281: superfluous stat constants removed from tarfile
Ethan Furman
2013-10-12
1
-24
/
+0
|
|
*
|
|
|
|
#18705: merge with 3.3.
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-13
1
-6
/
+6
|
|
*
|
|
|
|
Issue #16601: Restarting iteration over tarfile no more continues from where
Serhiy Storchaka
2013-05-09
1
-15
/
+14
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
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
|
|
|
*
|
|
|
|
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
-2
/
+1
|
|
|
|
\
\
\
\
\
[next]