summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-114321: Expose more constants in the fcntl module (GH-114322)Serhiy Storchaka2024-01-223-10/+86
* Docs: Fix typo in code snippet (GH-114421)Kirill Podoprigora2024-01-221-1/+1
* gh-108303: Remove `Lib/test/shadowed_super.py` (#114372)Nikita Sobolev2024-01-222-8/+15
* gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...Serhiy Storchaka2024-01-223-9/+101
* gh-103092: Ensure `_ctypes.c` static types are accessed via global state (#11...neonene2024-01-226-106/+172
* gh-108303: Move `smtpd` to `test.support` (#114368)Nikita Sobolev2024-01-223-5/+2
* gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)Serhiy Storchaka2024-01-223-13/+96
* gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)Guido van Rossum2024-01-222-2/+2
* gh-114414: Assert PyType_GetModuleByDef result in _threadmodule (#114415)Nikita Sobolev2024-01-221-0/+3
* gh-114115: Update documentation of array.array (GH-114117)Serhiy Storchaka2024-01-221-19/+25
* gh-114328: tty cbreak mode should not alter ICRNL (#114335)Gregory P. Smith2024-01-214-4/+30
* gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-114026)Serhiy Storchaka2024-01-211-2/+2
* 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