summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...Miss Islington (bot)2023-08-178-15/+15
* [3.12] gh-107891: Fix typo in 3.12 whatsnew (GH-107892) (#107893)Miss Islington (bot)2023-08-141-1/+1
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-041-0/+5
* [3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107...Miss Islington (bot)2023-07-311-0/+7
* [3.12] gh-99113: Add a What's New Entry for PEP 684 (gh-107520) (gh-107523)Miss Islington (bot)2023-07-311-0/+40
* [3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH...Miss Islington (bot)2023-07-311-0/+4
* [3.12] GH-101291: Add warning to "what's new" that `PyLongObject` internals h...Miss Islington (bot)2023-07-311-0/+11
* [3.12] gh-99079: add What's New item (GH-107481)Ned Deily2023-07-311-0/+2
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-1/+1
* [3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416)Serhiy Storchaka2023-07-292-15/+15
* [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)Miss Islington (bot)2023-07-281-10/+10
* [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-282-3/+3
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-283-5/+5
* [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)Serhiy Storchaka2023-07-271-1/+1
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-264-4/+4
* [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)Miss Islington (bot)2023-07-262-2/+2
* [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107...Miss Islington (bot)2023-07-231-1/+3
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-232-4/+4
* [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)Miss Islington (bot)2023-07-232-2/+2
* [3.12] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) (...Moritz Neeb2023-07-232-2/+2
* [3.12] gh-106976: alphabetise bullets by module name task2-3 (GH-107005) (#10...Miss Islington (bot)2023-07-231-237/+237
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-234-5/+5
* [3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-2/+2
* [3.12] gh-106973: Change non-integral to non-integer in "3.12 What's New" (GH...Miss Islington (bot)2023-07-221-1/+1
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-2110-53/+53
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-2112-61/+61
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-2111-38/+38
* [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...Gregory P. Smith2023-07-211-8/+0
* [3.12] gh-103968: What's New: Add porting hints for PyType_From with metaclas...Miss Islington (bot)2023-07-111-1/+25
* [3.12] gh-102988: Detect email address parsing errors and return empty tuple ...Miss Islington (bot)2023-07-101-0/+8
* [3.12] gh-105256: What's New note for comprehension over locals() (GH-106378)...Miss Islington (bot)2023-07-061-0/+6
* [3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)Miss Islington (bot)2023-06-301-0/+1
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-261-8/+0
* [3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)Miss Islington (bot)2023-06-251-1/+15
* [3.12] gh-104212: Explain how to port imp code to importlib (GH-105905) (#105...Miss Islington (bot)2023-06-201-1/+32
* [3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...Miss Islington (bot)2023-06-141-0/+5
* [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)Miss Islington (bot)2023-06-131-0/+2
* [3.12] gh-105713: Document that tokenize raises when mixing tabs/spaces (GH-1...Miss Islington (bot)2023-06-131-0/+3
* [3.12] gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105553)Victor Stinner2023-06-091-9/+0
* [3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...Miss Islington (bot)2023-06-071-5/+6
* [3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)Victor Stinner2023-06-061-0/+9
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-062-2/+2
* [3.12] What's New in 3.12: List 'Improved Modules' alphabetically (GH-105315)...Hugo van Kemenade2023-06-051-107/+107
* [3.12] Clarify that error messages are better with PEP 701 (GH-105150) (#105169)Miss Islington (bot)2023-06-051-0/+25
* [3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282)Miss Islington (bot)2023-06-041-2/+2
* [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)Erlend E. Aasland2023-06-011-0/+4
* [3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) (#105143)Miss Islington (bot)2023-05-311-0/+7
* [3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section ...Miss Islington (bot)2023-05-311-0/+3
* [3.12] Document PEP 698 and other new typing features in What's New (GH-10495...Miss Islington (bot)2023-05-281-6/+37
* [3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-281-1/+2