-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
bpo-40503: Add compile-time configuration to PEP 615 #20034
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
35dfa40
Add tests and implementation for ZoneInfo
pganssle 93c03aa
Add tzdata to Travis requirements
pganssle 45146f1
Deliberately break TZData tests to see who is skipping them
pganssle ea7afea
Add test requirements to Github Actions builds
pganssle b5de778
Add test dependencies to windows AP builds
pganssle 6802178
Revert "Add test dependencies to windows AP builds"
pganssle 9292b3c
Revert "Deliberately break TZData tests to see who is skipping them"
pganssle 0cad151
fixup! Add tests and implementation for ZoneInfo
pganssle c12439b
fixup! Add tests and implementation for ZoneInfo
pganssle 7fa32f2
fixup! Add tests and implementation for ZoneInfo
pganssle 3e4d81d
fixup! Add tests and implementation for ZoneInfo
pganssle 87d8c51
fixup! fixup! Add tests and implementation for ZoneInfo
pganssle 2324a30
Fix member def for key
pganssle 3c8427b
Fix refleak in error code
pganssle 4f12629
Fix refleak on cache miss
pganssle 88ae102
fixup! Add tests and implementation for ZoneInfo
pganssle 9cc8073
Fix memory leak in zoneinfo_dealloc
pganssle 3d30dcb
Fix refleak in fromutc
pganssle 8159b90
Add smoke test that C and Python modules built
pganssle 507f5c2
Add Windows build support
pganssle 874dca0
fixup! Add Windows build support
pganssle 44b3135
Revert "fixup! Add Windows build support"
pganssle d490586
fixup! Add Windows build support
pganssle d9fc16f
Remove __version__ from __dir__
pganssle 07fc66d
Include all globals in __dir__
pganssle d55872c
fixup! Add Windows build support
pganssle d7996a6
Reduce indentation in _parse_python_tzpath
pganssle ddb8244
Add --with-tzpath to autoconf
pganssle 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
fixup! Add tests and implementation for ZoneInfo
- Loading branch information
commit 0cad1510df3fb005a31a9d23422bc17d22680e14
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.