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
*
Typo (GH-23482) (#23483)
Miss Islington (bot)
2020-11-24
1
-1/+1
*
Doc: fix typo in typing.Type docs (GH-23460)
Miss Islington (bot)
2020-11-22
1
-1/+1
*
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Miss Islington (bot)
2020-11-22
1
-2/+1
*
Clarify that Set._from_iterable is not required to be a classmethod. (GH-2327...
Miss Islington (bot)
2020-11-21
1
-1/+1
*
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429)
Miss Islington (bot)
2020-11-20
1
-0/+3
*
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
Miss Islington (bot)
2020-11-19
1
-0/+6
*
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Miss Islington (bot)
2020-11-19
1
-3/+3
*
[3.9] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...
Miss Islington (bot)
2020-11-18
1
-5/+6
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Miss Islington (bot)
2020-11-16
1
-3/+3
*
bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
Miss Islington (bot)
2020-11-16
1
-0/+3
*
fix typo in ThreadedChildWatcher docs (GH-23277)
Miss Islington (bot)
2020-11-14
1
-1/+1
*
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...
Miss Islington (bot)
2020-11-13
1
-1/+3
*
[3.9] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) (...
Miss Islington (bot)
2020-11-13
1
-0/+7
*
Minor wording change in concurrent.futures. (GH-23194)
Miss Islington (bot)
2020-11-08
1
-3/+3
*
Remove outdated reference to pywin32 from platform module (GH-22005)
Miss Islington (bot)
2020-11-06
1
-7/+0
*
bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)
Miss Skeleton (bot)
2020-11-03
1
-1/+1
*
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...
Miss Skeleton (bot)
2020-11-02
1
-4/+4
*
[3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)
kj
2020-10-31
2
-2/+14
*
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
Miss Skeleton (bot)
2020-10-30
1
-37/+74
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Miss Skeleton (bot)
2020-10-29
1
-2/+34
*
[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
kj
2020-10-28
2
-0/+201
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Miss Skeleton (bot)
2020-10-26
1
-2/+2
*
bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)
Miss Skeleton (bot)
2020-10-25
1
-0/+7
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Miss Skeleton (bot)
2020-10-25
1
-0/+14
*
bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...
Miss Skeleton (bot)
2020-10-25
1
-9/+24
*
[3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)
Miss Skeleton (bot)
2020-10-22
1
-10/+4
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Miss Skeleton (bot)
2020-10-22
1
-0/+15
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot)
2020-10-21
1
-6/+8
*
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Miss Skeleton (bot)
2020-10-21
1
-3/+3
*
bpo-41192: Add documentation of undocumented audit events (GH-22831)
Miss Skeleton (bot)
2020-10-20
3
-2/+36
*
[3.9] bpo-41192: Clarify the sys module's description of the auditing feature...
Andrew Kuchling
2020-10-20
1
-10/+25
*
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Miss Skeleton (bot)
2020-10-20
1
-2/+2
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Miss Skeleton (bot)
2020-10-20
1
-4/+5
*
[doc] Add link to Generic in typing (GH-22125)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot)
2020-10-19
1
-0/+19
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)
Miss Skeleton (bot)
2020-10-19
1
-0/+2
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Miss Skeleton (bot)
2020-10-19
1
-4/+2
*
bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)
Miss Skeleton (bot)
2020-10-19
2
-20/+46
*
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)
Miss Skeleton (bot)
2020-10-19
2
-3/+2
*
[3.9] Fix incorrect parameter name (GH-22613) (GH-22628)
Xie Yanbo
2020-10-15
1
-1/+1
*
Minor clarification (GH-22708) (GH-22709)
Miss Skeleton (bot)
2020-10-15
1
-3/+3
*
Improve recipe readability (GH-22685) (GH-22686)
Miss Skeleton (bot)
2020-10-14
1
-31/+37
*
Add recipe for a version of random() with a larger population (GH-22664) (GH-...
Miss Skeleton (bot)
2020-10-13
1
-2/+53
*
Fix typo in "Context manager types" section in typing.rst (GH-22676)
Miss Skeleton (bot)
2020-10-12
1
-2/+2
*
Fix typo (GH-22582)
Miss Skeleton (bot)
2020-10-12
1
-1/+1
*
Fix typo in typing.rst (GH-22625)
Miss Skeleton (bot)
2020-10-11
1
-1/+1
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Miss Skeleton (bot)
2020-10-08
1
-1/+3
[next]