summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-1/+1
* [3.11] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111227)Miss Islington (bot)2023-10-231-1/+1
* [3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-193-28/+28
* [3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-193-8/+8
* [3.11] GH-107518: Remove the Argument Clinic How-To (#109900) (#110761)Erlend E. Aasland2023-10-121-1/+1
* [3.11] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...Ezio Melotti2023-10-115-182/+182
* [3.11] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-09-301-3/+3
* [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...Adam Turner2023-09-291-1/+1
* [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)Serhiy Storchaka2023-09-296-9/+9
* [3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)Victor Stinner2023-09-271-1/+1
* [3.11] GH-95913: Add the release date for Python 3.11 (GH-109750) (#109772)Miss Islington (bot)2023-09-232-2/+1
* [3.11] Docs: Update Donghee Na's name (GH-109743) (#109759)Hugo van Kemenade2023-09-234-31/+31
* [3.11] Fix typos in docs and comments (#109619) (#109622)Alex Waygood2023-09-201-1/+1
* [3.11] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-1...Miss Islington (bot)2023-08-231-0/+4
* [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Serhiy Storchaka2023-08-2215-66/+66
* [3.11] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-214-51/+51
* [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...Serhiy Storchaka2023-08-178-15/+15
* [3.11] gh-99079: add What's New item (GH-107482)Ned Deily2023-07-311-0/+9
* [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Miss Islington (bot)2023-07-291-1/+1
* [3.11] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107417)Serhiy Storchaka2023-07-292-15/+15
* [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)Miss Islington (bot)2023-07-281-10/+10
* [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-282-3/+3
* [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-283-5/+5
* [3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)Serhiy Storchaka2023-07-271-1/+1
* [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)Miss Islington (bot)2023-07-264-4/+4
* [3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311)Serhiy Storchaka2023-07-262-2/+2
* [3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...Erlend E. Aasland2023-07-232-4/+4
* [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121)Serhiy Storchaka2023-07-232-2/+2
* [3.11] gh-106969: Indicate no modules were added in 3.10 (GH-106988) (#107093)Moritz Neeb2023-07-231-1/+1
* [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-233-4/+4
* [3.11] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-2/+2
* [3.11] gh-100700 Remove Date and Release fields in past whatsnews (GH-100728)...Oliver Rew2023-07-221-2/+0
* [3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-2111-59/+59
* [3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-219-52/+52
* [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-2110-26/+26
* [3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-271-0/+4
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-0213-23/+23
* [3.11] gh-100458: Clarify Enum.__format__() change of mixed-in types in the w...Miss Islington (bot)2023-05-011-13/+5
* [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Petr Viktorin2023-04-281-0/+16
* [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683)Rafael Fontenelle2023-04-232-2/+2
* gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)Miss Islington (bot)2023-03-221-15/+7
* [3.11] gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) (GH-...Miss Islington (bot)2023-03-071-77/+109
* [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...Serhiy Storchaka2023-01-101-13/+0
* gh-100700: Remove Date and Release fields in past whatsnews (GH-100729)Zachary Ware2023-01-032-4/+0
* Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179)Miss Islington (bot)2022-12-171-1/+1
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)Miss Islington (bot)2022-11-291-1/+2
* [3.11] Change links to label refs (GH-98454) (#98725)Stanley2022-10-263-3/+5
* fix a typo in whatsnew/3.11 (GH-98603)Miss Islington (bot)2022-10-251-1/+1
* Fix typos in deprecation section of 3.11 What's New (GH-98628)Miss Islington (bot)2022-10-251-3/+3
* gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)Miss Islington (bot)2022-10-251-20/+43