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
/
Doc
/
library
/
tarfile.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
1
-10/+10
*
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin
2023-08-21
1
-0/+5
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-5/+5
*
tarfile: Fix positional-only syntax in docs (GH-105770)
Jelle Zijlstra
2023-06-14
1
-4/+4
*
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea
2023-05-23
1
-1/+6
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
1
-14/+443
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Owain Davies
2023-01-30
1
-1/+1
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-1/+1
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
1
-2/+5
*
bpo-46157: fix typo in docs (GH-30237)
Kumar Aditya
2021-12-23
1
-4/+4
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Zackery Spytz
2021-08-09
1
-0/+3
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-1/+1
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-4/+5
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
1
-0/+1
*
Fix spacing in docs for tarfile (GH-20629)
Harsha Laxman
2020-06-04
1
-1/+1
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
1
-1/+4
*
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...
Pascal Chambon
2019-09-28
1
-2/+3
*
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
CAM Gerlach
2019-04-07
1
-11/+12
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
1
-4/+10
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
1
-1/+5
*
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
Serhiy Storchaka
2017-03-08
1
-4/+24
*
Issue #29210: Removed support of deprecated argument "exclude" in
Serhiy Storchaka
2017-01-13
1
-9/+2
*
Issue #28678: Fix references to numeric_owner parameter
Martin Panter
2016-11-13
1
-2/+2
*
Fixed hyperlinks for tarfile CLI options.
Serhiy Storchaka
2016-11-02
1
-6/+7
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-5/+15
*
Issue #27306: Fix typo in tarfile documentation
Berker Peksag
2016-06-13
1
-7/+7
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-1/+0
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan
Martin Panter
2016-04-13
1
-1/+1
*
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
Martin Panter
2016-02-19
1
-10/+17
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
|
\
|
*
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
*
|
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
*
|
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...
Eric V. Smith
2015-04-15
1
-3/+16
*
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Berker Peksag
2015-02-13
1
-8/+29
*
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-1/+1
*
|
Merge: #14056: Small improvements to the tarfile documentation.
R David Murray
2014-10-04
1
-10/+13
|
\
\
|
|
/
|
*
#14056: Small improvements to the tarfile documentation.
R David Murray
2014-10-04
1
-10/+13
*
|
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-1/+1
*
|
Issue #21549: Added the "members" parameter to TarFile.list().
Serhiy Storchaka
2014-08-21
1
-2/+6
|
/
*
document the compress_level argument to tarfile.open (closes #21404)
Benjamin Peterson
2014-06-07
1
-0/+4
*
Issue 21479: Fix markup for the TarFile.open() classmethod.
Raymond Hettinger
2014-05-23
1
-1/+1
*
Issue 21198: Minor tarfile documentation bug.
Raymond Hettinger
2014-05-22
1
-1/+1
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
|
\
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
[next]