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-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
2
-2/+36
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
2
-7/+20
*
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami
2020-10-06
2
-5/+28
*
bpo-41584: clarify when the reflected method of a binary arithemtic operator ...
Brett Cannon
2020-10-05
1
-7/+8
*
bpo-41774: Tweak new programming FAQ entry (GH-22562)
Terry Jan Reedy
2020-10-05
1
-1/+1
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
1
-0/+5
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
4
-0/+154
*
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
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Campbell Barton
2020-10-02
1
-4/+6
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
1
-0/+8
*
[doc] Update references to NumPy (GH-22458)
Andre Delfino
2020-10-01
4
-8/+5
*
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-41774: Add programming FAQ entry (GH-22402)
Terry Jan Reedy
2020-09-29
1
-0/+15
*
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
3
-4/+25
*
[doc] Leverage the fact that the actual types can now be indexed for typing (...
Andre Delfino
2020-09-27
2
-30/+29
*
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
13
-15/+15
*
bpo-41833: threading.Thread now uses the target name (GH-22357)
Victor Stinner
2020-09-23
1
-2/+7
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
2
-0/+17
*
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy
2020-09-23
1
-0/+10
*
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Terry Jan Reedy
2020-09-23
1
-0/+14
*
bpo-37779 : Add information about the overriding behavior of ConfigParser.rea...
sblondon
2020-09-23
1
-0/+24
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-0/+4
*
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
3
-5/+37
*
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
*
[doc] Teach 0-args form of super in Programming FAQ (GH-22176)
Andre Delfino
2020-09-20
1
-8/+7
*
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
Mark Dickinson
2020-09-19
1
-0/+7
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
2
-0/+20
*
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
Victor Stinner
2020-09-18
2
-4/+11
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Dong-hee Na
2020-09-18
1
-15/+21
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
8
-69/+70
*
Remove duplicated words words (GH-22298)
Serhiy Storchaka
2020-09-18
2
-3/+3
*
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Terry Jan Reedy
2020-09-18
1
-0/+5
*
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
Serhiy Storchaka
2020-09-17
1
-0/+6
*
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
Ethan Furman
2020-09-16
1
-0/+15
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-1/+1
[next]