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
*
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
*
GH-100101: Clarify documentation of zip's strict option (GH-100103)
JustAnotherArchivist
2022-12-28
1
-4/+14
*
gh-100428: Make float documentation more accurate (#100437)
Shantanu
2022-12-24
1
-9/+12
*
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger
2022-12-23
1
-0/+4
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+1
*
Doc: Make functions.html readable again. (GH-99476)
Julien Palard
2022-11-19
1
-60/+60
*
gh-94286 Fix documentation of print default param (GH-94297)
Nouran Ali
2022-11-06
1
-1/+1
*
gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...
Julien Palard
2022-10-15
1
-65/+84
*
gh-64921: Clarify wording for open()'s newline arg (#96171)
Stanley
2022-10-07
1
-2/+2
*
gh-96397: Document that attributes need not be identifiers (#96454)
Jeff Allen
2022-09-29
1
-0/+8
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-1/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+7
*
gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)
Dong-hee Na
2022-08-26
1
-0/+2
*
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
Dong-hee Na
2022-08-26
1
-1/+1
*
gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...
Dong-hee Na
2022-08-24
1
-0/+2
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner
2022-06-21
1
-1/+1
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka
2022-05-21
1
-0/+1
*
bpo-39229: fix formatting in library/functions.rst (#17857)
Rafael Fontenelle
2022-05-08
1
-2/+2
*
gh-92203: Add closure support to exec(). (#92204)
larryhastings
2022-05-06
1
-1/+9
*
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger
2022-05-06
1
-0/+5
*
gh-81488: Add recursive wording for issubclass docs (#92087)
slateny
2022-05-01
1
-1/+2
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
1
-1/+2
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-6/+5
*
bpo-30718: Add information about text buffering (GH-32351)
slateny
2022-04-20
1
-1/+5
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+3
*
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Nikita Sobolev
2022-01-26
1
-1/+1
*
Add Positional only arguments forward slash (/) to sorted() function in Built...
Vivek Vashist
2021-12-15
1
-1/+1
*
bpo-19737: Improved the documentation for globals (GH-29823)
180909
2021-12-11
1
-3/+3
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-6/+3
[next]