summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-114241: Fix and improve the ftplib CLI (GH-114242)Serhiy Storchaka2024-01-211-10/+17
* Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#1...Erlend E. Aasland2024-01-211-12/+12
* Docs: link to sys.stdout in ftplib docs (#114396)Erlend E. Aasland2024-01-211-2/+2
* gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...Nikita Sobolev2024-01-212-2/+2
* Docs: mark up FTP() constructor with param list (#114359)Erlend E. Aasland2024-01-211-11/+37
* gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)Ronald Oussoren2024-01-213-1/+64
* gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)Nikita Sobolev2024-01-212-3/+2
* Docs: mark up the FTP debug levels as a list (#114360)Erlend E. Aasland2024-01-211-6/+9
* Fix the confusing "User-defined methods" reference in the datamodel (#114276)cdzhan2024-01-211-1/+1
* Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355)Hugo van Kemenade2024-01-201-1/+0
* Remove the non-test Lib/test/time_hashlib.py. (#114354)Gregory P. Smith2024-01-201-88/+0
* Docs: Add missing line continuation to FTP_TLS class docs (#114352)Erlend E. Aasland2024-01-201-1/+1
* gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)Nikita Sobolev2024-01-202-11/+4
* gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)Sam Gross2024-01-206-7/+85
* Docs: structure the ftplib reference (#114317)Erlend E. Aasland2024-01-201-244/+250
* GH-99380: Update to Sphinx 7 (#99381)Adam Turner2024-01-201-2/+1
* gh-114332: Fix the flags reference for ``re.compile()`` (#114334)David H. Gutteridge2024-01-201-2/+2
* GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)Barney Gale2024-01-202-4/+7
* GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)Barney Gale2024-01-206-72/+115
* Add a `clean` subcommand to `Tools/wasm/wasi.py` (GH-114274)Brett Cannon2024-01-191-7/+24
* Retain shorter tables of contents for Sphinx 5.2.3+ (#114318)Hugo van Kemenade2024-01-191-0/+4
* gh-114265: move line number propagation before cfg optimization, remove guara...Irit Katriel2024-01-194-64/+61
* gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...Nikita Sobolev2024-01-191-202/+208
* gh-113884: Refactor `queue.SimpleQueue` to use a ring buffer to store items (...mpage2024-01-191-40/+169
* gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-11...Nikita Sobolev2024-01-191-1/+1
* gh-111968: Fix --without-freelists build (gh-114270)Donghee Na2024-01-181-5/+14
* gh-112087: Remove duplicated critical_section (gh-114268)Donghee Na2024-01-181-6/+3
* gh-114123: Migrate docstring from _csv to csv (#114124)Skip Montanaro2024-01-184-79/+78
* gh-112092: clarify unstable ABI recompilation requirements (#112093)DerSchinken2024-01-181-1/+1
* gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)Donghee Na2024-01-189-74/+48
* gh-114087: Speed up dataclasses._asdict_inner (#114088)keithasaurus2024-01-182-45/+56
* gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)Phillip Schanely2024-01-182-6/+8
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-1818-117/+153
* Delete unused macro (GH-114238)Mark Shannon2024-01-181-3/+0
* gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)Christopher Chavez2024-01-182-1/+2
* gh-103092: Convert some `_ctypes` metatypes to heap types (GH-113620)AN Long2024-01-182-281/+141
* gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...kcatss2024-01-183-1/+4
* gh-104522: Fix test_subprocess failure when build Python in the root home dir...Serhiy Storchaka2024-01-181-8/+7
* gh-114231: Fix indentation in enum.rst (#114232)Miyashita Yosuke2024-01-181-1/+1
* gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)Terry Jan Reedy2024-01-188-42/+45
* gh-114211: Update EmailMessage doc about ordered keys (#114224)Terry Jan Reedy2024-01-181-3/+3
* gh-113205: test_multiprocessing.test_terminate: Test the API on threadpools (...Petr Viktorin2024-01-181-3/+8
* gh-104522: Fix OSError raised when run a subprocess (#114195)Serhiy Storchaka2024-01-184-18/+29
* gh-114149: [Enum] revert #114160 and add more tuple-subclass tests (GH-114215)Ethan Furman2024-01-182-9/+24
* gh-112984: Fix test_ctypes.test_loading.test_load_dll_with_flags when directo...Steve Dower2024-01-181-1/+1
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-1776-244/+1436
* gh-38807: Fix race condition in Lib/trace.py (GH-110143)buermarc2024-01-172-2/+4
* Fix typo in tkinter.ttk.rst (GH-106157)Christophe Nanteuil2024-01-171-1/+1
* gh-105102: Fix nested unions in structures when the system byteorder is the o...Sheidan2024-01-173-2/+22
* gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-1...Ethan Furman2024-01-173-3/+20