Skip to content
Permalink

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: fccf9ab
Choose a base ref
...
head repository: python/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c432d01
Choose a head ref
  • 11 commits
  • 21 files changed
  • 10 contributors

Commits on Mar 29, 2025

  1. gh-131853: Fix test_msgfmt on big-endian platforms (GH-131879)

    Use a generated .mo file instead of a checked in one.
    serhiy-storchaka authored Mar 29, 2025
    Copy the full SHA
    c6b1a07 View commit details
  2. Copy the full SHA
    425f60b View commit details

Commits on Mar 30, 2025

  1. 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}`.
    chris-eibl authored Mar 30, 2025
    Copy the full SHA
    a175d64 View commit details
  2. Copy the full SHA
    044a1e1 View commit details
  3. Copy the full SHA
    edfbd8c View commit details
  4. Copy the full SHA
    bc5a028 View commit details
  5. Copy the full SHA
    28e476f View commit details
  6. Copy the full SHA
    46ada1e View commit details
  7. Copy the full SHA
    eaffc34 View commit details
  8. Copy the full SHA
    55150a7 View commit details
  9. 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>
    3 people authored Mar 30, 2025
    Copy the full SHA
    c432d01 View commit details
Loading