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
*
Typo (GH-23482) (#23483)
Miss Islington (bot)
2020-11-24
1
-1/+1
*
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...
Miss Islington (bot)
2020-11-23
1
-11/+46
*
bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472)
Ned Deily
2020-11-23
1
-1/+15
*
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-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Miss Islington (bot)
2020-11-21
1
-2/+4
*
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)
Miss Islington (bot)
2020-11-21
1
-2/+2
*
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
2
-0/+35
*
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
*
More updates to the descriptor howto guide (GH-23238) (GH-23308)
Miss Islington (bot)
2020-11-16
1
-45/+62
*
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-42042: Use ids attribute instead of names attribute (GH-22739) (GH-...
Dong-hee Na
2020-11-13
1
-2/+2
*
[3.9] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) (...
Miss Islington (bot)
2020-11-13
1
-0/+7
*
[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113...
Zackery Spytz
2020-11-10
1
-1/+1
*
Minor wording change in concurrent.futures. (GH-23194)
Miss Islington (bot)
2020-11-08
1
-3/+3
*
Minor grammar edits for the descriptor howto guide (GH-#23175) (GH-23186)
Raymond Hettinger
2020-11-07
1
-10/+10
*
Remove outdated reference to pywin32 from platform module (GH-22005)
Miss Islington (bot)
2020-11-06
1
-7/+0
*
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
Miss Islington (bot)
2020-11-06
1
-9/+10
*
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
*
Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095)
Miss Skeleton (bot)
2020-11-02
1
-19/+20
*
Add member objects to the descriptor howto guide (GH-23084) (GH-23090)
Miss Skeleton (bot)
2020-11-02
1
-0/+156
*
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...
Miss Skeleton (bot)
2020-11-01
2
-38/+79
*
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Miss Skeleton (bot)
2020-11-01
1
-0/+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
2
-44/+75
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Miss Skeleton (bot)
2020-10-29
2
-4/+38
*
[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
kj
2020-10-28
3
-0/+208
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Miss Skeleton (bot)
2020-10-27
1
-1/+1
*
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
*
Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)
Miss Skeleton (bot)
2020-10-25
1
-46/+50
*
Second round of updates to the descriptor howto guide (GH-22946) (GH-22958)
Miss Skeleton (bot)
2020-10-25
1
-96/+156
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Miss Skeleton (bot)
2020-10-25
3
-0/+30
*
bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...
Miss Skeleton (bot)
2020-10-25
1
-9/+24
*
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Miss Skeleton (bot)
2020-10-25
1
-1/+1
*
bpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)
Miss Skeleton (bot)
2020-10-24
1
-3/+13
*
bpo-41950: Typo in Python 3.9 what's new page (GH-22573)
Weiliang Li
2020-10-24
1
-1/+1
*
Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)
Miss Skeleton (bot)
2020-10-23
3
-59/+499
*
[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
*
[3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)
larryhastings
2020-10-22
2
-2/+0
[next]