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
*
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
Miss Islington (bot)
2020-09-06
1
-1/+1
*
[3.8] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (G...
Miss Islington (bot)
2020-09-04
1
-0/+10
*
[3.8] Fix error in argparse documentation example (GH-17399) (GH-21990)
Miss Islington (bot)
2020-09-04
1
-2/+2
*
[3.8] bpo-40486: Specify what happens if directory content change diring iter...
Miss Islington (bot)
2020-09-04
3
-3/+17
*
bpo-38585: Remove references to defusedexpat (GH-22095)
Miss Islington (bot)
2020-09-04
1
-11/+3
*
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)
Miss Islington (bot)
2020-09-03
1
-0/+34
*
[doc] Remove references to PyChecker. (GH-22055)
Miss Islington (bot)
2020-09-02
2
-14/+5
*
Remove reference to Boa Constructor. (GH-22057)
Miss Islington (bot)
2020-09-02
1
-6/+0
*
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Miss Islington (bot)
2020-08-29
1
-1/+1
*
[3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)
Karthikeyan Singaravelan
2020-08-28
1
-1/+1
*
Document vars behavior when __dict__ is missing (GH-21466) (GH-21941)
Miss Islington (bot)
2020-08-22
1
-0/+3
*
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923)
Miss Islington (bot)
2020-08-22
1
-1/+1
*
bpo-40994: Ungroup items in collections.abc documentation for improved clarit...
Miss Islington (bot)
2020-08-22
1
-5/+13
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
Victor Stinner
2020-08-20
45
-246/+257
*
Fix typo in typing doc (GH-21879)
Miss Islington (bot)
2020-08-14
1
-1/+1
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Miss Islington (bot)
2020-08-14
1
-3/+2
*
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21...
Miss Islington (bot)
2020-08-13
1
-1/+1
*
[3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (...
Antoine Pitrou
2020-08-13
1
-0/+3
*
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)
Miss Islington (bot)
2020-08-12
1
-1/+1
*
[3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs...
Miss Islington (bot)
2020-08-11
1
-2/+21
*
[3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791)
Miss Islington (bot)
2020-08-09
1
-34/+37
*
bpo-41455: Provide a link to how the third generation is collected in the GC ...
Miss Islington (bot)
2020-08-08
1
-3/+3
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Miss Islington (bot)
2020-08-08
1
-1/+2
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Miss Islington (bot)
2020-08-07
1
-0/+10
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Miss Islington (bot)
2020-08-05
1
-9/+30
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Miss Islington (bot)
2020-08-03
1
-12/+16
*
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Miss Islington (bot)
2020-08-03
1
-6/+5
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Miss Islington (bot)
2020-07-29
1
-1/+1
*
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (G...
Miss Islington (bot)
2020-07-29
1
-4/+2
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Miss Islington (bot)
2020-07-28
1
-1/+1
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Miss Islington (bot)
2020-07-28
1
-1/+1
*
[3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647)
Guido van Rossum
2020-07-27
1
-5/+32
*
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH...
Miss Islington (bot)
2020-07-25
1
-2/+19
*
bpo-41314: fixed annotations __future__ version (GH-21616)
Miss Islington (bot)
2020-07-25
1
-1/+1
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Miss Islington (bot)
2020-07-20
1
-2/+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Miss Islington (bot)
2020-07-20
1
-0/+8
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Miss Islington (bot)
2020-07-19
1
-0/+3
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
Miss Islington (bot)
2020-07-19
1
-2/+4
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Miss Islington (bot)
2020-07-18
1
-0/+3
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Miss Islington (bot)
2020-07-16
1
-15/+15
*
Fix repeated words in Classes tutorial (GH-21455)
Miss Islington (bot)
2020-07-14
1
-2/+2
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Miss Islington (bot)
2020-07-11
1
-1/+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
Miss Islington (bot)
2020-07-10
1
-1/+1
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Miss Islington (bot)
2020-07-09
1
-42/+48
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
Miss Islington (bot)
2020-07-09
1
-1/+1
*
bpo-39417: Fix broken link to guide to building venvs (GH-18432)
Miss Islington (bot)
2020-07-07
1
-1/+1
*
bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344)
Miss Islington (bot)
2020-07-06
1
-5/+4
*
bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342)
Miss Islington (bot)
2020-07-06
1
-2/+2
*
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
Miss Islington (bot)
2020-07-05
1
-3/+1
*
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Miss Islington (bot)
2020-07-05
1
-3/+1
[next]