index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
tarfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
1
-9/+13
*
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Chris Fernald
2022-06-17
1
-0/+10
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Joshua Root
2022-02-09
1
-6/+15
*
bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...
Andrzej Mateja
2022-02-09
1
-0/+2
*
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
andrei kulakov
2022-01-21
1
-1/+1
*
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
Jack DeVries
2021-09-29
1
-0/+9
*
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-...
Anthony Sottile
2021-04-27
1
-2/+5
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
1
-32/+33
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard
2020-11-25
1
-0/+3
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-3/+4
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
1
-0/+2
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi
2020-07-15
1
-0/+2
*
bpo-18819: tarfile: only set device fields for device files (GH-18080)
William Chargin
2020-02-12
1
-2/+10
*
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Serhiy Storchaka
2020-01-24
1
-10/+8
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
1
-1/+6
*
Add missing docstrings for TarInfo objects (#12555)
Raymond Hettinger
2019-03-27
1
-7/+46
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
1
-1/+1
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-8/+6
*
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
2018-07-06
1
-18/+12
*
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher
2018-07-04
1
-9/+11
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
1
-7/+0
*
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Joffrey F
2018-02-27
1
-1/+2
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
1
-1/+1
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
Remove two legacy constants which hopefully have no consumers (#1087)
Alex Gaynor
2017-04-12
1
-2/+0
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
1
-9/+6
*
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka
2017-03-19
1
-6/+10
*
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
-1/+3
|
\
|
*
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-1/+3
*
|
Issue #27199: TarFile expose copyfileobj bufsize to improve throughput
Łukasz Langa
2016-09-10
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
-2/+2
|
\
\
|
|
/
|
*
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
Łukasz Langa
2016-06-11
1
-2/+2
*
|
Issue #24838: Merge tarfile fix from 3.5.
Lars Gustäbel
2016-04-19
1
-14/+15
|
\
\
|
|
/
|
*
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, documentation and error
Serhiy Storchaka
2016-04-17
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-2/+2
*
|
Issue #22468: Merge gettarinfo() doc from 3.5
Martin Panter
2016-02-19
1
-10/+11
|
\
\
|
|
/
|
*
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
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 #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
-7/+15
|
\
|
*
Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...
Lars Gustäbel
2015-07-06
1
-7/+15
*
|
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting ...
Lars Gustäbel
2015-07-02
1
-1/+2
|
\
\
|
|
/
|
*
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel
2015-07-02
1
-1/+2
*
|
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
[next]