-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Kickstart support drop for Python < 3.7 #499
Merged
Merged
Commits on Jun 4, 2022
-
Kickstart support drop for Python < 3.7
Step 1 of code clean-up: mechanically remove if-else branches that would never run in Python/PyPy >= 3.7. There's still some unused or redundant code, left for the next step to facilitate review. Note: all the remaining `sys.hexversion` tests were standardized to use numerical comparison and hexadecimal integer literals (e.g. `0x30b00a7` for version 3.11.0a7) as most of them already were.
Configuration menu - View commit details
-
Copy full SHA for fc46578 - Browse repository at this point
Copy the full SHA fc46578View commit details
Commits on Jun 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e33b75 - Browse repository at this point
Copy the full SHA 5e33b75View commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2863597 - Browse repository at this point
Copy the full SHA 2863597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fcc7b - Browse repository at this point
Copy the full SHA 71fcc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc87125 - Browse repository at this point
Copy the full SHA bc87125View commit details -
substitute bare 'except' clauses by 'except Exception' or more specif…
…ic where it's obvious
Configuration menu - View commit details
-
Copy full SHA for 1f8db14 - Browse repository at this point
Copy the full SHA 1f8db14View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5488acc - Browse repository at this point
Copy the full SHA 5488accView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df4aca - Browse repository at this point
Copy the full SHA 0df4acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8727dc - Browse repository at this point
Copy the full SHA d8727dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d05acd0 - Browse repository at this point
Copy the full SHA d05acd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6221f62 - Browse repository at this point
Copy the full SHA 6221f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6a191 - Browse repository at this point
Copy the full SHA de6a191View commit details
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af4e4ee - Browse repository at this point
Copy the full SHA af4e4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa67088 - Browse repository at this point
Copy the full SHA aa67088View commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef2ed16 - Browse repository at this point
Copy the full SHA ef2ed16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fa293 - Browse repository at this point
Copy the full SHA 42fa293View commit details
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.