-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Comparing changes
Open a pull request
base repository: python/cpython
base: main@{1day}
head repository: python/cpython
compare: main
- 10 commits
- 33 files changed
- 10 contributors
Commits on Mar 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for aa66807 - Browse repository at this point
Copy the full SHA aa66807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24db78c - Browse repository at this point
Copy the full SHA 24db78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39d84a - Browse repository at this point
Copy the full SHA e39d84aView commit details -
gh-146579: _zstd: Fix decompression options dict error message (#146577)
The TypeError in _zstd_set_d_parameters incorrectly referred to compression options; say decompression options instead.
Configuration menu - View commit details
-
Copy full SHA for 4d0e8ee - Browse repository at this point
Copy the full SHA 4d0e8eeView commit details
Commits on Mar 30, 2026
-
gh-146556: Fix infinite loop in annotationlib.get_annotations() on ci…
…rcular __wrapped__ (#146557)
Configuration menu - View commit details
-
Copy full SHA for 2cf6a68 - Browse repository at this point
Copy the full SHA 2cf6a68View commit details -
gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597)
When using getpass.getpass(echo_char='*'), keyboard shortcuts like Ctrl+U (kill line), Ctrl+W (erase word), and Ctrl+V (literal next) now work correctly by reading the terminal's control character settings and processing them in non-canonical mode. Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f0c4f6 - Browse repository at this point
Copy the full SHA 7f0c4f6View commit details -
gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)
Replace "str | None" with typing.Union[str, None].
Configuration menu - View commit details
-
Copy full SHA for 382c043 - Browse repository at this point
Copy the full SHA 382c043View commit details -
gh-138850: Add --disable-epoll to configure (GH-145768)
* gh-138850: Add --disable-epoll to configure Co-authored-by: Petr Viktorin <encukou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7b2495e - Browse repository at this point
Copy the full SHA 7b2495eView commit details -
gh-146444: Don't package as part of iOS 'build hosts' target (#146628)
* Revert Py3.9 compatibility fixes. * Only build the package on 'build all'.
Configuration menu - View commit details
-
Copy full SHA for 6420847 - Browse repository at this point
Copy the full SHA 6420847View commit details -
gh-146416: Emscripten: Improve standard stream handling in node_entry…
….mjs (#146417) Co-authored-by: Victor Stinner <vstinner@python.org>
Configuration menu - View commit details
-
Copy full SHA for 6857de6 - Browse repository at this point
Copy the full SHA 6857de6View 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@{1day}...main