index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
functions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-60712: Include the "object" type in the lists of documented types (...
Miss Islington (bot)
2024-10-30
1
-3/+4
*
[3.13] gh-118633: Add warning regarding the unsafe usage of eval and exec (GH...
Miss Islington (bot)
2024-10-30
1
-0/+10
*
[3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333)
Miss Islington (bot)
2024-10-11
1
-1/+1
*
[3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088)
Miss Islington (bot)
2024-10-08
1
-3/+4
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
1
-21/+27
*
[3.13] gh-123207: Clarify the documentation for the mro lookup for super() (G...
Miss Islington (bot)
2024-09-06
1
-4/+4
*
[3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-2/+2
*
[3.13] gh-101860: document `property.__name__` (GH-123399) (#123428)
Miss Islington (bot)
2024-08-29
1
-0/+7
*
[3.13] gh-121874: Define audit-event open parameters consistently (GH-121883)...
Miss Islington (bot)
2024-08-09
1
-1/+1
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-7/+7
*
[3.13] gh-110383: Clarify "non-integral" wording in pow() docs (GH-119688) (#...
Miss Islington (bot)
2024-06-07
1
-1/+3
*
[3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...
Miss Islington (bot)
2024-05-30
1
-52/+121
*
[3.13] DOCS: fix error in exec namespace note (gh-119380)
Miss Islington (bot)
2024-05-22
1
-4/+0
*
[3.13] gh-74929: PEP 667 general docs update (gh-119291)
Miss Islington (bot)
2024-05-21
1
-35/+68
*
[3.13] DOCS: Suggest always calling exec with a globals argument and no local...
Miss Islington (bot)
2024-05-20
1
-3/+7
*
gh-74929: locals() documentation update for PEP 667 (#118265)
Alyssa Coghlan
2024-05-06
1
-9/+38
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
1
-5/+13
*
gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)
Serhiy Storchaka
2024-05-02
1
-2/+3
*
gh-78612: Mark up eval() using param list (#115212)
Erlend E. Aasland
2024-02-28
1
-5/+15
*
Add an example of of custom `__repr__` (#112761)
Oh seungmin
2024-02-25
1
-0/+10
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-4/+4
*
gh-114070: correct the specification of ``digit`` in the float() docs (#114080)
Sergey B Kirpichev
2024-01-15
1
-5/+4
*
gh-113212: Improve error message & document zero-arg super inside nested func...
Yan Yanchii
2023-12-22
1
-0/+7
*
gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)
Alex Waygood
2023-12-04
1
-46/+67
*
gh-59254: mention in open() doc that line buffering is for writing (#112318)
Irit Katriel
2023-11-24
1
-1/+1
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
1
-1/+1
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
1
-2/+2
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-15/+15
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-1/+1
*
gh-107755: Document the correct default value of slice step (GH-107756)
wim glenn
2023-09-05
1
-1/+1
*
GH-100425: Note improved commutativity in sum(). (GH-107785)
Raymond Hettinger
2023-08-08
1
-1/+1
*
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
Terry Jan Reedy
2023-08-05
1
-2/+2
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...
Owain Davies
2023-07-08
1
-1/+1
*
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK
2023-06-30
1
-16/+16
*
Add a mention of PYTHONBREAKPOINT to breakpoint() docs (#104430)
Ned Batchelder
2023-05-13
1
-0/+7
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-1/+1
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
1
-1/+1
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-1/+1
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-2/+2
*
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner
2023-05-03
1
-0/+1
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
1
-1/+1
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-1/+0
*
gh-87864: Use correct function definition syntax in the docs (#103312)
Nikita Sobolev
2023-04-11
1
-1/+1
*
gh-81762: Clarify and simplify description of print's flush param (#103264)
C.A.M. Gerlach
2023-04-05
1
-2/+3
*
gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189)
Stefan Pochmann
2023-02-24
1
-2/+2
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-0/+3
*
Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029)
JustAnotherArchivist
2023-01-14
1
-2/+2
*
gh-100428: Make int documentation more accurate (#100436)
Shantanu
2023-01-02
1
-11/+15
*
gh-100546: Remove incorrect positional-only marker from eval (#100547)
Shantanu
2023-01-01
1
-1/+1
[next]