summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)Victor Stinner2023-08-161-1/+3
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-151-0/+5
* gh-107891: Fix typo in 3.12 whatsnew (#107892)wookie1842023-08-121-1/+1
* GH-100425: Note improved commutativity in sum(). (GH-107785)Raymond Hettinger2023-08-081-2/+2
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-041-0/+5
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-021-0/+5
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-011-0/+7
* gh-99113: Add a What's New Entry for PEP 684 (gh-107520)Eric Snow2023-07-311-0/+40
* gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)Eric Snow2023-07-311-0/+7
* gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)Jacob Walls2023-07-311-0/+4
* gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)Michael The2023-07-311-0/+6
* gh-107369: optimize textwrap.indent() (#107374)Inada Naoki2023-07-291-1/+2
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-1/+1
* gh-107091: Fix some uses of :func: role (GH-107378)Serhiy Storchaka2023-07-292-15/+15
* GH-101291: Add warning to "what's new" that `PyLongObject` internals have cha...Mark Shannon2023-07-281-0/+11
* gh-107091: Fix some uses of :const: role (GH-107379)Serhiy Storchaka2023-07-281-10/+10
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-272-3/+3
* gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 (#107350)Victor Stinner2023-07-271-7/+0
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-1/+1
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-273-5/+5
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-264-4/+4
* gh-107091: Fix some uses of :c:member: role (GH-107129)Serhiy Storchaka2023-07-262-2/+2
* gh-105291: Add link to migration guide for distutils (#107130)cLupus2023-07-231-1/+3
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-232-4/+4
* gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)Dong-hee Na2023-07-231-0/+7
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-232-2/+2
* gh-106976: alphabetise bullets by module name task2-3 (#107005)littlebutt's workshop2023-07-231-237/+237
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-225-10/+10
* gh-107008: Document the curses module variables LINES and COLS (GH-107011)Serhiy Storchaka2023-07-221-2/+2
* gh-106967: remove Release and Date fields from whatsnew for 3.12 and 3.13 (#1...Oliver Rew2023-07-222-4/+2
* gh-106320: Document private C API removal in What's New 3.13 (#107027)Victor Stinner2023-07-221-0/+7
* gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)Sebastiaan Zeeff2023-07-222-2/+2
* 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-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-211-0/+7
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2112-61/+61
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-2110-53/+53
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-2112-40/+40
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-211-8/+0
* gh-106535: Document soft deprecations in What's New In Python 3.13 (#106859)Victor Stinner2023-07-181-0/+12
* bpo-42327: C API: Add PyModule_Add() function (GH-23443)Serhiy Storchaka2023-07-181-0/+5
* gh-81283: compiler: remove indent from docstring (#106411)Inada Naoki2023-07-151-0/+7
* gh-106309: Deprecate typing.no_type_check_decorator (#106312)Alex Waygood2023-07-131-0/+4
* gh-105373: Elaborate Pending Removal in What's New in Python 3.13 (#106675)Victor Stinner2023-07-121-2/+9
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-111-0/+8
* gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)Serhiy Storchaka2023-07-111-0/+8
* gh-103968: What's New: Add porting hints for PyType_From with metaclasses (GH...Petr Viktorin2023-07-111-1/+25
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-101-0/+8
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-101-1/+2
* gh-105733: Fix ctypes What's New entry (#106576)Victor Stinner2023-07-101-1/+1