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-38843: Document behavior of default when the attribute is already set (GH...
Raymond Hettinger
2020-12-07
1
-1/+9
*
[doc] Fix abc.update_abstractmethods markup (GH-23576)
Andre Delfino
2020-12-01
1
-1/+2
*
Fix bz2 examples markup (#23580)
Andre Delfino
2020-12-01
1
-8/+0
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
1
-6/+17
*
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes
2020-11-30
1
-0/+38
*
bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
Raymond Hettinger
2020-11-30
1
-14/+3
*
bpo-42450: Minor updates to the itertools recipes (GH-23555)
Raymond Hettinger
2020-11-29
1
-5/+5
*
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas
2020-11-29
5
-80/+22
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
Mark Dickinson
2020-11-29
1
-12/+31
*
bpo-31904: add shell requirement for test_pipes (GH-23489)
pxinwr
2020-11-28
1
-0/+2
*
Fix dis markup (GH-23524)
Andre Delfino
2020-11-28
1
-6/+6
*
Fix multiprocessing markup (GH-23525)
Andre Delfino
2020-11-28
1
-3/+3
*
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
Shane Harvey
2020-11-26
1
-1/+4
*
bpo-42299: Remove formatter module (GH-23476)
Dong-hee Na
2020-11-25
3
-365/+0
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
1
-1/+3
*
Doc: Minor fixes (GH-23422)
kj
2020-11-25
1
-1/+1
*
Typo (#23482)
Jesús Cea
2020-11-23
1
-1/+1
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
1
-1/+1
*
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews
2020-11-23
1
-1/+7
*
Doc: fix typo in typing.Type docs (GH-23460)
John Belmonte
2020-11-22
1
-1/+1
*
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Ram Rachum
2020-11-22
1
-2/+1
*
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
Richard Levasseur
2020-11-21
1
-1/+1
*
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER
2020-11-21
1
-0/+2
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
ArioA
2020-11-21
1
-1/+1
*
bpo-42360: Add advice to help avoid pickling issues. (GH-23305)
Raymond Hettinger
2020-11-20
1
-0/+3
*
Fix wrong availability for signal.SIGCHLD (#23285)
Zhang Maiyun
2020-11-20
1
-1/+1
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
1
-0/+2
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
2
-2/+7
*
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
kj
2020-11-19
1
-0/+6
*
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Yurii Karabas
2020-11-19
1
-3/+3
*
[doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769)
Andre Delfino
2020-11-18
2
-3/+3
*
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
[next]