aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test_lzma: Skip tests requiring extra-filtersgentoo-3.11.7_p1Michał Górny2024-01-061-0/+19
* Prevent tests from detecting our fake tzdata packagegentoo-3.11.7Michał Górny2023-12-051-5/+2
* Skip tests which interact with invalid UTF-8 filesSam James2023-12-0510-0/+15
* Workaround clang+musl build failureMichał Górny2023-12-051-9/+11
* Skip sched/priority testsSam James2023-12-051-0/+2
* Replace hard-coded system libdir listMike Gilbert2023-12-051-4/+4
* Temporary hack: handle all extensions via .addext()Michał Górny2023-12-052-9/+15
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2023-12-051-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2023-12-051-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2023-12-051-0/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2023-12-052-10/+10
* Python 3.11.7v3.11.7Pablo Galindo2023-12-0482-281/+910
* [3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-048-9/+67
* [3.11] GH-112160: Pin to manifest of quay.io/tiran/cpython_autoconf (#112161)Seth Michael Larson2023-12-041-1/+3
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (GH-112703) (#112704)Miss Islington (bot)2023-12-042-22/+21
* [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-043-2/+85
* [3.11] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (GH-109...Miss Islington (bot)2023-12-042-27/+32
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...Miss Islington (bot)2023-12-042-47/+67
* [3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator ...Miss Islington (bot)2023-12-043-1/+22
* [3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...Miss Islington (bot)2023-12-041-1/+1
* [3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)Miss Islington (bot)2023-12-0425-34/+62
* [3.11] gh-66819: More IDLE htest updates(3) (GH-112683) (#112685)Miss Islington (bot)2023-12-046-26/+27
* [3.11] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#1...Miss Islington (bot)2023-12-032-8/+7
* [3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-035-9/+19
* [3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)Miss Islington (bot)2023-12-039-69/+70
* [3.11] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...Miss Islington (bot)2023-12-031-1/+1
* [3.11] Run more `inspect.rst` code snippets in CI (#112654) (#112656)Alex Waygood2023-12-031-27/+38
* [3.11] [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Si...Miss Islington (bot)2023-12-031-33/+51
* [3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (...Miss Islington (bot)2023-12-033-2/+43
* [3.11] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...Alex Waygood2023-12-021-19/+18
* [3.11] [3.12] gh-109413: libregrtest: Backport `.py`-file changes from GH-112...Miss Islington (bot)2023-12-017-12/+18
* [3.11] [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check...Miss Islington (bot)2023-12-014-4/+48
* [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...Alexey Izbyshev2023-12-013-5/+9
* [3.11] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112594)Miss Islington (bot)2023-12-014-22/+28
* [3.11] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) ...Miss Islington (bot)2023-12-011-0/+78
* [3.11] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-...Serhiy Storchaka2023-12-012-50/+121
* [3.11] gh-66819: More IDLE htest updates (GH-112574) (#112576)Miss Islington (bot)2023-12-011-55/+52
* [3.11] IDLE: fix config_key htest (GH-112545) (#112547)Miss Islington (bot)2023-11-302-2/+2
* [3.11] gh-112509: Fix keys being present in both required_keys and optional_k...Miss Islington (bot)2023-11-293-5/+63
* [3.11] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112524)Miss Islington (bot)2023-11-291-2/+2
* [3.11] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112492)Miss Islington (bot)2023-11-281-10/+4
* [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)Miss Islington (bot)2023-11-283-0/+37
* [3.11] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479)...Miss Islington (bot)2023-11-281-1/+1
* [3.11] Backport PR #112477: correct socket AF_PACKET docs (#112478)Gregory P. Smith2023-11-271-3/+2
* [3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...Miss Islington (bot)2023-11-273-3/+203
* [3.11] gh-112387: Fix error positions for decoded strings with backwards toke...Miss Islington (bot)2023-11-273-0/+10
* [3.11] gh-112388: Fix an error that was causing the parser to try to overwrit...Miss Islington (bot)2023-11-273-0/+7
* [3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...Serhiy Storchaka2023-11-272-0/+16
* [3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...Serhiy Storchaka2023-11-273-1/+30
* [3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...Serhiy Storchaka2023-11-273-4/+32