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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
5
-42/+123
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+12
*
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...
Jakub Stasiak
2020-11-02
1
-4/+4
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
1
-0/+33
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
1
-17/+14
*
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
kj
2020-10-31
1
-4/+14
*
bpo-42198: Improve consistency of Union docs (GH-23029)
kj
2020-10-31
1
-23/+14
*
bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
kj
2020-10-31
2
-2/+14
*
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
kj
2020-10-30
1
-37/+74
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
1
-2/+34
*
bpo-42180: fix plural in arguments and control (GH-23015)
Rafael Fontenelle
2020-10-29
1
-1/+1
*
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner
2020-10-29
1
-3/+3
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
1
-5/+15
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
2
-0/+201
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
2
-2/+7
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Antoine
2020-10-26
1
-2/+2
*
bpo-39108: Document threading issues for random.gauss() (GH-22928)
Raymond Hettinger
2020-10-25
1
-0/+7
*
bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...
Raymond Hettinger
2020-10-25
1
-9/+24
*
bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
Zackery Spytz
2020-10-22
1
-10/+4
*
bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)
Batuhan Taskaya
2020-10-22
1
-0/+7
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Philippe Ombredanne
2020-10-22
1
-0/+15
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Géry Ogam
2020-10-21
1
-6/+8
*
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...
Raúl Cumplido
2020-10-21
1
-1/+1
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
1
-1/+4
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Florian Dahlitz
2020-10-20
1
-0/+14
*
bpo-42041: Clarify how subprocess searches for the executable (GH-22715)
Paul Moore
2020-10-20
1
-2/+21
*
Minor tweaks to typing union objects doc (GH-22741)
Andre Delfino
2020-10-20
1
-3/+3
*
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou
2020-10-20
3
-2/+36
*
bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...
Andrew Kuchling
2020-10-20
1
-10/+25
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-4/+5
*
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Tomer Cohen
2020-10-20
1
-2/+2
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
1
-28/+90
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
2
-1/+14
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Jakub Stasiak
2020-10-19
1
-0/+19
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Zackery Spytz
2020-10-19
1
-4/+2
*
bpo-38320: Clarify that expectedFailure is satisfied by either failure or err...
Irit Katriel
2020-10-19
1
-5/+6
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
2
-3/+2
*
bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
2020-10-19
2
-20/+46
*
[doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
Andre Delfino
2020-10-17
1
-1/+3
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou
2020-10-15
1
-0/+2
*
Minor clarification (GH-22708)
Raymond Hettinger
2020-10-15
1
-3/+3
*
Improve recipe readability (GH-22685)
Raymond Hettinger
2020-10-13
1
-31/+37
*
Add recipe for a version of random() with a larger population (GH-22664)
Raymond Hettinger
2020-10-13
1
-2/+53
*
Fix typo in "Context manager types" section in typing.rst (GH-22676)
Saiyang Gou
2020-10-12
1
-2/+2
*
Fix typo (GH-22582)
Gaurav Kamath
2020-10-11
1
-1/+1
*
Fix typo in typing.rst (GH-22625)
abdo
2020-10-11
1
-1/+1
*
Fix incorrect parameter name (GH-22613)
Xie Yanbo
2020-10-10
1
-1/+1
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Phil Elson
2020-10-08
1
-1/+3
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
3
-37/+17
*
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
2020-10-07
1
-0/+13
[next]