COMMITS
/ Doc/whatsnew/3.0.rst May 8, 2025
B
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran committed
December 10, 2024
Y
gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)
Yuki Kobayashi committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
February 4, 2024
H
gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)
Hugo van Kemenade committed
January 5, 2024
H
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Hugo van Kemenade committed
December 13, 2023
A
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood committed
December 11, 2023
A
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
August 17, 2023
S
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
May 23, 2023
V
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner committed
May 3, 2023
A
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
October 30, 2016
M
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
March 31, 2016
S
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka committed
February 26, 2016
October 30, 2014
G
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl committed
October 28, 2012
G
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
Georg Brandl committed
G
Remove confusing "Release" and "Date" markers from whatsnews.
Georg Brandl committed
October 12, 2012
E
Fix links to the __next__ method.
Ezio Melotti committed
August 11, 2012
A
Issue #15527: fix docs, remove double parens by changing markup.
Andrew Svetlov committed
December 21, 2011
August 1, 2011
J
Issue #12666: Clarifying changes in map for Python 3
Jason R. Coombs committed
January 15, 2011
G
Fix a few doc errors, mostly undefined keywords.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
June 17, 2010
M
Add note about changes to the `round` function between 2.x and 3.x.
Mark Dickinson committed
February 6, 2010
G
Recorded merge of revisions 78024 via svnmerge from
Georg Brandl committed
October 3, 2009
B
isinstance(f, collections.Callable) is more correct
Benjamin Peterson committed
B
revert r75090
Benjamin Peterson committed
September 27, 2009
B
use more correct callable replacement
Benjamin Peterson committed
March 23, 2009
B
more about the file type's death #5513
Benjamin Peterson committed
February 6, 2009
G
#5173: StandardError wasn't removed in 2.6.
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
December 15, 2008
G
Use :samp: role.
Georg Brandl committed
December 6, 2008
G
cmp() is not really gone.
Georg Brandl committed
G
#4557: remove 'c' typecode from array docs and add a note in whatsnew.
Georg Brandl committed
December 5, 2008
G
Use :samp: role.
Georg Brandl committed
G
Tweak verbiage and markup for relative/absolute import. Backport candidate.
Guido van Rossum committed
December 4, 2008
G
#4521: fix getcwdu() vs getcwdb().
Georg Brandl committed
G
#4526: fix typo.
Georg Brandl committed
F
- fix markup error
Fred Drake committed
December 3, 2008
G
Remove remark about NaN==NaN, I misunderstood that issue.
Guido van Rossum committed
R
Minor edits.
Raymond Hettinger committed
C
Fixed a warning on whatsnew/3.0.rst
Christian Heimes committed