summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)Andrew Svetlov2022-03-301-0/+27
* bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)Daniël van Noord2022-03-301-11/+12
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-3013-16/+14
* bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)Dave Goncalves2022-03-291-2/+14
* Update glossary.rst (GH-32093)Géry Ogam2022-03-291-8/+7
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)benfogle2022-03-292-0/+79
* bpo-14265: Adds fully qualified test name to unittest output (GH-32138)Sam Ezeh2022-03-291-14/+20
* bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)Ma Lin2022-03-291-0/+5
* bpo-46566: Add new py.exe launcher implementation (GH-32062)Steve Dower2022-03-281-2/+61
* bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...Steve Dower2022-03-281-1/+3
* bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)vidhya2022-03-281-0/+3
* ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...Yonatan Goldschmidt2022-03-281-1/+1
* bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)Christian Heimes2022-03-261-0/+7
* bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)Christian Heimes2022-03-261-0/+12
* bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)Alex Hedges2022-03-261-1/+1
* bpo-47062: Rename factory argument to loop_factory (GH-32113)Andrew Svetlov2022-03-251-2/+2
* bpo-43352: Add a Barrier object in asyncio lib (GH-24903)Duprat2022-03-252-0/+118
* Fix some typos in whatsnew (GH-32098)Kurt McKee2022-03-251-4/+4
* bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...Mark Shannon2022-03-252-1/+18
* bpo-47062: Implement asyncio.Runner context manager (GH-31799)Andrew Svetlov2022-03-243-37/+122
* bpo-40465: Document random module changes in 3.11 What's new (#31818)Tomáš Hrnčiar2022-03-242-1/+6
* bpo-46480: rephrase typing.assert_type docs (GH-32069)Shantanu2022-03-241-1/+1
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-239-29/+127
* bpo-47086: Remove dead link to old CHM documentation (GH-32075)Steve Dower2022-03-231-4/+0
* bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...Andrew Svetlov2022-03-232-2/+14
* Correctly document class instead of function (GH-32016)slateny2022-03-231-4/+4
* bpo-46836: Add Doc/c-api/frame.rst (GH-32051)Victor Stinner2022-03-235-47/+51
* [doc] configparser: avoid inline comments. (GH-31247)Julien Palard2022-03-231-2/+4
* bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ig...Julien Palard2022-03-231-6/+6
* Fix typo in Path.iterdir docs (GH-31822)Matt Williams2022-03-231-1/+1
* bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)Serhiy Storchaka2022-03-222-1/+46
* bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...Serhiy Storchaka2022-03-223-15/+15
* bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)Christian Heimes2022-03-221-0/+43
* bpo-47061: document module deprecations due to PEP 594 (GH-31984)Brett Cannon2022-03-2126-22/+92
* bpo-12029: [doc] clarify that except does not match virtual subclasses of the...Irit Katriel2022-03-212-5/+7
* bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)Serhiy Storchaka2022-03-212-0/+60
* bpo-46013: Fix confusing kerning on period in docs (GH-29989)jmcb2022-03-201-1/+1
* bpo-47040: improve document of checksum functions (gh-31955)Ma Lin2022-03-192-12/+9
* bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31...Arie Bovenberg2022-03-191-0/+10
* bpo-47066: Convert a warning about flags not at the start of the regular expr...Serhiy Storchaka2022-03-192-0/+8
* bpo-44544: add textwrap placeholder arg (GH-27671)andrei kulakov2022-03-191-2/+3
* bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)Hugo van Kemenade2022-03-185-1/+15
* [doc] Some more make suspicious false positives. (GH-31977)Julien Palard2022-03-181-0/+2
* bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...Miro Hrončok2022-03-183-1/+51
* bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)Andrew Svetlov2022-03-171-43/+3
* bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)David CARLIER2022-03-171-0/+15
* Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...Mark Shannon2022-03-171-2/+5
* bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)Serhiy Storchaka2022-03-172-3/+4
* bpo-46480: add typing.assert_type (GH-30843)Jelle Zijlstra2022-03-171-0/+25
* bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)Alex Waygood2022-03-161-21/+55