-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: nedbat/cpython
base: main
head repository: python/cpython
compare: main
- 9 commits
- 40 files changed
- 7 contributors
Commits on Sep 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fb46c67 - Browse repository at this point
Copy the full SHA fb46c67View commit details -
pythongh-156762: Fix tp_clear slot signature for operator.methodcalle…
…r() (python#156769) Co-authored-by: Victor Stinner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4ca6e8 - Browse repository at this point
Copy the full SHA a4ca6e8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9bd9c74 - Browse repository at this point
Copy the full SHA 9bd9c74View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ae0d6cc - Browse repository at this point
Copy the full SHA ae0d6ccView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fd0970c - Browse repository at this point
Copy the full SHA fd0970cView commit details
Commits on Sep 14, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a844747 - Browse repository at this point
Copy the full SHA a844747View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f815f74 - Browse repository at this point
Copy the full SHA f815f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62380f - Browse repository at this point
Copy the full SHA b62380fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66bec0 - Browse repository at this point
Copy the full SHA e66bec0View 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 main...main