summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-294-4/+4
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357) (#115...Miss Islington (bot)2024-02-261-37/+37
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351) (#115...Hugo van Kemenade2024-02-251-52/+53
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115...Miss Islington (bot)2024-02-171-42/+43
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (GH-115575) (#115...Miss Islington (bot)2024-02-171-9/+13
* [3.12] gh-100734: What's New in 3.x: Add missing detail from 3.x branch (GH-1...Miss Islington (bot)2024-02-157-0/+325
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-1...Hugo van Kemenade2024-02-124-91/+95
* [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (G...Hugo van Kemenade2024-02-048-91/+91
* [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725)Serhiy Storchaka2024-01-291-2/+2
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114...Miss Islington (bot)2024-01-291-70/+70
* [3.12] gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (GH-1...Miss Islington (bot)2024-01-281-0/+26
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...Hugo van Kemenade2024-01-273-43/+43
* [3.12] gh-111301: Advertise importlib methods removal in What's new in Python...Miss Islington (bot)2024-01-181-0/+12
* [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)Miss Islington (bot)2024-01-103-4/+4
* [3.12] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-...Hugo van Kemenade2024-01-092-81/+75
* [3.12] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...Miss Islington (bot)2024-01-051-2/+2
* [3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...Miss Islington (bot)2024-01-057-55/+55
* [3.12] Document the `co_lines` method on code objects (#113682) (#113686)Alex Waygood2024-01-031-2/+4
* [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) ...Hugo van Kemenade2024-01-0312-39/+39
* [3.12] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629...Hugo van Kemenade2024-01-022-4/+4
* [3.12] GH- gh-111700: Fix syntax highlighting for C code in the "What's New I...Miss Islington (bot)2024-01-011-1/+3
* [3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-315-11/+11
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) (#113...Hugo van Kemenade2023-12-141-139/+139
* [3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)Miss Islington (bot)2023-12-131-1/+1
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-131-5/+6
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-135-6/+6
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-125-13/+17
* [3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-092-3/+4
* [3.12] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-082-4/+5
* [3.12] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are re...Alex Waygood2023-12-071-3/+3
* [3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_i...Eric Snow2023-12-071-0/+9
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-064-7/+10
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-055-9/+11
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-032-3/+5
* [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...Irit Katriel2023-12-031-4/+3
* [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...Miss Islington (bot)2023-11-301-1/+4
* [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-272-5/+5
* [3.12] Move What's New In Python 3.12 entries to the right section (GH-112447...Miss Islington (bot)2023-11-271-7/+8
* [3.12] gh-94309: "What's new in Python 3.12": improve deprecation notice for ...Miss Islington (bot)2023-11-171-2/+3
* [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Py...Hugo van Kemenade2023-10-311-0/+3
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-272-2/+13
* [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)Miss Islington (bot)2023-10-231-1/+1
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-193-28/+28
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-193-8/+8
* [3.12] GH-107518: Remove the Argument Clinic How-To (#109900) (#110760)Erlend E. Aasland2023-10-121-1/+1
* [3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...Ezio Melotti2023-10-116-191/+191
* [3.12] Fix typo in py312 whatsnew: add missing closing paren (GH-110255) (#11...Miss Islington (bot)2023-10-031-1/+1
* [3.12] Fix typos in docs and comments (#109619) (#109621)Alex Waygood2023-10-022-2/+2
* [3.12] 3.12 What's New: Remove duplicate "up to" (GH-110219) (#110220)Miss Islington (bot)2023-10-021-1/+1
* [3.12] GH-109190: Announce final release in What's New in Python 3.12 (GH-110...Miss Islington (bot)2023-10-021-1/+1