-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
bpo-38731: Add --quiet option to py_compile CLI #17134
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
241a633
bpo-38731: add missing quiet variable in py_compile.main
5c4b7dd
📜🤖 Added by blurb_it.
blurb-it[bot] 94ee0c7
bpo-38731: remove undefined `quiet` variable from `py_compile.main`
6a7c446
bpo-38731: fix NEWS entry
4466105
Update Misc/NEWS.d/next/Library/2019-11-13-07-37-11.bpo-38731.9qmcSx.rst
gvsheva 4e14f87
bpo-38731: fix traceback on file not exists
86b1107
bpo-38731: add test cases
538aa30
add missed '-q/--quiet' flag in `py_compile.main`
2e2c204
bpo-38731: fix docs
f88e6e8
bpo-38731: fix docs
f895b86
bpo-38731: use print in py_compile.main
799c35f
improve news
merwok 2ac7651
small doc polish
merwok 05dcd91
bpo-38731: yet a few fixes
885edae
Merge branch 'master' into fix-issue-38731
merwok 6eccb1f
damned github editor
merwok 69e141c
sync with upstream
gvsheva edf619c
bpo-38731: yet a few fixes
90ca99d
Merge branch 'master' into fix-issue-38731
afeaf1f
bpo-38731: drop description
51f05df
Tweaks before merge
berkerpeksag 6df8c07
debug stdin test on windows
berkerpeksag ae5752e
avoid BytesWarning
berkerpeksag 8235543
rework cli tests a bit
berkerpeksag 400a4e2
Merge remote-tracking branch 'upstream/master' into pr/17134
berkerpeksag 024f402
revert debug output and add more tweaks
berkerpeksag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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 deletions
2
Misc/NEWS.d/next/Library/2019-11-13-07-37-11.bpo-38731.9qmcSx.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 @@ | ||
| Add ``--quiet`` option to command-line interface of :mod:`py_compile`. | ||
| Patch by Gregory Schevchenko. |
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.
Uh oh!
There was an error while loading. Please reload this page.