summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.11] Fix more references to datetime and time classes (GH-114717) (GH-114726)Serhiy Storchaka2024-01-291-2/+2
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114...Miss Islington (bot)2024-01-291-70/+70
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...Hugo van Kemenade2024-01-271-5/+5
* [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)Serhiy Storchaka2024-01-103-4/+4
* [3.11] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-...Hugo van Kemenade2024-01-092-81/+75
* [3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...Miss Islington (bot)2024-01-051-2/+2
* [3.11] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...Miss Islington (bot)2024-01-057-55/+55
* [3.11] Document the `co_lines` method on code objects (#113682) (#113687)Alex Waygood2024-01-031-2/+4
* [3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629...Hugo van Kemenade2024-01-021-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-315-11/+11
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) (#113...Hugo van Kemenade2023-12-141-138/+138
* [3.11] Docs: Fix external link to devguide.python.org (GH-112899) (#113064)Miss Islington (bot)2023-12-131-1/+1
* [3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)Miss Islington (bot)2023-12-131-5/+6
* [3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Hugo van Kemenade2023-12-135-6/+6
* [3.11] gh-101100: Improve documentation on function attributes (#112933) (#11...Alex Waygood2023-12-125-13/+17
* [3.11] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-092-3/+4
* [3.11] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-082-4/+5
* [3.11] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are re...Alex Waygood2023-12-071-3/+3
* [3.11] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-063-5/+7
* [3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)Alex Waygood2023-12-055-9/+11
* [3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-032-3/+5
* [3.11] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-272-5/+5
* [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