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-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
*
[doc] Minor improvements to is_typeddict (GH-22280)
Andre Delfino
2020-09-16
1
-1/+1
*
bpo-41792: Add is_typeddict function to typing.py (GH-22254)
Patrick Reader
2020-09-16
1
-0/+14
*
Doc: Fix broken manpage link (GH-21937)
Tim Burke
2020-09-15
1
-1/+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
13
-15/+15
*
Improve the description of difflib in the documentation (GH-22253)
Mandeep
2020-09-15
1
-2/+2
*
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234)
Neeraj Samtani
2020-09-15
1
-5/+5
*
bpo-40721: add note about enum member name case (GH-22231)
Ethan Furman
2020-09-14
1
-0/+6
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Zackery Spytz
2020-09-14
1
-3/+3
*
Fix a typo in locale Docs (#22233)
abdo
2020-09-14
1
-1/+1
*
bpo-41513: Add docs and tests for hypot() (GH-22238)
Raymond Hettinger
2020-09-14
1
-0/+5
*
bpo-41778: Change a punctuation on documentation. (GH-22229)
Emmanuel Arias
2020-09-13
1
-2/+2
*
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...
Sergey Fedoseev
2020-09-13
1
-3/+3
*
bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
Norbert Cyran
2020-09-12
1
-2/+2
*
[doc] struct: update note about network byte order form to be more helpful (G...
Stargirl Flowers
2020-09-11
1
-2/+4
*
Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)
Benjamin Peterson
2020-09-10
1
-27/+28
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
Mark Roseman
2020-09-10
1
-1/+1
*
Update logging documentation to tidy up formatting (GH-22173)
Bar Harel
2020-09-10
1
-2/+1
*
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
Andre Delfino
2020-09-10
1
-1/+1
*
Add missing colon to IDLE doc markup (GH-22007)
Andre Delfino
2020-09-09
1
-1/+1
*
Add minor clarification in logging documentation. (GH-22167)
Vinay Sajip
2020-09-09
1
-3/+3
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
1
-0/+5
*
[doc] Fix padding in timeit (GH-22152)
Andre Delfino
2020-09-08
1
-1/+1
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
2
-6/+7
*
[doc] Add link to Generic in typing (GH-22125)
Andre Delfino
2020-09-07
1
-1/+1
*
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
Zackery Spytz
2020-09-06
1
-1/+1
*
[doc] Fix padding in some typing definitions (GH-22114)
Andre Delfino
2020-09-05
1
-12/+12
*
Fix documented Python version for venv --upgrade-deps (GH-22113)
johnthagen
2020-09-05
1
-1/+1
*
bpo-38585: Remove references to defusedexpat (GH-22095)
Zackery Spytz
2020-09-04
1
-11/+3
*
bpo-40486: Specify what happens if directory content change diring iteration ...
Serhiy Storchaka
2020-09-04
3
-3/+17
*
[doc] Update documentation on logging optimization. (GH-22075)
Vinay Sajip
2020-09-03
1
-14/+16
*
[doc] Fix a typo in the graphlib docs (#22030)
Mario Šaško
2020-09-03
1
-1/+1
*
bpo-39883: Use BSD0 license for code in docs (GH-17635)
Todd
2020-09-03
1
-0/+34
*
Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)
Pablo Galindo
2020-09-02
1
-1/+1
[next]