index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
2.7.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Hugo van Kemenade
2024-05-26
1
-1/+1
*
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade
2024-04-15
1
-5/+3
*
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-1...
Hugo van Kemenade
2024-02-12
1
-83/+87
*
[3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (G...
Hugo van Kemenade
2024-02-04
1
-22/+22
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...
Hugo van Kemenade
2024-01-27
1
-1/+1
*
[3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)
Miss Islington (bot)
2024-01-10
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...
Miss Islington (bot)
2024-01-05
1
-3/+3
*
[3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...
Hugo van Kemenade
2023-12-31
1
-2/+2
*
[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Miss Islington (bot)
2023-12-13
1
-1/+1
*
[3.12] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
1
-2/+3
*
[3.12] gh-101100: Improve documentation of code object attributes (#112781) (...
Alex Waygood
2023-12-06
1
-1/+1
*
[3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...
Miss Islington (bot)
2023-12-03
1
-1/+2
*
[3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...
Miss Islington (bot)
2023-11-27
1
-2/+2
*
[3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
1
-4/+4
*
[3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...
Ezio Melotti
2023-10-11
1
-1/+1
*
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...
Miss Islington (bot)
2023-08-22
1
-5/+5
*
[3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...
Miss Islington (bot)
2023-08-17
1
-6/+6
*
[3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Miss Islington (bot)
2023-07-23
1
-1/+1
*
[3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-3/+3
*
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
GH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle
2023-04-22
1
-1/+1
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+1
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-2/+2
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-2/+2
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-4/+4
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
1
-1/+1
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-3/+3
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-2/+2
*
gh-87670: Add web.archive redirects from effbot (GH-92816)
Stanley
2022-05-16
1
-1/+1
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
1
-4/+4
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-3/+3
*
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)
Ned Deily
2018-06-11
1
-0/+179
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
1
-1/+1
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
1
-1/+1
*
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana
2017-12-06
1
-3/+3
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
1
-2/+2
*
Issue #26638: Work around more CLI options that can’t be linked
Martin Panter
2016-10-30
1
-2/+2
*
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter
2016-10-30
1
-13/+13
*
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
1
-5/+5
*
Minor spelling fixes
Martin Panter
2016-08-20
1
-1/+1
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-2/+3
*
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca...
Senthil Kumaran
2016-06-05
1
-2/+32
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-5/+5
*
Issue #26638: Fix links to some CLI options and section headings
Martin Panter
2016-04-16
1
-4/+4
*
Issue #25910: Fixed more links in the docs.
Serhiy Storchaka
2016-04-11
1
-1/+1
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-2/+2
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
[next]