summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.11] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-273-17/+17
* [3.11] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112445)Miss Islington (bot)2023-11-271-1/+1
* [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422)Hugo van Kemenade2023-11-268-14/+20
* [3.11] gh-112331: Fix reference manual description of attribute lookup mechan...Miss Islington (bot)2023-11-251-6/+12
* [3.11] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (...Hugo van Kemenade2023-11-253-21/+29
* [3.11] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...Miss Islington (bot)2023-11-253-2/+23
* [3.11] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#11...Miss Islington (bot)2023-11-251-0/+3
* [3.11] gh-101100: Define `test.regrtest` module to fix references (GH-112381)...Miss Islington (bot)2023-11-251-0/+3
* [3.11] gh-59254: mention in open() doc that line buffering is for writing (GH...Miss Islington (bot)2023-11-241-1/+1
* [3.11] Remove bogus annotations from the descriptor howto guide (gh-112349) (...Miss Islington (bot)2023-11-231-3/+3
* [3.11] Fix docstring and var name of itertools recipe (GH-112113) (#112311)Miss Islington (bot)2023-11-221-3/+3