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
*
Fix error in argparse documentation example (GH-17399)
SarahPythonista
2020-08-28
1
-2/+2
*
bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...
Petr Viktorin
2020-08-27
1
-1/+11
*
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Zackery Spytz
2020-08-27
1
-1/+1
*
Add missing word (GH-21936)
Mason
2020-08-27
1
-1/+1
*
bpo-41624: fix documentation of typing.Coroutine (GH-21952)
MingZhe Hu
2020-08-27
1
-1/+1
*
Document vars behavior when __dict__ is missing (#21466)
Andre Delfino
2020-08-21
1
-0/+3
*
bpo-41573: Update release versions in General FAQ (GH-21915)
wyz23x2
2020-08-21
1
-4/+4
*
Doc: add a missing period (GH-21819)
Mathieu Dupuy
2020-08-20
1
-1/+1
*
bpo-40994: Ungroup items in collections.abc documentation for improved clarit...
Sydney Pemberton
2020-08-20
1
-5/+13
*
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)
Denis Ovsienko
2020-08-19
1
-1/+1
*
bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
Victor Stinner
2020-08-17
2
-2/+2
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-5/+5
*
Fix typo in typing doc (GH-21879)
Irit Katriel
2020-08-14
1
-1/+1
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
14
-19/+22
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Rishav Kundu
2020-08-14
1
-3/+2
*
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
Facundo Batista
2020-08-13
1
-1/+1
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
19
-105/+105
*
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-08-13
1
-0/+3
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
9
-81/+94
*
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner
2020-08-13
1
-4/+4
*
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner
2020-08-13
2
-26/+13
*
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
Victor Stinner
2020-08-13
1
-13/+11
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
Victor Stinner
2020-08-12
1
-0/+10
*
Fix typo (GH-21820)
Christopher Yeh
2020-08-11
1
-1/+1
*
bpo-41475: Fix note in "What's new in 3.7" (#21733)
Ram Rachum
2020-08-11
1
-1/+1
*
Add PEP 573 additions to What's New (GH-21374)
Petr Viktorin
2020-08-11
1
-0/+7
*
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
Edward K. Ream
2020-08-11
1
-2/+21
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
2
-7/+7
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns
2020-08-10
2
-1/+28
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
2
-0/+232
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
2
-7/+62
*
Doc: Add output to example code in programming FAQ (GH-21346)
Jiajie Zhong
2020-08-08
1
-34/+37
*
bpo-41455: Provide a link to how the third generation is collected in the GC ...
Yaroslav Pankovych
2020-08-08
1
-3/+3
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Benjamin Kane
2020-08-08
1
-1/+2
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki
2020-08-07
1
-0/+10
*
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
2020-08-07
1
-0/+6
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Inada Naoki
2020-08-05
1
-9/+30
*
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
[next]