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-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
*
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
Victor Stinner
2020-09-02
1
-2/+1
*
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
Victor Stinner
2020-09-02
1
-1/+1
*
Remove reference to Boa Constructor. (GH-22012)
Andre Delfino
2020-09-02
1
-6/+0
*
[doc] Remove references to PyChecker. (GH-22011)
Andre Delfino
2020-09-02
2
-14/+5
*
Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...
Benjamin Peterson
2020-09-02
1
-1/+10
*
[doc] Add link to FileHandler in logging (GH-21940)
Andre Delfino
2020-09-01
1
-15/+16
*
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
Ned Deily
2020-09-01
1
-1/+2
*
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
Andre Delfino
2020-09-01
1
-0/+4
*
[doc] Fix markup in logging (GH-22008)
Andre Delfino
2020-08-30
1
-1/+1
*
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
Roger Iyengar
2020-08-29
1
-0/+10
*
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
[next]