summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-281-2/+2
* bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)Raymond Hettinger2021-09-211-0/+9
* bpo-37330: open() no longer accept 'U' in file mode (GH-28118)Victor Stinner2021-09-021-18/+7
* bpo-44135: [docs] Fix inline markup (GH-28095)Ken Jin2021-08-311-1/+1
* bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...Zack Kneupper2021-08-311-3/+3
* bpo-44522: Fix inaccurate information in open() function (GH-27650)meowmeowmeowcat2021-08-091-3/+3
* Clean up comma usage in Doc/library/functions.rst (#27083)α∂мιηιχтяαтσя2021-07-191-38/+38
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Mariusz Felisiak2021-05-251-1/+1
* [doc] Be more clear on super() regarding multiple base classes methods (GH-21...Andre Delfino2021-04-291-1/+1
* Update Sphinx directive for super from function to class (GH-25489)Géry Ogam2021-04-201-1/+1
* bpo-43682: Make staticmethod objects callable (GH-25117)Victor Stinner2021-04-111-5/+10
* bpo-43682: @staticmethod inherits attributes (GH-25268)Victor Stinner2021-04-091-0/+10
* bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...Pablo Galindo2021-03-231-0/+2
* bpo-31861: Add aiter and anext to builtins (#23847)Joshua Bronson2021-03-231-25/+50
* bpo-42840: Document providing kwargs to type. (#24173)Erik Soma2021-03-011-1/+8
* Improve docs of PEP 604 Union (#24301)Ken Jin2021-02-091-2/+10
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Terry Jan Reedy2021-02-071-1/+2
* bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...Ken Jin2021-02-021-0/+14
* bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)Julien Palard2021-01-251-1/+1
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Борис Верховский2021-01-221-8/+9
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-1/+1
* Clarify eval() doc from library/functions. (GH-22700)Antoine2020-12-161-8/+9
* bpo-42180: fix plural in arguments and control (GH-23015)Rafael Fontenelle2020-10-291-1/+1
* Add a link to buffer protocol in bytearray() doc (GH-22675)Antoine2020-10-261-2/+2
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-201-0/+2
* bpo-40484: Document compiler flags under AST module (GH-19885)Batuhan Taskaya2020-10-191-20/+18
* bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)Batuhan Taskaya2020-10-041-0/+3
* [doc] Update references to NumPy (GH-22458)Andre Delfino2020-10-011-3/+1
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Victor Stinner2020-09-181-1/+1
* Document vars behavior when __dict__ is missing (#21466)Andre Delfino2020-08-211-0/+3
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Benjamin Kane2020-08-081-1/+2
* Doc: Builtins functions: faster jump table (GH-21376)Julien Palard2020-07-091-18/+32
* Fix typo in functions.rst (GH-21131)Ram Rachum2020-06-251-1/+1
* bpo-40636: Documentation for zip-strict (#20961)Ram Rachum2020-06-191-44/+84
* Indicate that abs() method accept argument that implement __abs__(), just lik...Windson yang2020-05-291-3/+2
* Fix "versionchanged" for pow named arguments (GH-19042)Mark Dickinson2020-03-191-1/+1
* bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)idomic2020-03-091-0/+3
* bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...Victor Stinner2020-03-041-4/+10
* Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p...Victor Stinner2020-02-191-3/+0
* bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#...idomic2020-02-171-0/+3
* bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934)Zac Hatfield-Dodds2020-01-121-0/+5
* bpo-34118: memoryview, range, and tuple are classes (GH-17761)Terry Jan Reedy2019-12-301-3/+3
* Update functions.rst (GH-16468)Géry Ogam2019-11-211-2/+2
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-6/+6
* bpo-37330: open() no longer accept 'U' in file mode (GH-16959)Victor Stinner2019-10-281-10/+4
* bpo-38255: super() can search attributes as well as methods (GH-16368)Raymond Hettinger2019-09-251-0/+4
* bpo-38237: Make pow's arguments have more descriptive names and be keyword pa...Ammar Askar2019-09-211-9/+15
* bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)smokephil2019-09-111-1/+1
* Correct minor grammatical mistake in open docs (GH-15865)Andre Delfino2019-09-101-2/+2
* Note regarding + mode truncation applies to both text and binary mode (#11314)Andre Delfino2019-09-101-3/+3