summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)Jim Porter2024-01-236-10/+9
* GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)Barney Gale2024-01-231-3/+7
* GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)Barney Gale2024-01-231-3/+3
* GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)Barney Gale2024-01-231-0/+7
* gh-66944: Note that the `contextlib.closing` example is for illustrative purp...Ville Skyttä2024-01-231-0/+8
* Docs: minor amendments to runpy.rst (#18416)Géry Ogam2024-01-231-20/+20
* Add me to codeowners for hashlib & multiprocessing (#114454)Gregory P. Smith2024-01-221-7/+10
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-2228-173/+172
* gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReser...Steve Dower2024-01-222-2/+2
* gh-112532: Improve mimalloc page visiting (#114133)Sam Gross2024-01-223-34/+134
* GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-1...Michael Droettboom2024-01-221-4/+7
* Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)Brett Cannon2024-01-221-1/+2
* gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)AN Long2024-01-223-2/+10
* gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...Irit Katriel2024-01-223-143/+191
* gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...Serhiy Storchaka2024-01-222-3/+19
* gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)Hugo van Kemenade2024-01-222-27/+26
* 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