COMMITS
/ Doc/library/decimal.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
December 16, 2025
S
decimal docs: specification link and examples (#128698)
Sergey B Kirpichev committed
November 29, 2025
A
GH-121970: Remove Docutils list monkeypatch (#142056)
Adam Turner committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
M
Add missing backticks in os and decimal docs (#141699)
Mariusz Felisiak committed
October 26, 2025
S
gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)
Stan Ulbrych committed
August 18, 2025
S
gh-131885: Use positional-only markers for the ``decimal`` module (#131990)
Semyon Moroz committed
May 20, 2025
Y
gh-101100: Fix Sphinx warnings in `library/decimal.rst` (#134303)
Yuki Kobayashi committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 28, 2025
S
gh-53032: support IEEE 754 contexts in the decimal module (#122003)
Sergey B Kirpichev committed
April 24, 2025
S
gh-128185: Align Decimal docs with spec (case irrelevant for nan/inf) (#128323)
Sergey B Kirpichev committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
February 4, 2025
S
Use roles :data: and :const: for referencing module variables (GH-129507)
Serhiy Storchaka committed
January 2, 2025
October 14, 2024
S
gh-121798: Add class method Decimal.from_number() (GH-121801)
Serhiy Storchaka committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 12, 2024
O
gh-101575: document Decimal.__round__() (GH-101737)
Owain Davies committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 12, 2024
H
Fix version directive indents (#117719)
Hugo van Kemenade committed
March 5, 2024
S
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka committed
October 11, 2023
E
gh-110631: Fix reST indentation (#110724)
Ezio Melotti committed
June 27, 2023
R
GH-105774: Clarify operation of normalize() (GH-106093)
Raymond Hettinger committed
June 6, 2023
V
gh-105373: Fix decimal documentation formatting (#105395)
Victor Stinner committed
April 24, 2023
R
Removed unnecessary escaping of asterisks (#103714)
Richard Hajek committed
February 25, 2023
H
gh-101100: Fix Sphinx warnings in `decimal` module (#102125)
Hugo van Kemenade committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 19, 2022
A
April 22, 2022
S
April 12, 2021
V
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
October 7, 2020
R
October 1, 2020
R
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire committed
July 19, 2020
S
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
June 9, 2020
S
Remove reference to 3.7 and 3.8 backports. (GH-20754)
Stefan Krah committed
February 29, 2020
S
Mention backports (GH-18715)
Stefan Krah committed
S
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah committed
February 23, 2020
S
bpo-39576: Clarify the word size for the 32-bit build. (#18616)
Stefan Krah committed
February 21, 2020
S
bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594)
Stefan Krah committed
February 2, 2019
C
bpo-26256: Document algorithm speed for the Decimal module. (#4808)
Cheryl Sabella committed
April 13, 2017
M
bpo-30055: add testcleanup to leave a fresh context (#1094)
Marco Buttu committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
August 13, 2016
R
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
Raymond Hettinger committed
July 29, 2016
M
Issue #26462: Merge code block fixes from 3.5
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed