summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-112618: Make Annotated cache typed (#112619) (#112628)Alex Waygood2023-12-033-2/+43
* [3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...Alex Waygood2023-12-021-19/+18
* [3.12] gh-109413: libregrtest: Backport `.py`-file changes from #112558 (#112...Alex Waygood2023-12-017-12/+18
* [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on mos...Alex Waygood2023-12-014-4/+48
* [3.12] Bump mypy to 1.7.1 (#112581) (#112601)Alex Waygood2023-12-011-1/+1
* [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...Pablo Galindo Salgado2023-12-014-5/+38
* [3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593)Miss Islington (bot)2023-12-014-22/+28
* [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c...Miss Islington (bot)2023-12-015-1/+22
* [3.12] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) ...Miss Islington (bot)2023-12-011-0/+78
* [3.12] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-...Serhiy Storchaka2023-12-012-50/+121
* [3.12] gh-66819: More IDLE htest updates (GH-112574) (#112575)Miss Islington (bot)2023-12-011-55/+52
* [3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)Dennis Sweeney2023-12-013-2/+24
* [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...Miss Islington (bot)2023-11-303-1/+6
* [3.12] IDLE: fix config_key htest (GH-112545) (#112546)Miss Islington (bot)2023-11-302-2/+2
* [3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-...Miss Islington (bot)2023-11-292-6/+9
* [3.12] Add more C API tests (GH-112522) (GH-112525)Miss Islington (bot)2023-11-292-0/+119
* [3.12] gh-112509: Fix keys being present in both required_keys and optional_k...Miss Islington (bot)2023-11-293-5/+63
* [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