summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-119793: Add optional length-checking to `map()` (GH-120471)Nice Zombies2024-11-041-3/+8
* gh-60712: Include the "object" type in the lists of documented types (GH-103036)Furkan Onder2024-10-301-3/+4
* gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)Daniel Ruf2024-10-301-0/+10
* gh-125767: Fix pickling and copying of super objects (GH-125781)Serhiy Storchaka2024-10-211-0/+4
* Fix typo in ``Doclibrary/functions.rst`` (#125327)Rafael Fontenelle2024-10-111-1/+1
* gh-70870: Clarify dual usage of 'free variable' (#122545)Alyssa Coghlan2024-10-081-3/+4
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-21/+27
* gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417)Pieter Eendebak2024-09-051-4/+4
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-2/+2
* gh-101860: document `property.__name__` (GH-123399)Bénédikt Tran2024-08-281-0/+7
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-7/+7
* gh-121874: Define audit-event open parameters consistently (GH-121883)Bernhard M. Wiedemann2024-07-181-1/+1
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-151-0/+4
* gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)Sergey B Kirpichev2024-07-051-0/+4
* gh-110383: Clarify "non-integral" wording in pow() docs (#119688)Aditya Borikar2024-06-071-1/+3
* gh-119740: Remove deprecated trunc delegation (#119743)Mark Dickinson2024-06-021-6/+5
* gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)Serhiy Storchaka2024-05-301-0/+4
* gh-109218: Improve documentation for the complex() constructor (GH-119687)Serhiy Storchaka2024-05-301-52/+121
* DOCS: fix error in exec namespace note (gh-119378)Alyssa Coghlan2024-05-221-4/+0
* gh-74929: PEP 667 general docs update (gh-119201)Alyssa Coghlan2024-05-211-35/+68
* DOCS: Suggest always calling exec with a globals argument and no locals argum...Hood Chatham2024-05-201-3/+7
* gh-74929: locals() documentation update for PEP 667 (#118265)Alyssa Coghlan2024-05-061-9/+38
* gh-105879: Add support for keyword arguments to eval and exec (#105885)Raphael Gaschignard2024-05-021-5/+13
* gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)Serhiy Storchaka2024-05-021-2/+3
* gh-78612: Mark up eval() using param list (#115212)Erlend E. Aasland2024-02-281-5/+15
* Add an example of of custom `__repr__` (#112761)Oh seungmin2024-02-251-0/+10
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-221-4/+4
* gh-114070: correct the specification of ``digit`` in the float() docs (#114080)Sergey B Kirpichev2024-01-151-5/+4
* gh-113212: Improve error message & document zero-arg super inside nested func...Yan Yanchii2023-12-221-0/+7
* gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)Alex Waygood2023-12-041-46/+67
* gh-59254: mention in open() doc that line buffering is for writing (#112318)Irit Katriel2023-11-241-1/+1
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-271-1/+1
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-191-2/+2
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-15/+15
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-1/+1
* gh-107755: Document the correct default value of slice step (GH-107756)wim glenn2023-09-051-1/+1
* GH-100425: Note improved commutativity in sum(). (GH-107785)Raymond Hettinger2023-08-081-1/+1
* gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)Terry Jan Reedy2023-08-051-2/+2
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-1/+1
* gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...Owain Davies2023-07-081-1/+1
* gh-101100: Docs: Fix references to several numeric dunders (#106278)F3eQnxN3RriK2023-06-301-16/+16
* Add a mention of PYTHONBREAKPOINT to breakpoint() docs (#104430)Ned Batchelder2023-05-131-0/+7
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-1/+1
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-2/+2
* GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)Adam Turner2023-05-031-0/+1
* gh-82012: Deprecate bitwise inversion (~) of bool (#103487)Tim Hoffmann2023-05-031-1/+1
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-1/+0
* gh-87864: Use correct function definition syntax in the docs (#103312)Nikita Sobolev2023-04-111-1/+1