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-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
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
17
-48/+93
*
gh-107008: Document the curses module variables LINES and COLS (GH-107011)
Serhiy Storchaka
2023-07-22
2
-3/+21
*
gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...
Matthieu Caneill
2023-07-22
1
-0/+6
*
Fix Sphinx warnings in `re` module docs (#107044)
wulmer
2023-07-22
2
-6/+18
*
gh-106967: remove Release and Date fields from whatsnew for 3.12 and 3.13 (#1...
Oliver Rew
2023-07-22
2
-4/+2
*
gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
Jocelyn Castellano
2023-07-22
1
-1/+1
*
gh-106320: Document private C API removal in What's New 3.13 (#107027)
Victor Stinner
2023-07-22
1
-0/+7
*
Reformat code block to make it easier to read (#106965)
Joe Kaufeld
2023-07-22
1
-5/+14
*
gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)
Sebastiaan Zeeff
2023-07-22
2
-2/+2
*
gh-106996: Amend the introduction to the turtle graphics documentation (#106997)
Daniele Procida
2023-07-22
1
-3/+21
*
gh-106976:alphabetise bullets by module name task1 (#106982)
littlebutt's workshop
2023-07-22
1
-25/+28
*
gh-106973: Change non-integral to non-integer in "3.12 What's New" (#106984)
Sebastiaan Zeeff
2023-07-22
1
-1/+1
*
gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)
Hugo van Kemenade
2023-07-22
4
-99/+151
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
3
-2/+35
*
gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)
qqwqqw689
2023-07-21
1
-21/+25
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
42
-192/+192
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
37
-107/+107
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
39
-276/+294
*
Docs: Argument Clinic: Add Background and Tutorial top-level sections (#106904)
Erlend E. Aasland
2023-07-21
1
-9/+27
*
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...
Gregory P. Smith
2023-07-21
2
-33/+1
*
Fix typo in tkinter docs (#106936)
Makonede
2023-07-20
1
-1/+1
*
gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...
Jack Nelson
2023-07-19
1
-0/+3
*
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
Barney Gale
2023-07-19
1
-0/+7
*
Docs: Argument Clinic: Group guides about default values (#106872)
Erlend E. Aasland
2023-07-18
1
-20/+20
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-7/+21
*
gh-106535: Document soft deprecations in What's New In Python 3.13 (#106859)
Victor Stinner
2023-07-18
1
-0/+12
*
Docs: Normalise Argument Clinic advanced topics headings (#106842)
Erlend E. Aasland
2023-07-18
1
-49/+46
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
3
-34/+37
[next]