COMMITS
/ Doc/library/functions.rst 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
January 15, 2024
S
gh-114070: correct the specification of ``digit`` in the float() docs (#114080)
Sergey B Kirpichev committed
December 22, 2023
December 4, 2023
A
gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)
Alex Waygood committed
November 24, 2023
I
gh-59254: mention in open() doc that line buffering is for writing (#112318)
Irit Katriel committed
October 27, 2023
R
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163)
Raymond Hettinger committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
September 23, 2023
S
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka committed
September 5, 2023
W
gh-107755: Document the correct default value of slice step (GH-107756)
wim glenn committed
August 8, 2023
R
GH-100425: Note improved commutativity in sum(). (GH-107785)
Raymond Hettinger committed
August 5, 2023
T
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
Terry Jan Reedy committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
July 8, 2023
O
gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883)
Owain Davies committed
June 30, 2023
F
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK committed
May 13, 2023
N
Add a mention of PYTHONBREAKPOINT to breakpoint() docs (#104430)
Ned Batchelder committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner committed
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
May 3, 2023
A
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner committed
T
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann committed