| Commit message (Expand) | Author | Age | Files | Lines |
* | Python 3.12.4v3.12.4 | Thomas Wouters | 2024-06-06 | 72 | -165/+751 |
|
|
* | [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#... | Jelle Zijlstra | 2024-06-04 | 2 | -0/+4 |
|
|
* | [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054) | Serhiy Storchaka | 2024-06-04 | 1 | -0/+3 |
|
|
* | [3.12] gh-119819: Fix regression to allow logging configuration with multipr�... | Miss Islington (bot) | 2024-06-04 | 1 | -0/+2 |
|
|
* | [3.12] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-... | Miss Islington (bot) | 2024-06-04 | 1 | -0/+2 |
|
|
* | [3.12] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) (GH-119... | Miss Islington (bot) | 2024-06-01 | 1 | -0/+1 |
|
|
* | [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198... | Barney Gale | 2024-06-01 | 1 | -0/+2 |
|
|
* | [3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en... | Miss Islington (bot) | 2024-06-01 | 1 | -0/+3 |
|
|
* | [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1�... | Victor Stinner | 2024-06-01 | 1 | -3/+0 |
|
|
* | [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119... | Jelle Zijlstra | 2024-06-01 | 1 | -0/+2 |
|
|
* | [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta... | Sam Gross | 2024-05-31 | 1 | -0/+5 |
|
|
* | [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH... | Serhiy Storchaka | 2024-05-31 | 1 | -0/+4 |
|
|
* | gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) | Steve Dower | 2024-05-30 | 1 | -0/+1 |
|
|
* | [3.12] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (... | Miss Islington (bot) | 2024-05-30 | 1 | -0/+3 |
|
|
* | [3.12] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree... | Barney Gale | 2024-05-29 | 1 | -0/+3 |
|
|
* | gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH... | Steve Dower | 2024-05-29 | 1 | -0/+3 |
|
|
* | [3.12] gh-119118: Fix performance regression in tokenize module (GH-119615) (... | Miss Islington (bot) | 2024-05-28 | 1 | -0/+2 |
|
|
* | [3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296... | Jelle Zijlstra | 2024-05-28 | 1 | -0/+2 |
|
|
* | gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix... | Nice Zombies | 2024-05-28 | 1 | -0/+1 |
|
|
* | [3.12] Fix typos in HISTORY documentation (GH-119453) (#119598) | Miss Islington (bot) | 2024-05-27 | 2 | -35/+36 |
|
|
* | [3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505) | Victor Stinner | 2024-05-24 | 1 | -0/+3 |
|
|
* | [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre... | Eric Snow | 2024-05-22 | 1 | -0/+3 |
|
|
* | gh-118507 : Refactor ntpath native functions (gh-119381) | Nice Zombies | 2024-05-22 | 1 | -0/+1 |
|
|
* | [3.12] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119390) | Miss Islington (bot) | 2024-05-22 | 1 | -0/+2 |
|
|
* | [3.12] Fix typos in documentation (GH-119295) (#119338) | Miss Islington (bot) | 2024-05-21 | 7 | -9/+9 |
|
|
* | [3.12] Docs: Ensure no warnings are found in the NEWS file before a given lin... | Hugo van Kemenade | 2024-05-21 | 5 | -7/+7 |
|
|
* | [3.12] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) wi... | Miss Islington (bot) | 2024-05-21 | 1 | -0/+3 |
|
|
* | [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#... | Victor Stinner | 2024-05-20 | 1 | -0/+2 |
|
|
* | [3.12] gh-92081: Fix for email.generator.Generator with whitespace between en... | Miss Islington (bot) | 2024-05-20 | 1 | -0/+1 |
|
|
* | [3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001) | Victor Stinner | 2024-05-18 | 1 | -0/+4 |
|
|
* | [3.12] Fix typos in documentation (GH-119092) (#119117) | Miss Islington (bot) | 2024-05-17 | 10 | -15/+15 |
|
|
* | [3.12] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin... | Miss Islington (bot) | 2024-05-14 | 1 | -0/+2 |
|
|
* | [3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is no... | Tian Gao | 2024-05-13 | 1 | -0/+1 |
|
|
* | [3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arg... | Miss Islington (bot) | 2024-05-13 | 1 | -0/+3 |
|
|
* | gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) | Steve Dower | 2024-05-09 | 1 | -0/+4 |
|
|
* | [3.12] gh-103956: Fix `trace` output in case of missing source line (GH-10395... | Miss Islington (bot) | 2024-05-09 | 1 | -0/+1 |
|
|
* | [3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809... | Miss Islington (bot) | 2024-05-09 | 1 | -0/+2 |
|
|
* | [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G... | Serhiy Storchaka | 2024-05-08 | 7 | -17/+18 |
|
|
* | [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (G... | Miss Islington (bot) | 2024-05-07 | 1 | -0/+1 |
|
|
* | [3.12] gh-118164: Break a loop between _pydecimal and _pylong and optimize in... | Miss Islington (bot) | 2024-05-06 | 1 | -0/+4 |
|
|
* | [3.12] gh-78955: Use user-selected color theme for Help => IDLE Doc (GH-9502)... | Miss Islington (bot) | 2024-05-06 | 1 | -0/+1 |
|
|
* | [3.12] gh-118164: str(10**10000) hangs if the C _decimal module is missing (G... | Miss Islington (bot) | 2024-05-05 | 1 | -0/+1 |
|
|
* | [3.12] gh-118513: Fix sibling comprehensions with a name bound in one and glo... | Miss Islington (bot) | 2024-05-03 | 1 | -0/+1 |
|
|
* | [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (... | Miss Islington (bot) | 2024-05-02 | 1 | -0/+1 |
|
|
* | [3.12] gh-118272: Clear generator frame's locals when the generator is closed... | Irit Katriel | 2024-05-02 | 1 | -0/+2 |
|
|
* | [3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-... | Thomas Grainger | 2024-05-02 | 1 | -0/+1 |
|
|
* | [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11... | Irit Katriel | 2024-05-01 | 1 | -0/+1 |
|
|
* | [3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11... | Miss Islington (bot) | 2024-04-30 | 1 | -0/+1 |
|
|
* | gh-118347: Fix Windows installer not updating launcher (GH-118386) | Miss Islington (bot) | 2024-04-29 | 1 | -0/+1 |
|
|
* | [3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-1... | Miss Islington (bot) | 2024-04-29 | 1 | -0/+3 |
|
|