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-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-...
Pablo Galindo
2020-11-17
1
-1/+1
*
bpo-41625: Add versionadded to os.splice() constants (GH-23340)
Pablo Galindo
2020-11-17
1
-0/+1
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+32
*
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Victor Stinner
2020-11-16
1
-7/+36
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Yash Shete
2020-11-16
1
-3/+3
*
bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
Dominik1123
2020-11-16
1
-0/+3
*
fix typo in ThreadedChildWatcher docs (GH-23277)
Thomas Grainger
2020-11-14
1
-1/+1
*
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon
2020-11-13
1
-3/+43
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-0/+96
*
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264)
Jürgen Gmach
2020-11-13
1
-1/+3
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
2
-0/+10
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
1
-0/+7
*
bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)
Ammar Askar
2020-11-11
2
-5/+16
*
bpo-39411: pyclbr rewrite on AST (#18103)
Batuhan Taskaya
2020-11-11
1
-0/+7
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
1
-0/+18
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
1
-0/+18
*
Minor wording change in concurrent.futures. (GH-23194)
Don Kirkby
2020-11-08
1
-3/+3
*
Remove outdated reference to pywin32 from platform module (GH-22005)
Andre Delfino
2020-11-06
1
-7/+0
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-11/+32
*
[docs] fix wrongly named AsyncContextDecorator (GH-23164)
kj
2020-11-05
1
-3/+5
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
1
-0/+62
*
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner
2020-11-04
1
-0/+8
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
1
-0/+20
*
Fix incorrect links in ast docs (GH-23017)
Matthew Suozzo
2020-11-03
1
-6/+7
*
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
[next]