-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-95011: Migrate syslog module to Argument Clinic #95012
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 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6e2cc36
Migrated syslog module to Argument Clinic
noamcohen97 565d4b9
reformat syslog functions doc
noamcohen97 8626c65
change syslog audit args formatting
noamcohen97 0585b4d
Merge branch 'main' into clinic-syslog
a2844f0
Update Modules/syslogmodule.c
noamcohen97 9b853db
Update Modules/syslogmodule.c
noamcohen97 30db659
syslog: better test coverage
noamcohen97 dde4e7c
syslog: fix ref leak
noamcohen97 a90f93d
fix whitespace issues
noamcohen97 54d4f04
Merge remote-tracking branch 'upstream/main' into clinic-syslog
noamcohen97 1aa615d
Merge branch 'main' into clinic-syslog
noamcohen97 895a492
use `support.import_helper.import_module`
noamcohen97 3d29577
syslog: pep 7
noamcohen97 29680c9
use the str converter
noamcohen97 149e646
Merge remote-tracking branch 'upstream/main' into clinic-syslog
noamcohen97 430d12c
regen clinic
noamcohen97 fd6e589
regen global strings
noamcohen97 0e0d9c6
Merge branch 'main' into clinic-syslog
noamcohen97 f28b332
Merge remote-tracking branch 'upstream/main' into clinic-syslog
noamcohen97 7a812bc
Merge branch 'main' into clinic-syslog
noamcohen97 8903e8b
remove backported tests
noamcohen97 e09825c
Delete 2022-07-19-16-32-52.gh-issue-95011.P5t6l9.rst
serhiy-storchaka 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Core and Builtins/2022-07-19-16-32-52.gh-issue-95011.P5t6l9.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 @@ | ||
Migrated :mod:`syslog` to Argument Clinic. Patch by Noam Cohen. |
Oops, something went wrong.
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.