summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523)Miss Islington (bot)2023-11-291-2/+2
* [3.12] gh-112503: Fix test_sys on WASI (gh-112505)Eric Snow2023-11-291-1/+13
* [3.12] gh-105716: Fix Refleaks in test_interpreters (gh-112500)Eric Snow2023-11-281-7/+21
* [3.12] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112493)Miss Islington (bot)2023-11-281-10/+4
* [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...Miss Islington (bot)2023-11-283-0/+193
* [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487)Miss Islington (bot)2023-11-283-0/+37
* [3.12] gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIM...Miss Islington (bot)2023-11-281-1/+3
* [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterprete...Miss Islington (bot)2023-11-284-4/+16
* [3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-11031...Eric Snow2023-11-284-405/+506
* [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...Eric Snow2023-11-2811-150/+385
* [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...Eric Snow2023-11-287-34/+118
* [3.12] gh-112414: Add additional unit tests for calling `repr()` on a namespa...Miss Islington (bot)2023-11-282-4/+30
* [3.12] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479)...Miss Islington (bot)2023-11-281-1/+1
* [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...Eric Snow2023-11-2711-4113/+4251
* [3.12] Correct documentation for AF_PACKET (GH-112339) (#112477)Miss Islington (bot)2023-11-271-2/+1
* [3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stres...Eric Snow2023-11-271-0/+1
* [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)Eric Snow2023-11-277-26487/+26702
* [3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-...Eric Snow2023-11-274-61/+96
* [3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572...Miss Islington (bot)2023-11-271-1/+0
* [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...Miss Islington (bot)2023-11-273-3/+203
* [3.12] gh-112388: Fix an error that was causing the parser to try to overwrit...Miss Islington (bot)2023-11-273-0/+7
* [3.12] gh-112387: Fix error positions for decoded strings with backwards toke...Miss Islington (bot)2023-11-273-0/+10
* [3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...Miss Islington (bot)2023-11-272-0/+17
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-274-6/+40
* [3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...Miss Islington (bot)2023-11-273-4/+32
* [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-273-17/+17
* [3.12] Move What's New In Python 3.12 entries to the right section (GH-112447...Miss Islington (bot)2023-11-271-7/+8
* [3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444)Miss Islington (bot)2023-11-271-1/+1
* [3.12] gh-112414: Fix `AttributeError` when calling `repr()` on a namespace p...Miss Islington (bot)2023-11-274-3/+16
* [3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (...Mark Dickinson2023-11-274-48/+53
* [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420)Hugo van Kemenade2023-11-268-18/+24
* [3.12] gh-112331: Fix reference manual description of attribute lookup mechan...Miss Islington (bot)2023-11-251-6/+12
* [3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests....Miss Islington (bot)2023-11-251-3/+40
* [3.12] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (...Miss Islington (bot)2023-11-253-22/+30
* [3.12] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...Miss Islington (bot)2023-11-253-2/+23
* [3.12] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#11...Miss Islington (bot)2023-11-251-0/+3
* [3.12] gh-101100: Define `test.regrtest` module to fix references (GH-112381)...Miss Islington (bot)2023-11-251-0/+3
* [3.12] gh-59254: mention in open() doc that line buffering is for writing (GH...Miss Islington (bot)2023-11-241-1/+1
* [3.12] Remove bogus annotations from the descriptor howto guide (GH-112349) (...Miss Islington (bot)2023-11-231-3/+3
* [3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)Tian Gao2023-11-233-2/+22
* [3.12] Fix docstring and var name of itertools recipe (GH-112113) (#112310)Miss Islington (bot)2023-11-221-3/+3
* [3.12] GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112304)Miss Islington (bot)2023-11-211-0/+7
* [3.12] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112...Miss Islington (bot)2023-11-217-2/+206
* [3.12] gh-112243: Don't include comments in f-string debug expressions (GH-11...Pablo Galindo Salgado2023-11-203-5/+53
* [3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-...Miss Islington (bot)2023-11-193-2/+27
* [3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__...Miss Islington (bot)2023-11-193-18/+20
* [3.12] gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (...Miss Islington (bot)2023-11-191-6/+3
* [3.12] gh-110383: Explained which error message is generated when there is an...Miss Islington (bot)2023-11-191-2/+1
* [3.12] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112262)Miss Islington (bot)2023-11-191-2/+2
* [3.12] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112259)Miss Islington (bot)2023-11-191-5/+7