| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) | Steve Dower | 2024-05-09 | 2 | -0/+47 |
|
|
* | gh-118802: Fix ACL use in test for non-English Windows (GH-118831) | Miss Islington (bot) | 2024-05-09 | 1 | -3/+2 |
|
|
* | [3.12] gh-103956: Fix `trace` output in case of missing source line (GH-10395... | Miss Islington (bot) | 2024-05-09 | 2 | -4/+37 |
|
|
* | [3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809... | Miss Islington (bot) | 2024-05-09 | 2 | -3/+116 |
|
|
* | [3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754) | Miss Islington (bot) | 2024-05-08 | 1 | -1/+1 |
|
|
* | [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (G... | Miss Islington (bot) | 2024-05-07 | 1 | -0/+15 |
|
|
* | [3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-11... | Serhiy Storchaka | 2024-05-06 | 1 | -4/+15 |
|
|
* | [3.12] gh-118164: Break a loop between _pydecimal and _pylong and optimize in... | Miss Islington (bot) | 2024-05-06 | 2 | -11/+66 |
|
|
* | [3.12] gh-78955: Use user-selected color theme for Help => IDLE Doc (GH-9502)... | Miss Islington (bot) | 2024-05-06 | 2 | -2/+7 |
|
|
* | [3.12] gh-117389: Fix `test_compileall.EncodingTest` (GH-117390) (#118603) | Miss Islington (bot) | 2024-05-05 | 1 | -8/+14 |
|
|
* | [3.12] gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc... | Miss Islington (bot) | 2024-05-05 | 1 | -1/+1 |
|
|
* | [3.12] gh-118164: str(10**10000) hangs if the C _decimal module is missing (G... | Miss Islington (bot) | 2024-05-05 | 2 | -5/+39 |
|
|
* | [3.12] gh-118569: Add a test for dynamic PEP695 classes (GH-118570) (#118574) | Miss Islington (bot) | 2024-05-04 | 1 | -0/+25 |
|
|
* | [3.12] gh-118513: Fix sibling comprehensions with a name bound in one and glo... | Miss Islington (bot) | 2024-05-03 | 1 | -0/+14 |
|
|
* | [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (... | Miss Islington (bot) | 2024-05-02 | 2 | -8/+25 |
|
|
* | [3.12] gh-118272: Clear generator frame's locals when the generator is closed... | Irit Katriel | 2024-05-02 | 1 | -0/+20 |
|
|
* | [3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-... | Thomas Grainger | 2024-05-02 | 1 | -0/+148 |
|
|
* | [3.12] Uncomment one grammar test (GH-118361) (#118385) | Miss Islington (bot) | 2024-05-02 | 1 | -1/+1 |
|
|
* | [3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1... | Jelle Zijlstra | 2024-05-02 | 2 | -2/+2 |
|
|
* | [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11... | Irit Katriel | 2024-05-01 | 1 | -4/+32 |
|
|
* | [3.12] gh-118418: Use a default value for `type_params` in `typing._eval_type... | Miss Islington (bot) | 2024-04-30 | 1 | -2/+2 |
|
|
* | [3.12] gh-117860: Add tests for resolving names when import rebind names (GH-... | Miss Islington (bot) | 2024-04-30 | 7 | -0/+147 |
|
|
* | [3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11... | Miss Islington (bot) | 2024-04-30 | 2 | -2/+14 |
|
|
* | [3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-1... | Miss Islington (bot) | 2024-04-29 | 2 | -1/+20 |
|
|
* | [3.12] gh-118042: Fix error in Telnet.__del__ when __init__() was not called ... | Serhiy Storchaka | 2024-04-26 | 1 | -0/+1 |
|
|
* | [3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#... | Erlend E. Aasland | 2024-04-25 | 2 | -0/+16 |
|
|
* | [3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration... | Thomas Grainger | 2024-04-25 | 1 | -1/+61 |
|
|
* | [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ... | Miss Islington (bot) | 2024-04-24 | 3 | -4/+47 |
|
|
* | [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-... | Petr Viktorin | 2024-04-24 | 2 | -20/+100 |
|
|
* | [3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,... | Miss Islington (bot) | 2024-04-23 | 2 | -5/+50 |
|
|
* | [3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1... | Miss Islington (bot) | 2024-04-23 | 2 | -2/+35 |
|
|
* | [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152... | Miss Islington (bot) | 2024-04-23 | 2 | -1/+27 |
|
|
* | [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH... | Serhiy Storchaka | 2024-04-22 | 1 | -0/+106 |
|
|
* | [3.12] gh-118148: Improve tests for shutil.make_archive() (GH-118149) (GH-118... | Miss Islington (bot) | 2024-04-22 | 1 | -71/+176 |
|
|
* | [3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params... | Miss Islington (bot) | 2024-04-22 | 1 | -0/+14 |
|
|
* | [3.12] gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122) (#118129) | Nikita Sobolev | 2024-04-21 | 1 | -1/+16 |
|
|
* | [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint... | Alex Waygood | 2024-04-19 | 3 | -9/+74 |
|
|
* | [3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w... | Miss Islington (bot) | 2024-04-19 | 1 | -4/+4 |
|
|
* | [3.12] gh-117535: Ignore made up file name "sys" for warnings (#118014) | Tian Gao | 2024-04-19 | 1 | -1/+3 |
|
|
* | [3.12] gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with /... | Miss Islington (bot) | 2024-04-18 | 1 | -0/+1 |
|
|
* | [3.12] gh-117613: Argument Clinic: ensure that defining class params are posi... | neonene | 2024-04-17 | 1 | -0/+22 |
|
|
* | [3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH... | Miss Islington (bot) | 2024-04-17 | 2 | -1/+16 |
|
|
* | [3.12] gh-117975: Ensure flush level is checked when configuring a logging Me... | Miss Islington (bot) | 2024-04-17 | 2 | -12/+43 |
|
|
* | [3.12] gh-71966: Move the module docstring from _pydecimal to decimal (GH-117... | Miss Islington (bot) | 2024-04-17 | 2 | -100/+100 |
|
|
* | [3.12] gh-117313: Fix re-folding email messages containing non-standard line ... | Miss Islington (bot) | 2024-04-17 | 2 | -2/+52 |
|
|
* | [3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser... | Serhiy Storchaka | 2024-04-17 | 2 | -1/+12 |
|
|
* | [3.12] gh-117879: Fix test_httpservers for the build with profiling (GH-11793... | Miss Islington (bot) | 2024-04-17 | 1 | -0/+3 |
|
|
* | [3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH... | Miss Islington (bot) | 2024-04-17 | 2 | -0/+30 |
|
|
* | [3.12] gh-75171: Fix parsing invalid email address headers starting or ending... | Miss Islington (bot) | 2024-04-17 | 3 | -5/+60 |
|
|
* | [3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecati... | Miss Islington (bot) | 2024-04-16 | 2 | -1/+26 |
|
|