Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-74696: Pass root_dir to custom archivers which support it#94251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
serhiy-storchaka merged 27 commits intopython:mainfromserhiy-storchaka:shutil-register_archive_format-supports_root_dir-attrOct 5, 2022
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
e5ebb8d
gh-74696: Pass root_dir to custom archivers which support it
serhiy-storchaka563b0f5
Update Doc/library/shutil.rst
serhiy-storchaka2190304
Merge branch 'main' into shutil-register_archive_format-supports_root…
merwok7dc8fb3
closes gh-97650: correct sphinx executable (gh-97651)
NoSuck679cf96
gh-96397: Document that attributes need not be identifiers (#96454)
jeff53c84af2
gh-96348: Deprecate the 3-arg signature of coroutine.throw and genera…
ofey4048a0ad46
Use SyntaxError invalid range in tutorial introduction example (GH-93…
ehebert182755f
gh-97649: The Tools directory is no longer installed on Windows (GH-9…
zoobab1a9de0
gh-90989: Install Windows launcher per-user, and clarify some install…
zoobacc1e8e0
gh-94526: getpath_dirname() no longer encodes the path (#97645)
vstinner8fd0e86
bpo-35675: IDLE - separate config_key window and frame (#11427)
csabellad1d6b31
gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)
gpsheadc6203f8
GH-96827: Don't touch closed loops from executor threads (#96837)
gvanrossum67851dc
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
gvanrossum4c95e50
gh-90110: Update the c-analyzer Tool (gh-97695)
ericsnowcurrentlyfb39e7f
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncance…
ambv0bb7e71
Fix capitalization of Unix in documentation (#96913)
hawkinsw5ffc011
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)
gpsheade401b65
gh-97591: In `Exception.__setstate__()` acquire strong references bef…
ofey404879e866
gh-95975: Move except/*/finally ref labels to more precise locations …
CAM-Gerlach299dd41
gh-97607: Fix content parsing in the impl-detail reST directive (#97652)
CAM-Gerlach551b707
[docs] Update logging cookbook with recipe for using a logger like an…
vsajipb37f2cd
Refactor tests.
serhiy-storchakabf58b11
Merge branch 'main' into shutil-register_archive_format-supports_root…
serhiy-storchaka9980c8c
Apply suggestions from code review
serhiy-storchaka5160cb7
fix markup
merwok701f896
Update Doc/whatsnew/3.12.rst
serhiy-storchakaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
14 changes: 12 additions & 2 deletionsDoc/library/shutil.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletionsDoc/whatsnew/3.12.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
20 changes: 11 additions & 9 deletionsLib/shutil.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
49 changes: 43 additions & 6 deletionsLib/test/test_shutil.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsMisc/NEWS.d/next/Library/2022-06-25-09-12-23.gh-issue-74696.fxC9ua.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
:func:`shutil.make_archive` now passes the *root_dir* argument to custom | ||
archivers which support it. |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.