-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Comparing changes
Open a pull request
base repository: python/cpython
base: ece20dba120a1a4745721c49f8d7389d4b1ee2a7
head repository: python/cpython
compare: 6be7aee18c5b8e639103df951d0d277f4b46f902
- 17 commits
- 53 files changed
- 17 contributors
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3d015c - Browse repository at this point
Copy the full SHA c3d015cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e04393 - Browse repository at this point
Copy the full SHA 4e04393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cac52 - Browse repository at this point
Copy the full SHA 78cac52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07804ce - Browse repository at this point
Copy the full SHA 07804ceView commit details -
gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)
For example: class Book(StrEnum): title = auto() author = auto() desc = auto() Book.author.desc is Book.desc but Book.author.title() == 'Author' is commonly expected. Using upper-case member names avoids this confusion and possible performance impacts. Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 700ec65 - Browse repository at this point
Copy the full SHA 700ec65View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffdbfe1 - Browse repository at this point
Copy the full SHA ffdbfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e989e0b - Browse repository at this point
Copy the full SHA e989e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d0879 - Browse repository at this point
Copy the full SHA f4d0879View commit details -
gh-102778: IDLE - make sys.last_exc available in Shell after traceback (
#103314) --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Configuration menu - View commit details
-
Copy full SHA for d1e4917 - Browse repository at this point
Copy the full SHA d1e4917View commit details -
Configuration menu - View commit details
-
Copy full SHA for da2273f - Browse repository at this point
Copy the full SHA da2273fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2ed06 - Browse repository at this point
Copy the full SHA bd2ed06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b07b5 - Browse repository at this point
Copy the full SHA a6b07b5View commit details -
gh-102856: Initial implementation of PEP 701 (#102855)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Batuhan Taskaya <isidentical@gmail.com> Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ef61cf - Browse repository at this point
Copy the full SHA 1ef61cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7d68e - Browse repository at this point
Copy the full SHA 5f7d68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4aa857 - Browse repository at this point
Copy the full SHA d4aa857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1260c - Browse repository at this point
Copy the full SHA 2b1260cView commit details -
gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)
Configuration menu - View commit details
-
Copy full SHA for 6be7aee - Browse repository at this point
Copy the full SHA 6be7aeeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ece20dba120a1a4745721c49f8d7389d4b1ee2a7...6be7aee18c5b8e639103df951d0d277f4b46f902