summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-60712: Include the "object" type in the lists of documented types (...Miss Islington (bot)2024-10-301-3/+4
* [3.13] gh-118633: Add warning regarding the unsafe usage of eval and exec (GH...Miss Islington (bot)2024-10-301-0/+10
* [3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333)Miss Islington (bot)2024-10-111-1/+1
* [3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088)Miss Islington (bot)2024-10-081-3/+4
* [3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-261-21/+27
* [3.13] gh-123207: Clarify the documentation for the mro lookup for super() (G...Miss Islington (bot)2024-09-061-4/+4
* [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)Wei-Hsiang (Matt) Wang2024-08-301-2/+2
* [3.13] gh-101860: document `property.__name__` (GH-123399) (#123428)Miss Islington (bot)2024-08-291-0/+7
* [3.13] gh-121874: Define audit-event open parameters consistently (GH-121883)...Miss Islington (bot)2024-08-091-1/+1
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-7/+7
* [3.13] gh-110383: Clarify "non-integral" wording in pow() docs (GH-119688) (#...Miss Islington (bot)2024-06-071-1/+3
* [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...Miss Islington (bot)2024-05-301-52/+121
* [3.13] DOCS: fix error in exec namespace note (gh-119380)Miss Islington (bot)2024-05-221-4/+0
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-211-35/+68
* [3.13] DOCS: Suggest always calling exec with a globals argument and no local...Miss Islington (bot)2024-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
* gh-81762: Clarify and simplify description of print's flush param (#103264)C.A.M. Gerlach2023-04-051-2/+3
* gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189)Stefan Pochmann2023-02-241-2/+2
* GH-84783: Make the slice object hashable (GH-101264)Furkan Onder2023-02-191-0/+3
* Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029)JustAnotherArchivist2023-01-141-2/+2
* gh-100428: Make int documentation more accurate (#100436)Shantanu2023-01-021-11/+15
* gh-100546: Remove incorrect positional-only marker from eval (#100547)Shantanu2023-01-011-1/+1