summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)Hugo van Kemenade2024-05-261-1/+1
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-151-5/+3
* [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-291-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-1...Hugo van Kemenade2024-02-121-83/+87
* [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (G...Hugo van Kemenade2024-02-041-22/+22
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...Hugo van Kemenade2024-01-271-1/+1
* [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)Miss Islington (bot)2024-01-101-1/+1
* [3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...Miss Islington (bot)2024-01-051-3/+3
* [3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-311-2/+2
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-131-1/+1
* [3.12] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-081-2/+3
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-061-1/+1
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-031-1/+2
* [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-271-2/+2
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-191-4/+4
* [3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...Ezio Melotti2023-10-111-1/+1
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-221-5/+5
* [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...Miss Islington (bot)2023-08-171-6/+6
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-231-1/+1
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-3/+3
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-1/+1
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-221-1/+1
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+1
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-2/+2
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-2/+2
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-4/+4
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-251-1/+1
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-3/+3
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-2/+2
* gh-87670: Add web.archive redirects from effbot (GH-92816)Stanley2022-05-161-1/+1
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-281-4/+4
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-1/+1
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-3/+3
* bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)Ned Deily2018-06-111-0/+179
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-151-1/+1
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-3/+3
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-2/+2
* Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-301-2/+2
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-13/+13
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-5/+5
* Minor spelling fixesMartin Panter2016-08-201-1/+1
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-2/+3
* issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca...Senthil Kumaran2016-06-051-2/+32
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-5/+5
* Issue #26638: Fix links to some CLI options and section headingsMartin Panter2016-04-161-4/+4
* Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-111-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-2/+2
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1