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
*
gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)
Ned Deily
2023-07-31
1
-128/+180
*
gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429)
Dong-hee Na
2023-07-30
1
-2/+3
*
Fix the documentation for PyCode_New add `qualname` parameter (#107186)
da-woods
2023-07-29
1
-4/+4
*
gh-107422: Remove outdated `TypedDict` example from typing docs (#107436)
Rakesh Sabale
2023-07-29
1
-3/+0
*
gh-107369: optimize textwrap.indent() (#107374)
Inada Naoki
2023-07-29
1
-1/+2
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
51
-138/+124
*
gh-107091: Fix some uses of :func: role (GH-107378)
Serhiy Storchaka
2023-07-29
2
-15/+15
*
gh-107307: Update the importlib Docs for PEP 684 (gh-107400)
Eric Snow
2023-07-28
1
-0/+31
*
gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
Eric Snow
2023-07-28
1
-15/+194
*
GH-101291: Add warning to "what's new" that `PyLongObject` internals have cha...
Mark Shannon
2023-07-28
1
-0/+11
*
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka
2023-07-28
10
-30/+29
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
19
-79/+88
*
gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 (#107350)
Victor Stinner
2023-07-27
1
-7/+0
*
Bump some docs dependencies to resolve a Dependabot security alert (#107341)
Alex Waygood
2023-07-27
1
-4/+4
*
gh-106996: Rewrite turtle explanation (#107244)
Daniele Procida
2023-07-27
1
-54/+38
*
gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH...
Serhiy Storchaka
2023-07-27
3
-40/+40
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
10
-58/+63
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
23
-119/+122
*
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner
2023-07-26
12
-33/+26
*
Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981)
Erlend E. Aasland
2023-07-26
1
-43/+129
*
Docs: Remove the numbered steps from the Argument Clinic tutorial (#107203)
Erlend E. Aasland
2023-07-26
1
-314/+310
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
8
-20/+26
*
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
8
-14/+16
*
Document that `os.link()` is not available on Emscripten (GH-104822)
Roman Yurchak
2023-07-26
1
-1/+1
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
8
-13/+11
*
gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295)
Victor Stinner
2023-07-26
2
-3/+9
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
3
-8/+11
*
gh-106939: document ShareableList nul-strip quirk. (#107266)
Gregory P. Smith
2023-07-25
1
-7/+37
*
gh-106996: Add a how-to section to the turtle documentation (#107153)
Daniele Procida
2023-07-25
1
-0/+114
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
4
-17/+6
*
Docs: Add missing markup to Argument Clinic docs (#106876)
Erlend E. Aasland
2023-07-24
1
-126/+143
*
Fix PyVectorcall_Function doc versionadded (#107140)
da-woods
2023-07-24
1
-1/+1
*
Docs: Remove duplicate word in Argument Clinic howto heading (#107169)
Hakan Celik
2023-07-24
1
-2/+2
*
gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (#107...
TommyUnreal
2023-07-24
1
-20/+20
*
gh-105291: Add link to migration guide for distutils (#107130)
cLupus
2023-07-23
1
-1/+3
*
gh-106948: Docs: Disable links for C standard library functions, OS utility f...
Erlend E. Aasland
2023-07-23
11
-40/+57
*
Remove superflous whitespaces in `layout.html`. (GH-107067)
Ezio Melotti
2023-07-23
1
-4/+4
*
gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)
Dong-hee Na
2023-07-23
1
-0/+7
*
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na
2023-07-23
1
-0/+6
*
gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
Dong-hee Na
2023-07-23
1
-0/+7
*
gh-107017: Analolgy to Pascal and C replaced. (#107025)
TommyUnreal
2023-07-23
1
-2/+2
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
9
-17/+17
*
gh-106996: Add the basics of a turtle graphics tutorial (#107072)
Daniele Procida
2023-07-23
2
-26/+134
*
gh-106976: alphabetise bullets by module name task2-3 (#107005)
littlebutt's workshop
2023-07-23
1
-237/+237
*
gh-101100: Fix some broken sphinx references (#107095)
wulmer
2023-07-23
12
-34/+27
*
gh-54738: Add argparse i18n howto (#104562)
Tomas R
2023-07-23
2
-0/+54
*
gh-71261: Add paragraph on shadowing submodules with star imports (#107004)
wulmer
2023-07-23
1
-0/+16
*
gh-107017: removed mention that C does it the same way (#107020)
Jakub Červinka
2023-07-23
1
-8/+15
*
gh-102111: Add link to string escape sequences in re module (#106995)
wulmer
2023-07-23
2
-2/+6
*
gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)
Jochem Boersma
2023-07-22
1
-4/+5
[next]