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
...
*
Minor tweaks to typing union objects doc (GH-22741)
Andre Delfino
2020-10-20
1
-3/+3
*
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou
2020-10-20
3
-2/+36
*
bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...
Andrew Kuchling
2020-10-20
1
-10/+25
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-4/+5
*
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Tomer Cohen
2020-10-20
1
-2/+2
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
1
-28/+90
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
2
-1/+14
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Jakub Stasiak
2020-10-19
1
-0/+19
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Zackery Spytz
2020-10-19
1
-4/+2
*
bpo-38320: Clarify that expectedFailure is satisfied by either failure or err...
Irit Katriel
2020-10-19
1
-5/+6
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
2
-3/+2
*
bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
2020-10-19
2
-20/+46
*
[doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
Andre Delfino
2020-10-17
1
-1/+3
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou
2020-10-15
1
-0/+2
*
Minor clarification (GH-22708)
Raymond Hettinger
2020-10-15
1
-3/+3
*
Improve recipe readability (GH-22685)
Raymond Hettinger
2020-10-13
1
-31/+37
*
Add recipe for a version of random() with a larger population (GH-22664)
Raymond Hettinger
2020-10-13
1
-2/+53
*
Fix typo in "Context manager types" section in typing.rst (GH-22676)
Saiyang Gou
2020-10-12
1
-2/+2
*
Fix typo (GH-22582)
Gaurav Kamath
2020-10-11
1
-1/+1
*
Fix typo in typing.rst (GH-22625)
abdo
2020-10-11
1
-1/+1
*
Fix incorrect parameter name (GH-22613)
Xie Yanbo
2020-10-10
1
-1/+1
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Phil Elson
2020-10-08
1
-1/+3
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
3
-37/+17
*
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
2020-10-07
1
-0/+13
*
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami
2020-10-06
2
-5/+28
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
3
-0/+131
*
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ...
scoder
2020-10-04
1
-0/+6
*
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (G...
Irit Katriel
2020-10-04
1
-1/+2
*
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
2020-10-04
2
-1/+7
*
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
Andre Delfino
2020-10-03
2
-8/+8
*
[doc] Fix link to abc.collections.Iterable (GH-22520)
Andre Delfino
2020-10-03
1
-2/+2
*
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Ram Rachum
2020-10-03
1
-0/+8
*
[doc] Fix link to abc.collections.Iterable (GH-22502)
Andre Delfino
2020-10-02
1
-1/+1
*
Fix is_typeddict markup (#22501)
Andre Delfino
2020-10-02
1
-5/+6
*
[doc] Update references to NumPy (GH-22458)
Andre Delfino
2020-10-01
2
-6/+3
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
3
-17/+37
*
Fix grammar in secrets module documentation (GH-22467)
Max Smolens
2020-09-30
1
-1/+1
*
bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2...
Ram Rachum
2020-09-29
1
-2/+2
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-4/+7
*
[doc] Leverage the fact that the actual types can now be indexed for typing (...
Andre Delfino
2020-09-27
1
-23/+26
*
bpo-41858: Clarify line in optparse doc (GH-22407)
Emmanuel Arias
2020-09-27
1
-1/+1
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
9
-10/+10
*
bpo-41833: threading.Thread now uses the target name (GH-22357)
Victor Stinner
2020-09-23
1
-2/+7
*
bpo-37779 : Add information about the overriding behavior of ConfigParser.rea...
sblondon
2020-09-23
1
-0/+24
*
bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
Ethan Furman
2020-09-22
1
-0/+15
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Terry Jan Reedy
2020-09-22
1
-22/+25
*
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...
Bas van Beek
2020-09-22
2
-5/+29
*
Enum: add extended AutoNumber example (GH-22349)
Ethan Furman
2020-09-22
1
-0/+26
*
bpo-41816: add `StrEnum` (GH-22337)
Ethan Furman
2020-09-22
1
-0/+38
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
2
-3/+3
[prev]
[next]