index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
1
-0/+7
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
1
-0/+12
*
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)
Alex Hedges
2022-03-26
1
-1/+1
*
bpo-47062: Rename factory argument to loop_factory (GH-32113)
Andrew Svetlov
2022-03-25
1
-2/+2
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
2
-0/+118
*
Fix some typos in whatsnew (GH-32098)
Kurt McKee
2022-03-25
1
-4/+4
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
2
-1/+18
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
3
-37/+122
*
bpo-40465: Document random module changes in 3.11 What's new (#31818)
Tomáš Hrnčiar
2022-03-24
2
-1/+6
*
bpo-46480: rephrase typing.assert_type docs (GH-32069)
Shantanu
2022-03-24
1
-1/+1
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
9
-29/+127
*
bpo-47086: Remove dead link to old CHM documentation (GH-32075)
Steve Dower
2022-03-23
1
-4/+0
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
2
-2/+14
*
Correctly document class instead of function (GH-32016)
slateny
2022-03-23
1
-4/+4
*
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner
2022-03-23
5
-47/+51
*
[doc] configparser: avoid inline comments. (GH-31247)
Julien Palard
2022-03-23
1
-2/+4
*
bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ig...
Julien Palard
2022-03-23
1
-6/+6
*
Fix typo in Path.iterdir docs (GH-31822)
Matt Williams
2022-03-23
1
-1/+1
*
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
Serhiy Storchaka
2022-03-22
2
-1/+46
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
3
-15/+15
*
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes
2022-03-22
1
-0/+43
*
bpo-47061: document module deprecations due to PEP 594 (GH-31984)
Brett Cannon
2022-03-21
26
-22/+92
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
2
-0/+60
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989)
jmcb
2022-03-20
1
-1/+1
*
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin
2022-03-19
2
-12/+9
*
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31...
Arie Bovenberg
2022-03-19
1
-0/+10
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
2
-0/+8
*
bpo-44544: add textwrap placeholder arg (GH-27671)
andrei kulakov
2022-03-19
1
-2/+3
*
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
Hugo van Kemenade
2022-03-18
5
-1/+15
*
[doc] Some more make suspicious false positives. (GH-31977)
Julien Palard
2022-03-18
1
-0/+2
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro Hrončok
2022-03-18
3
-1/+51
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-43/+3
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
1
-0/+15
*
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...
Mark Shannon
2022-03-17
1
-2/+5
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
2
-3/+4
*
bpo-46480: add typing.assert_type (GH-30843)
Jelle Zijlstra
2022-03-17
1
-0/+25
*
bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)
Alex Waygood
2022-03-16
1
-21/+55
*
bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548)
slateny
2022-03-14
1
-1/+2
*
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Victor Stinner
2022-03-14
1
-1/+1
*
bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)
Victor Stinner
2022-03-14
1
-2/+6
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
2
-3/+17
*
bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
Jason R. Coombs
2022-03-13
1
-0/+1
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
3
-0/+53
*
bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525)
Illia Volochii
2022-03-12
1
-1/+5
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
2
-0/+88
*
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
Victor Stinner
2022-03-11
1
-0/+3
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
slateny
2022-03-11
1
-0/+6
*
sqlite3: normalise pre-acronym determiners (GH-31772)
Erlend Egeberg Aasland
2022-03-11
1
-5/+5
*
Remove print race from task_done example. (GH-31795)
Raymond Hettinger
2022-03-10
1
-4/+3
[next]