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-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
2
-0/+19
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Ankit Chandawala
2020-08-03
1
-13/+17
*
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Nathan M
2020-08-03
1
-6/+5
*
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...
Luciano Ramalho
2020-08-02
1
-614/+823
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Sebastien Williams-Wynn
2020-07-29
1
-1/+1
*
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
Yonatan Goldschmidt
2020-07-28
1
-4/+2
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Xiang Zhang
2020-07-28
1
-1/+1
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Dmytro Litvinov
2020-07-28
1
-1/+1
*
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren
2020-07-27
1
-5/+32
*
bpo-40939: Use the new grammar for the grammar specification documentation (G...
Pablo Galindo
2020-07-27
3
-4/+91
*
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum
2020-07-26
4
-392/+1
*
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#1...
Shankar Jha
2020-07-25
1
-2/+19
*
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH
2020-07-25
1
-1/+1
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
2
-12/+30
*
Stick with the phrase "default parameter value" (GH-21590)
Andre Delfino
2020-07-22
1
-2/+2
*
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
Ammar Askar
2020-07-21
1
-4/+4
*
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...
Serhiy Storchaka
2020-07-20
1
-0/+4
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Volker-Weissmann
2020-07-20
1
-2/+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Vinay Sharma
2020-07-20
1
-0/+8
*
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)
Julien Palard
2020-07-20
1
-1/+4
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-07-19
1
-0/+3
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Jordan Speicher
2020-07-18
1
-0/+3
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+10
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Christopher Yeh
2020-07-16
1
-15/+15
*
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
Berker Peksag
2020-07-16
2
-6/+6
*
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
Berker Peksag
2020-07-16
1
-0/+5
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
JustAnotherArchivist
2020-07-14
1
-2/+4
*
Fix repeated words in Classes tutorial (GH-21455)
Paul McMillan
2020-07-14
1
-2/+2
*
bpo-32192: A basic lazy importer example (GH-21330)
Joannah Nanjekye
2020-07-13
1
-0/+23
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Nima Dini
2020-07-11
1
-1/+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
marload
2020-07-10
1
-1/+1
*
bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
Joannah Nanjekye
2020-07-10
1
-0/+1
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
1
-42/+48
*
Remove trailing >>> in enum docs (GH-21358)
E-Paine
2020-07-09
1
-1/+0
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
marload
2020-07-09
1
-1/+1
*
Doc: Builtins functions: faster jump table (GH-21376)
Julien Palard
2020-07-09
1
-18/+32
*
bpo-41224: Document is_annotated() in symtable module and update doc strings ...
Joannah Nanjekye
2020-07-07
1
-0/+4
*
bpo-40742: Doc: fix parallel build. (GH-21237)
Julien Palard
2020-07-06
1
-0/+35
*
bpo-37207: Update whatsnews for 3.9 (GH-21337)
Dong-hee Na
2020-07-06
1
-0/+4
*
bpo-28681: Clarify multiple function names in the tutorial (GH-21340)
Joannah Nanjekye
2020-07-06
1
-5/+4
*
bpo-26205: Specify the number of nested scopes (GH-21324)
Joannah Nanjekye
2020-07-06
1
-2/+2
*
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Inada Naoki
2020-07-05
1
-3/+1
*
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
Zackery Spytz
2020-07-04
1
-1/+1
*
Remove extraneous file from the Docs folder (GH-21286)
Pablo Galindo
2020-07-02
1
-0/+0
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
2
-25/+5
*
bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)
Kit Choi
2020-07-01
1
-0/+21
*
Doc: Minor fix to init config C API documentation (GH-21198)
tomerv
2020-07-01
1
-2/+2
*
Update FAQ release schedule and estimated users (GH-21180)
E-Paine
2020-06-30
1
-4/+4
*
bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)
Inada Naoki
2020-06-30
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
3
-17/+4
[next]