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
*
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
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Miss Skeleton (bot)
2020-10-22
1
-6/+8
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot)
2020-10-21
2
-21/+11
*
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
[3.9] bpo-39416: Document some restrictions on the default string representat...
Miss Skeleton (bot)
2020-10-21
1
-0/+18
*
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Miss Skeleton (bot)
2020-10-21
2
-7/+1
*
Doc: Do not encourage using a base class name in a derived class (GH-22177)
Miss Skeleton (bot)
2020-10-21
1
-6/+6
*
Doc: Remove old Python version from future stmt (GH-21802)
Miss Skeleton (bot)
2020-10-21
1
-2/+2
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Miss Skeleton (bot)
2020-10-21
1
-3/+3
*
[3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840)
Miss Skeleton (bot)
2020-10-20
1
-2/+13
*
bpo-41192: Add documentation of undocumented audit events (GH-22831)
Miss Skeleton (bot)
2020-10-20
5
-2/+56
*
[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
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Miss Skeleton (bot)
2020-10-20
1
-0/+5
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Miss Skeleton (bot)
2020-10-20
1
-3/+3
*
[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-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
Link to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
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
3
-4/+3
*
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
Miss Skeleton (bot)
2020-10-18
1
-1/+1
*
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH...
Miss Skeleton (bot)
2020-10-16
1
-21/+1
*
[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
*
Update timings for the final release (GH-22697) (GH-22698)
Miss Skeleton (bot)
2020-10-14
1
-27/+27
*
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
[next]