Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵ | Ned Batchelder | 2022-07-05 | 1 | -1/+1 |
| | | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021 | ||||
* | bpo-26253: Add compressionlevel to tarfile stream (GH-2962) | Yaron de Leeuw | 2022-06-25 | 1 | -2/+5 |
| | | | | | | `tarfile` already accepts a compressionlevel argument for creating files. This patch adds the same for stream-based tarfile usage. The default is 9, the value that was previously hard-coded. | ||||
* | 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 ↵ | Zackery Spytz | 2021-08-09 | 1 | -0/+3 |
| | | | | | (GH-21470) Co-Authored-By: Bo Bayles <bbayles@gmail.com> | ||||
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -1/+1 |
| | | | | | The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did. | ||||
* | bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) | Andrey Doroschenko | 2020-10-20 | 1 | -4/+5 |
| | | | Co-authored-by: Andrey Darascheka <andrei.daraschenka@leverx.com> | ||||
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 1 | -0/+1 |
| | | | | | | | | | | Add :noindex: to duplicated documentation to fix "duplicate object description" errors. For example, fix this Sphinx 3 issue: Doc/library/configparser.rst:1146: WARNING: duplicate object description of configparser.ConfigParser.optionxform, other instance in library/configparser, use :noindex: for one of them | ||||
* | Fix spacing in docs for tarfile (GH-20629) | Harsha Laxman | 2020-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Before ``` content.txt is 42 bytes in size and isa regular file. folder is 420 bytes in size and isa directory. magic is 4200 bytes in size and issomething else. ``` After: ``` content.txt is 42 bytes in size and is a regular file. folder is 420 bytes in size and is a directory. magic is 4200 bytes in size and is something else. ``` Automerge-Triggered-By: @orsenthil | ||||
* | bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) | William Woodruff | 2020-01-23 | 1 | -1/+4 |
| | | | `is_tarfile()` now supports `name` being a file or file-like object. | ||||
* | bpo-37408: Precise that Tarfile "format" argument only concerns writing. ↵ | Pascal Chambon | 2019-09-28 | 1 | -2/+3 |
| | | | | (GH-14389) | ||||
* | bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) | CAM Gerlach | 2019-04-07 | 1 | -11/+12 |
| | | | | The shutil archive creation helpers use the default tarfile format, so that API is also switching to use `pax` by default. | ||||
* | 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 |
| | | | | | | tarfile and zipfile now sort directory listing to generate tar and zip archives in a more reproducible way. See also https://reproducible-builds.org/docs/stable-inputs/ on that topic. | ||||
* | 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 |
| | | | | tarfile.TarFile.add(). | ||||
* | 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 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #27306: Fix typo in tarfile documentation | Berker Peksag | 2016-06-13 | 1 | -7/+7 |
| | | | | Patch by Gareth Rees. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+0 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | 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 |
| | | | | | | | | * The Windows-specific binary notice was probably a Python 2 thing * Make it more obvious gettarinfo() is based on stat(), and that non-ordinary files may need special care * The file name must be text; suggest dummy arcname as a workaround * Indicate TarInfo may be used directly, not just via gettarinfo() | ||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
| | | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear. | ||||
* | 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 |
|\ \ | |/ | | | | | Patch by Andy Holst. | ||||
| * | Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). | Berker Peksag | 2015-04-19 | 1 | -1/+1 |
| | | | | | | | | Patch by Andy Holst. | ||||
* | | Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and ↵ | Eric V. Smith | 2015-04-15 | 1 | -3/+16 |
| | | | | | | | | tarfile.TarFile.extractall(). | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs | ||||
* | | 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 |
| | | | | | | | | Patch by Éric Araujo with help from Lars Gustäbel. | ||||
* | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -1/+1 |
|\ \ | |/ | | | | | protocol". | ||||
| * | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | | protocol". | ||||
* | | 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 |
| | | | | Patch by Katherine Busch. | ||||
* | 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 |
| | | |||||
* | | Issue #13477: Added command line interface to the tarfile module. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+61 |
|/ | | | | Original patch by Berker Peksag. | ||||
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -2/+2 |
| | |||||
* | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. | Lars Gustäbel | 2012-05-05 | 1 | -8/+5 |
| | | | | The ExFileObject class was removed, some of its code went into _FileInFile. | ||||
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -1/+2 |
|\ | |||||
| * | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | - Remove duplicated list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715. | ||||
* | | Add missing versionchanged information. | Lars Gustäbel | 2011-12-12 | 1 | -0/+3 |
| | | |||||
* | | Issue #5689: Add support for lzma compression to the tarfile module. | Lars Gustäbel | 2011-12-10 | 1 | -6/+16 |
| | |