aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
19 hours[3.12] gh-118164: Break a loop between _pydecimal and _pylong and optimize in...upstream-3.12Miss Islington (bot)
19 hours[3.12] gh-115119: Bump CI to use Ubuntu 22.04 (#118631) (#118634)Erlend E. Aasland
20 hours[3.12] gh-78955: Use user-selected color theme for Help => IDLE Doc (GH-9502)...Miss Islington (bot)
33 hours[3.12] gh-117389: Fix `test_compileall.EncodingTest` (GH-117390) (#118603)Miss Islington (bot)
45 hours[3.12] gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559) ...Miss Islington (bot)
45 hours[3.12] gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc...Miss Islington (bot)
45 hours[3.12] gh-118164: str(10**10000) hangs if the C _decimal module is missing (G...Miss Islington (bot)
3 days[3.12] gh-118569: Add a test for dynamic PEP695 classes (GH-118570) (#118574)Miss Islington (bot)
3 days[3.12] Minor improvements to the itertools recipes (GH-118563) (#118565)Miss Islington (bot)
4 days[3.12] docs: clarify csv.DictReader's treatment of the first data row (GH-118...Miss Islington (bot)
4 days[3.12] gh-118513: Fix sibling comprehensions with a name bound in one and glo...Miss Islington (bot)
4 days[3.12] gh-117492: Clarify documentation of `typing.Never` (GH-117678) (#118547)Miss Islington (bot)
4 days[3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (...Miss Islington (bot)
5 days[3.12] gh-118272: Clear generator frame's locals when the generator is closed...Irit Katriel
5 days[3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-11...Miss Islington (bot)
5 days[3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-...Thomas Grainger
5 days[3.12] Uncomment one grammar test (GH-118361) (#118385)Miss Islington (bot)
5 days[3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1...Jelle Zijlstra
5 days[3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...Irit Katriel
6 daysgh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson
6 days[3.12] gh-118418: Use a default value for `type_params` in `typing._eval_type...Miss Islington (bot)
7 days[3.12] gh-117860: Add tests for resolving names when import rebind names (GH-...Miss Islington (bot)
7 days[3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11...Miss Islington (bot)
7 days[3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst...Miss Islington (bot)
7 daysgh-118347: Fix Windows installer not updating launcher (GH-118386)Miss Islington (bot)
7 days[3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410)Miss Islington (bot)
7 days[3.12] gh-118401: Docs: Use Sphinx short options (GH-118403) (#118407)Miss Islington (bot)
7 days[3.12] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400)Miss Islington (bot)
8 days[3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-1...Miss Islington (bot)
8 days[3.12] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-11835...Miss Islington (bot)
8 days[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (GH-118356) (#11...Miss Islington (bot)
8 days[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118...Hugo van Kemenade
10 days[3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325)Jelle Zijlstra
11 days[3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)Kirill Podoprigora
11 days[3.12] gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-11823...Miss Islington (bot)
11 days[3.12] gh-118042: Fix error in Telnet.__del__ when __init__() was not called ...Serhiy Storchaka
11 days[3.12] gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it...Miss Islington (bot)
12 days[3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#...Erlend E. Aasland
12 days[3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration...Thomas Grainger
12 days[3.12] gh-117968: Make the test for closed file more safe in the C API tests ...Miss Islington (bot)
12 days[3.12] gh-85453: Make numeric literals consistent across datetime.rst (GH-118...Miss Islington (bot)
12 days[3.12] gh-85453: Adapt datetime.rst to devguide recommendations for code snip...Miss Islington (bot)
13 days[3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)
13 days[3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin
13 days[3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,...Miss Islington (bot)
13 days[3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191)Miss Islington (bot)
14 days[3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1...Miss Islington (bot)
14 days[3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...Miss Islington (bot)
2024-04-23[3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)Miss Islington (bot)
2024-04-22[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...Serhiy Storchaka