-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 21 files changed
- 10 contributors
Commits on Mar 29, 2025
-
gh-131853: Fix test_msgfmt on big-endian platforms (GH-131879)
Use a generated .mo file instead of a checked in one.
Configuration menu - View commit details
-
Copy full SHA for c6b1a07 - Browse repository at this point
Copy the full SHA c6b1a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425f60b - Browse repository at this point
Copy the full SHA 425f60bView commit details
Commits on Mar 30, 2025
-
GH-129149: Add fast path for medium-sized integers in
PyLong_From*
……functions (#131211) Add a fast path for medium-sized integers in `PyLong_FromInt{32,64}` and `PyLong_FromUInt{32,64}`.
Configuration menu - View commit details
-
Copy full SHA for a175d64 - Browse repository at this point
Copy the full SHA a175d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 044a1e1 - Browse repository at this point
Copy the full SHA 044a1e1View commit details -
gh-131885: Document that
dict.setdefault
anddict.get
take no key……word arguments (#128208)
Configuration menu - View commit details
-
Copy full SHA for edfbd8c - Browse repository at this point
Copy the full SHA edfbd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5a028 - Browse repository at this point
Copy the full SHA bc5a028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e476f - Browse repository at this point
Copy the full SHA 28e476fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ada1e - Browse repository at this point
Copy the full SHA 46ada1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaffc34 - Browse repository at this point
Copy the full SHA eaffc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55150a7 - Browse repository at this point
Copy the full SHA 55150a7View commit details -
gh-127794: Validate email header names according to RFC 5322 (#127820)
`email.message.Message` objects now validate header names specified via `__setitem__` or `add_header` according to RFC 5322, §2.2 [1]. In particular, callers should expect a ValueError to be raised for invalid header names. [1]: https://datatracker.ietf.org/doc/html/rfc5322#section-2.2 --------- Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: R. David Murray <rdmurray@bitdance.com>
Configuration menu - View commit details
-
Copy full SHA for c432d01 - Browse repository at this point
Copy the full SHA c432d01View commit details
There are no files selected for viewing