summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] DOCS: Suggest always calling exec with a globals argument and no local...Miss Islington (bot)2024-05-201-3/+7
* [3.12] gh-78612: Mark up eval() using param list (GH-115212) (#116044)Miss Islington (bot)2024-05-071-5/+15
* [3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-11...Miss Islington (bot)2024-05-021-2/+3
* [3.12] Add an example of of custom `__repr__` (GH-112761) (#115900)Miss Islington (bot)2024-02-251-0/+10
* [3.12] Docs: align usage of versionadded/versionchanged with recommended prac...Erlend E. Aasland2024-01-231-4/+4
* [3.12] gh-114070: correct the specification of ``digit`` in the float() docs ...Miss Islington (bot)2024-01-151-5/+4
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...Miss Islington (bot)2023-12-041-46/+67
* [3.12] gh-59254: mention in open() doc that line buffering is for writing (GH...Miss Islington (bot)2023-11-241-1/+1
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-191-2/+2
* [3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)Miss Islington (bot)2023-10-111-15/+15
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-241-1/+1
* [3.12] gh-107755: Document the correct default value of slice step (GH-107756...Miss Islington (bot)2023-09-081-1/+1
* [3.12] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107...Miss Islington (bot)2023-08-061-2/+2
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-1/+1
* [3.12] gh-101880: add link to object.__hash__() in hash() builtin documentati...Miss Islington (bot)2023-07-081-1/+1
* [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...Miss Islington (bot)2023-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
* GH-100101: Clarify documentation of zip's strict option (GH-100103)JustAnotherArchivist2022-12-281-4/+14
* gh-100428: Make float documentation more accurate (#100437)Shantanu2022-12-241-9/+12
* GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)Raymond Hettinger2022-12-231-0/+4
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+1
* Doc: Make functions.html readable again. (GH-99476)Julien Palard2022-11-191-60/+60
* gh-94286 Fix documentation of print default param (GH-94297)Nouran Ali2022-11-061-1/+1
* gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...Julien Palard2022-10-151-65/+84
* gh-64921: Clarify wording for open()'s newline arg (#96171)Stanley2022-10-071-2/+2
* gh-96397: Document that attributes need not be identifiers (#96454)Jeff Allen2022-09-291-0/+8
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-191-1/+1
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+7
* gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)Dong-hee Na2022-08-261-0/+2
* gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)Dong-hee Na2022-08-261-1/+1
* gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...Dong-hee Na2022-08-241-0/+2
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Adam Turner2022-06-211-1/+1
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-211-0/+1
* bpo-39229: fix formatting in library/functions.rst (#17857)Rafael Fontenelle2022-05-081-2/+2
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-061-1/+9
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-061-0/+5