aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable system site-packages via GENTOO_CPYTHON_BUILD vargentoo-3.13.0rc1Michał Górny2024-08-011-0/+1
* test_lzma: Skip tests requiring extra-filtersMichał Górny2024-08-011-0/+21
* Prevent tests from detecting our fake tzdata packageMichał Górny2024-08-011-5/+2
* Skip tests which interact with invalid UTF-8 filesSam James2024-08-019-0/+14
* Skip sched/priority testsSam James2024-08-011-0/+2
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2024-08-011-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2024-08-011-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2024-08-011-0/+2
* 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