summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0rc1v3.13.0rc1Thomas Wouters2024-07-3131-100/+307
* [3.13] Update the expected bytecode magic number in test_importlib.test_util ...T. Wouters2024-07-311-1/+1
* [3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122...Petr Viktorin2024-07-313-56/+204
* [3.13] Move change detection to separate workflow in CI (GH-122336) (#122510)Miss Islington (bot)2024-07-312-118/+163
* [3.13] gh-122133: Rework pure Python socketpair tests to avoid use of importl...Miss Islington (bot)2024-07-312-77/+64
* [3.13] Docs: bump Sphinx to 8.0 and update constraints (GH-122496) (#122499)Miss Islington (bot)2024-07-312-8/+8
* [3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)Miss Islington (bot)2024-07-314-9/+39
* [3.13] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122485)Miss Islington (bot)2024-07-303-7/+13
* [3.13] Remove outdated note about instance methods from datamodel.rst (GH-122...Miss Islington (bot)2024-07-301-8/+1
* [3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) ...Miss Islington (bot)2024-07-304-4/+14
* [3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded bui...Miss Islington (bot)2024-07-302-2/+2
* [3.13] gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447) ...Miss Islington (bot)2024-07-301-15/+24
* [3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122...Dino Viehland2024-07-302-11/+9
* [3.13] gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466) ...Miss Islington (bot)2024-07-301-5/+5
* [3.13] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)...Miss Islington (bot)2024-07-303-0/+8
* [3.13] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122441)Miss Islington (bot)2024-07-303-4/+42
* [3.13] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating i...Miss Islington (bot)2024-07-305-17/+14
* [3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py ...Miss Islington (bot)2024-07-301-1/+1
* [3.13] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) (...Miss Islington (bot)2024-07-303-207/+263
* [3.13] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...Miss Islington (bot)2024-07-303-3/+147
* [3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)Brandt Bucher2024-07-296-12/+14
* [3.13] GH-122085: Use include files for C API deprecations (GH-109843) (#122422)Adam Turner2024-07-296-179/+117
* [3.13] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122415)Miss Islington (bot)2024-07-291-0/+1
* Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (...Serhiy Storchaka2024-07-296-172/+16
* [3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)Eric Snow2024-07-295-53/+133
* [3.13] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#12...Kirill Podoprigora2024-07-295-430/+629
* [3.13] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122387)Miss Islington (bot)2024-07-294-7/+11
* [3.13] gh-122311: Add more tests for pickle (GH-122376) (GH-122377)Miss Islington (bot)2024-07-282-128/+660
* [3.13] gh-122085: Create dedicated page for deprecations (GH-122352) (#122374)Miss Islington (bot)2024-07-283-0/+13
* [3.13] gh-122300: Preserve AST nodes for format specifiers with single elemen...Pablo Galindo Salgado2024-07-274-2982/+138
* [3.13] GH-121462: pathlib docs: improve table of corresponding os/os.path fun...Miss Islington (bot)2024-07-271-36/+51
* [3.13] gh-122044: Don't error during gitignore filtering with no files (GH-12...Miss Islington (bot)2024-07-271-0/+4
* [3.13] gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (GH-...Hugo van Kemenade2024-07-272-1/+10
* [3.13] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-1221...Miss Islington (bot)2024-07-273-2/+37
* [3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-...Miss Islington (bot)2024-07-272-62/+40
* [3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...Miss Islington (bot)2024-07-273-1/+19
* [3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122...Russell Keith-Magee2024-07-271-1/+0
* [3.13] gh-120831: Correct default minimum iOS version. (GH-122339) (#122341)Miss Islington (bot)2024-07-271-1/+1
* [3.13] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122328)Miss Islington (bot)2024-07-261-0/+10
* [3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204)...Miss Islington (bot)2024-07-262-4/+15
* [3.13] gh-122311: Fix typo in the pickle error formatting code (GH-122312) (G...Miss Islington (bot)2024-07-261-1/+1
* [3.13] GH-122155: Fix cases generator to correctly compute 'peek' offset for ...Mark Shannon2024-07-264-6/+67
* [3.13] Move macOS matrix to the calling workflow (GH-121809) (#122297)Miss Islington (bot)2024-07-252-34/+33
* [3.13] GH-121832: Assert that the version number of static builtin types is n...Miss Islington (bot)2024-07-253-67/+46
* [3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287)Miss Islington (bot)2024-07-254-5/+5
* [3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284)Miss Islington (bot)2024-07-251-1/+1
* [3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_event...Miss Islington (bot)2024-07-251-3/+2
* [3.13] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122275)Miss Islington (bot)2024-07-252-4/+4
* [3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) ...Miss Islington (bot)2024-07-254-26/+82
* [3.13] gh-122187: Avoid TSan reported race in `run_udp_echo_server` (GH-12218...Miss Islington (bot)2024-07-251-2/+7