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

Commits on Sep 11, 2025

  1. pythongh-138432: Improved invalid path checking in zoneinfo.reset_tzp…

    …ath() (pythonGH-138433)
    
    * Improve error messages for path-like relative paths and path-like bytes paths.
    * TZPATH is now always a tuple of strings.
    tungol authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    859aecc View commit details
    Browse the repository at this point in the history
  2. pythongh-116946: add Py_TPFLAGS_IMMUTABLETYPE to several internal t…

    …ypes (python#138582)
    
    The following types are now immutable:
    
    * `_curses_panel.panel`,
    * `[posix,nt].ScandirIterator`, `[posix,nt].DirEntry` (exposed in `os.py`),
    * `_remote_debugging.RemoteUnwinder`,
    * `_tkinter.Tcl_Obj`, `_tkinter.tkapp`, `_tkinter.tktimertoken`,
    * `zlib.Compress`, and `zlib.Decompress`.
    picnixz authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    4978bfc View commit details
    Browse the repository at this point in the history
Loading