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-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
*
gh-106780: Add __match_args__ to tutorial example (#106784)
Terry Jan Reedy
2023-07-17
1
-1/+7
*
Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-1...
Raymond Hettinger
2023-07-17
1
-3/+8
*
Fix the french used in the email documentation (GH-106279)
Jean-Baptiste Poupon
2023-07-16
2
-7/+7
*
Doc: fix section levels of devmode doc (#106801)
Inada Naoki
2023-07-16
1
-3/+3
*
Doc: devmode: add -Xdev option to example (#106253)
Simone Rubino
2023-07-16
1
-1/+1
*
Docs search: Replace jQuery with vanilla JavaScript (#106743)
Hugo van Kemenade
2023-07-16
1
-30/+44
*
Docs: Normalize Argument Clinic How-To section capitalization (#106788)
Erlend E. Aasland
2023-07-15
1
-11/+18
*
faq/library: remove outdated section (#105996)
Mathieu Dupuy
2023-07-15
1
-35/+0
*
Add more examples to the recipe docs (GH-106782)
Raymond Hettinger
2023-07-15
1
-0/+2
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-0/+7
*
gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...
Alex Waygood
2023-07-14
1
-25/+45
*
gh-106531: Remove importlib.resources._legacy (#106532)
Jason R. Coombs
2023-07-14
1
-156/+0
*
gh-106446: Fix failed doctest in stdtypes (#106447)
Charlie Zhao
2023-07-14
1
-17/+20
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-1/+1
*
docs: clarify Path.suffix (GH-106650)
Ned Batchelder
2023-07-13
2
-4/+6
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
2
-15/+24
*
gh-105373: Elaborate Pending Removal in What's New in Python 3.13 (#106675)
Victor Stinner
2023-07-12
1
-2/+9
*
Add Plausible for docs metrics (#106644)
Hugo van Kemenade
2023-07-12
1
-0/+1
*
gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
Mariusz Felisiak
2023-07-11
1
-2/+3
*
gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)
Mariusz Felisiak
2023-07-11
1
-0/+7
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
3
-0/+40
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
3
-2/+49
*
gh-106625 : Add missing code to tutorial 4.6 example (#106623)
RustyNail
2023-07-11
1
-2/+3
*
gh-103968: What's New: Add porting hints for PyType_From with metaclasses (GH...
Petr Viktorin
2023-07-11
1
-1/+25
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-0/+2
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
2
-1/+33
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
2
-1/+30
[next]