COMMITS
/ Doc/library/functions.rst April 12, 2026
R
gh-100305: Deemphasize that `ast.literal_eval` is safe in `eval` documentation (#100326)
Ram Vikram Singh committed
April 1, 2026
P
Docs: Use !r in __repr__ example (gh-146273)
Peter Sutton committed
March 11, 2026
S
Warn that overriding `__builtins__` for `eval` is not a security mechanism (GH-145773)
Stan Ulbrych committed
March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
March 5, 2026
V
gh-141510: Complete What's New in Python 3.15 for frozendict (#145537)
Victor Stinner committed
V
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
Victor Stinner committed
February 4, 2026
P
gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985)
Petr Viktorin committed
January 12, 2026
G
gh-140806: add docs for `enum.bin` function (#140807)
Guo Ci committed
December 13, 2025
D
gh-142411: Change documentation to reflect the new docstring adjustments in 3.13 (#142413)
decorator-factory committed
J
gh-142568: Fix eval() docs to use 'source' parameter name (#142644)
Joshua Ward committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
November 10, 2025
Y
gh-141343: Fix swapped words in `sorted` doc (GH-141348)
Yongzi Li committed
August 25, 2025
S
gh-137609: Update signatures of builtins in the documentation (GH-137610)
Serhiy Storchaka committed
August 13, 2025
S
gh-64612: Remove error handlers list under `open()` (GH-137304)
Stan Ulbrych committed
S
gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)
Serhiy Storchaka committed
August 11, 2025
E
gh-131885: Use positional-only markers for ``max()`` and ``min()`` (#131868)
Evan Kohilas committed
K
gh-125897: Mark range function parameters as positional only (#125945)
Konstantin Baikov committed
August 7, 2025
S
gh-130102: drop "require numeric arguments" from pow() docs (#137456)
Sergey B Kirpichev committed
June 25, 2025
R
Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393)
Rob Reynolds committed
May 21, 2025
Y
gh-110631: Fix some incorrect indents in the documentation (#129312)
Yuki Kobayashi committed
March 7, 2025
November 4, 2024
N
gh-119793: Add optional length-checking to `map()` (GH-120471)
Nice Zombies committed
October 30, 2024
F
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder committed
D
gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)
Daniel Ruf committed
October 21, 2024
S
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka committed
October 11, 2024
R
Fix typo in ``Doclibrary/functions.rst`` (#125327)
Rafael Fontenelle committed
October 8, 2024
A
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan committed
September 25, 2024
September 5, 2024
P
gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417)
Pieter Eendebak committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
August 28, 2024
B
gh-101860: document `property.__name__` (GH-123399)
Bénédikt Tran committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 18, 2024
B
gh-121874: Define audit-event open parameters consistently (GH-121883)
Bernhard M. Wiedemann committed
July 15, 2024
S
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka committed
July 5, 2024
S
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev committed
June 7, 2024
A
gh-110383: Clarify "non-integral" wording in pow() docs (#119688)
Aditya Borikar committed
June 2, 2024
M
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson committed
May 30, 2024
S
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Serhiy Storchaka committed
S
gh-109218: Improve documentation for the complex() constructor (GH-119687)
Serhiy Storchaka committed
May 22, 2024
A
DOCS: fix error in exec namespace note (gh-119378)
Alyssa Coghlan committed
May 21, 2024
A
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan committed
May 20, 2024
H
DOCS: Suggest always calling exec with a globals argument and no locals argument (GH-119235)
Hood Chatham committed
May 6, 2024
A
gh-74929: locals() documentation update for PEP 667 (#118265)
Alyssa Coghlan committed
May 2, 2024
R
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard committed
S
gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)
Serhiy Storchaka committed
February 28, 2024
E
gh-78612: Mark up eval() using param list (#115212)
Erlend E. Aasland committed
February 25, 2024
O
Add an example of of custom `__repr__` (#112761)
Oh seungmin committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed