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
*
bpo-39229: fix formatting in library/functions.rst (GH-17857)
Miss Islington (bot)
2022-05-08
1
-2/+2
*
gh-81488: Add recursive wording for issubclass docs (GH-92087)
Miss Islington (bot)
2022-05-01
1
-1/+2
*
bpo-30718: Add information about text buffering (GH-32351)
Miss Islington (bot)
2022-04-20
1
-1/+5
*
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Miss Islington (bot)
2022-01-26
1
-1/+1
*
Add Positional only arguments forward slash (/) to sorted() function in Built...
Miss Islington (bot)
2021-12-15
1
-1/+1
*
bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041)
Miss Islington (bot)
2021-12-11
1
-3/+3
*
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...
Brett Cannon
2021-11-22
1
-6/+3
*
[doc] Link to section File input (GH-28941) (GH-29375)
Miss Islington (bot)
2021-11-02
1
-1/+1
*
bpo-44344: Document that pow can return a complex number for non-complex inpu...
Miss Islington (bot)
2021-10-21
1
-1/+4
*
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa
2021-09-28
1
-2/+2
*
[3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)...
Łukasz Langa
2021-09-21
1
-0/+9
*
bpo-44135: [docs] Fix inline markup (GH-28095)
Miss Islington (bot)
2021-08-31
1
-1/+1
*
bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...
Miss Islington (bot)
2021-08-31
1
-3/+3
*
bpo-44522: Fix inaccurate information in open() function (GH-27650)
Miss Islington (bot)
2021-08-09
1
-3/+3
*
Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
Miss Islington (bot)
2021-07-19
1
-38/+38
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Miss Islington (bot)
2021-05-25
1
-1/+1
*
[doc] Be more clear on super() regarding multiple base classes methods (GH-21...
Andre Delfino
2021-04-29
1
-1/+1
*
Update Sphinx directive for super from function to class (GH-25489)
Géry Ogam
2021-04-20
1
-1/+1
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-5/+10
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-0/+10
*
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...
Pablo Galindo
2021-03-23
1
-0/+2
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-25/+50
*
bpo-42840: Document providing kwargs to type. (#24173)
Erik Soma
2021-03-01
1
-1/+8
*
Improve docs of PEP 604 Union (#24301)
Ken Jin
2021-02-09
1
-2/+10
*
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
Terry Jan Reedy
2021-02-07
1
-1/+2
*
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...
Ken Jin
2021-02-02
1
-0/+14
*
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard
2021-01-25
1
-1/+1
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Борис Верховский
2021-01-22
1
-8/+9
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-1/+1
*
Clarify eval() doc from library/functions. (GH-22700)
Antoine
2020-12-16
1
-8/+9
*
bpo-42180: fix plural in arguments and control (GH-23015)
Rafael Fontenelle
2020-10-29
1
-1/+1
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Antoine
2020-10-26
1
-2/+2
*
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou
2020-10-20
1
-0/+2
*
bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
2020-10-19
1
-20/+18
*
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
2020-10-04
1
-0/+3
*
[doc] Update references to NumPy (GH-22458)
Andre Delfino
2020-10-01
1
-3/+1
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
1
-1/+1
*
Document vars behavior when __dict__ is missing (#21466)
Andre Delfino
2020-08-21
1
-0/+3
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Benjamin Kane
2020-08-08
1
-1/+2
*
Doc: Builtins functions: faster jump table (GH-21376)
Julien Palard
2020-07-09
1
-18/+32
*
Fix typo in functions.rst (GH-21131)
Ram Rachum
2020-06-25
1
-1/+1
*
bpo-40636: Documentation for zip-strict (#20961)
Ram Rachum
2020-06-19
1
-44/+84
*
Indicate that abs() method accept argument that implement __abs__(), just lik...
Windson yang
2020-05-29
1
-3/+2
*
Fix "versionchanged" for pow named arguments (GH-19042)
Mark Dickinson
2020-03-19
1
-1/+1
*
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
1
-0/+3
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
1
-4/+10
*
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p...
Victor Stinner
2020-02-19
1
-3/+0
*
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#...
idomic
2020-02-17
1
-0/+3
*
bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934)
Zac Hatfield-Dodds
2020-01-12
1
-0/+5
*
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Terry Jan Reedy
2019-12-30
1
-3/+3
[next]