Thanks to visit codestin.com
Credit goes to github.com

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: nedbat/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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 40 files changed
  • 7 contributors

Commits on Sep 13, 2026

  1. Configuration menu
    Copy the full SHA
    fb46c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ca6e8 View commit details
    Browse the repository at this point in the history
  3. pythongh-54092: Implement writexml() for DocumentFragment in xml.dom.…

    …minidom (pythonGH-156646)
    
    toxml() and toprettyxml() now work for document fragments.  They write
    the children of the fragment, without adding a level of indentation.
    serhiy-storchaka authored Sep 13, 2026
    Configuration menu
    Copy the full SHA
    9bd9c74 View commit details
    Browse the repository at this point in the history
  4. pythongh-66172: Don't let a corrupt config file prevent IDLE from sta…

    …rting (python#152764)
    
    If a user configuration file cannot be read, because of either bad unicode or configuration,
    rename it with a ".bad" suffix, use default settings, and warn the user with a message box.
    ---------
    
    Co-authored-by: Claude Opus 5 <[email protected]>
    serhiy-storchaka and claude authored Sep 13, 2026
    Configuration menu
    Copy the full SHA
    ae0d6cc View commit details
    Browse the repository at this point in the history
  5. pythongh-156713: Fix test_nturl2path for non-UTF-8 filesystem encodin…

    …gs (pythonGH-157461)
    
    Use os_helper.FS_NONASCII and os_helper.TESTFN_UNDECODABLE instead of
    hardcoded UTF-8 results.
    
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
    serhiy-storchaka and claude authored Sep 13, 2026
    Configuration menu
    Copy the full SHA
    fd0970c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2026

  1. pythongh-117404: Add structured version info for compression modules (p…

    …ythonGH-150567)
    
    Add constants which provide information about the version of the
    compression library used for building the module and the version
    actually loaded:
    
    * zlib: ZLIB_VERSION_INFO, zlib_version_info, ZLIBNG_VERSION_INFO,
      and zlib_version as an alias of ZLIB_RUNTIME_VERSION
    * bz2: bzlib_version, bzlib_version_info
    * lzma: LZMA_VERSION, lzma_version, LZMA_VERSION_INFO, lzma_version_info
    * compression.zstd: ZSTD_VERSION, ZSTD_VERSION_INFO
    
    Make compression.zstd.zstd_version_info a named tuple.
    
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
    serhiy-storchaka and claude authored Sep 14, 2026
    Configuration menu
    Copy the full SHA
    a844747 View commit details
    Browse the repository at this point in the history
  2. pythongh-116750: Document 3.14 changes around sys.monitoring.clear_to…

    …ol_id (python#156706)
    
    pythongh-116750: Document versionadded/versionchanged for sys.monitoring tool_id functions
    
    clear_tool_id() was added in 3.14 but lacked a versionadded note, and
    free_tool_id()'s behavior change (now calling clear_tool_id() before
    releasing the tool_id, rather than leaving events/callbacks registered)
    was undocumented. Also add a What's New in 3.14 entry for both.
    
    Co-authored-by: Ned Batchelder <[email protected]>
    Oberon00 and nedbat authored Sep 14, 2026
    Configuration menu
    Copy the full SHA
    f815f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b62380f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e66bec0 View commit details
    Browse the repository at this point in the history
Loading