summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)Jocelyn Castellano2023-07-221-1/+1
* gh-106320: Document private C API removal in What's New 3.13 (#107027)Victor Stinner2023-07-221-0/+7
* Reformat code block to make it easier to read (#106965)Joe Kaufeld2023-07-221-5/+14
* gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)Sebastiaan Zeeff2023-07-222-2/+2
* gh-106996: Amend the introduction to the turtle graphics documentation (#106997)Daniele Procida2023-07-221-3/+21
* gh-106976:alphabetise bullets by module name task1 (#106982)littlebutt's workshop2023-07-221-25/+28
* gh-106973: Change non-integral to non-integer in "3.12 What's New" (#106984)Sebastiaan Zeeff2023-07-221-1/+1
* gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)Hugo van Kemenade2023-07-224-99/+151
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-213-2/+35
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)qqwqqw6892023-07-211-21/+25
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2142-192/+192
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-2137-107/+107
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-2139-276/+294
* Docs: Argument Clinic: Add Background and Tutorial top-level sections (#106904)Erlend E. Aasland2023-07-211-9/+27
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-212-33/+1
* Fix typo in tkinter docs (#106936)Makonede2023-07-201-1/+1
* gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...Jack Nelson2023-07-191-0/+3
* GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)Barney Gale2023-07-191-0/+7
* Docs: Argument Clinic: Group guides about default values (#106872)Erlend E. Aasland2023-07-181-20/+20
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-7/+21
* gh-106535: Document soft deprecations in What's New In Python 3.13 (#106859)Victor Stinner2023-07-181-0/+12
* Docs: Normalise Argument Clinic advanced topics headings (#106842)Erlend E. Aasland2023-07-181-49/+46
* bpo-42327: C API: Add PyModule_Add() function (GH-23443)Serhiy Storchaka2023-07-183-34/+37
* gh-106780: Add __match_args__ to tutorial example (#106784)Terry Jan Reedy2023-07-171-1/+7
* Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-1...Raymond Hettinger2023-07-171-3/+8
* Fix the french used in the email documentation (GH-106279)Jean-Baptiste Poupon2023-07-162-7/+7
* Doc: fix section levels of devmode doc (#106801)Inada Naoki2023-07-161-3/+3
* Doc: devmode: add -Xdev option to example (#106253)Simone Rubino2023-07-161-1/+1
* Docs search: Replace jQuery with vanilla JavaScript (#106743)Hugo van Kemenade2023-07-161-30/+44
* Docs: Normalize Argument Clinic How-To section capitalization (#106788)Erlend E. Aasland2023-07-151-11/+18
* faq/library: remove outdated section (#105996)Mathieu Dupuy2023-07-151-35/+0
* Add more examples to the recipe docs (GH-106782)Raymond Hettinger2023-07-151-0/+2
* gh-81283: compiler: remove indent from docstring (#106411)Inada Naoki2023-07-151-0/+7
* gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...Alex Waygood2023-07-141-25/+45
* gh-106531: Remove importlib.resources._legacy (#106532)Jason R. Coombs2023-07-141-156/+0
* gh-106446: Fix failed doctest in stdtypes (#106447)Charlie Zhao2023-07-141-17/+20
* gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...Nikita Sobolev2023-07-141-1/+1
* docs: clarify Path.suffix (GH-106650)Ned Batchelder2023-07-132-4/+6
* gh-106309: Deprecate typing.no_type_check_decorator (#106312)Alex Waygood2023-07-132-15/+24
* gh-105373: Elaborate Pending Removal in What's New in Python 3.13 (#106675)Victor Stinner2023-07-121-2/+9
* Add Plausible for docs metrics (#106644)Hugo van Kemenade2023-07-121-0/+1
* gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)Mariusz Felisiak2023-07-111-2/+3
* gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)Mariusz Felisiak2023-07-111-0/+7
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-113-0/+40
* gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)Serhiy Storchaka2023-07-113-2/+49
* gh-106625 : Add missing code to tutorial 4.6 example (#106623)RustyNail2023-07-111-2/+3
* gh-103968: What's New: Add porting hints for PyType_From with metaclasses (GH...Petr Viktorin2023-07-111-1/+25
* gh-106572: Convert PyObject_DelAttr() to a function (#106611)Victor Stinner2023-07-111-0/+2
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-102-1/+33
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-102-1/+30