summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)Gregory P. Smith2022-09-051-0/+8
* [3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087) (#92131)slateny2022-05-021-1/+2
* bpo-30718: Add information about text buffering (GH-32351)Miss Islington (bot)2022-04-201-1/+5
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Miss Islington (bot)2022-01-261-1/+1
* Add Positional only arguments forward slash (/) to sorted() function in Built...Miss Islington (bot)2021-12-151-1/+1
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)Miss Islington (bot)2021-12-111-3/+3
* [doc] Link to section File input (GH-28941) (GH-29376)Miss Islington (bot)2021-11-021-1/+1
* bpo-44344: Document that pow can return a complex number for non-complex inpu...Miss Islington (bot)2021-10-211-1/+4
* [doc] Update references to NumPy (GH-22458) (GH-28749)Miss Islington (bot)2021-10-061-3/+1
* [3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)Łukasz Langa2021-09-281-2/+2
* bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)Miss Islington (bot)2021-09-211-0/+9
* bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...Łukasz Langa2021-08-311-2/+2
* bpo-44522: Fix inaccurate information in open() function (GH-27650) (GH-27682)Miss Islington (bot)2021-08-091-3/+3
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Miss Islington (bot)2021-05-251-1/+1
* bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...Miss Islington (bot)2021-05-221-0/+14
* [doc] Be more clear on super() regarding multiple base classes methods (GH-21...Miss Islington (bot)2021-04-291-1/+1
* bpo-42840: Document providing kwargs to type. (GH-24173)Miss Islington (bot)2021-04-011-1/+8
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Miss Islington (bot)2021-02-071-1/+2
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-221-8/+9
* Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-236...Julien Palard2021-01-041-1/+1
* [3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-221-1/+1
* bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)Miss Skeleton (bot)2020-11-031-1/+1
* Add a link to buffer protocol in bytearray() doc (GH-22675)Miss Skeleton (bot)2020-10-261-2/+2
* bpo-41192: Add documentation of undocumented audit events (GH-22831)Miss Skeleton (bot)2020-10-201-0/+2
* bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)Miss Skeleton (bot)2020-10-191-20/+18
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Miss Islington (bot)2020-09-181-1/+1
* Document vars behavior when __dict__ is missing (GH-21466) (GH-21939)Miss Islington (bot)2020-08-221-0/+3
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Miss Islington (bot)2020-08-081-1/+2
* Indicate that abs() method accept argument that implement __abs__(), just lik...Miss Islington (bot)2020-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
* bpo-23674: Clarify ambiguities in super() docs (#15564)Raymond Hettinger2019-08-291-3/+10
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-2/+4
* bpo-37646: Document that eval() cannot access nested scopes (GH-15117)Raymond Hettinger2019-08-071-6/+10
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-7/+7
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-6/+8
* bpo-37134: Use PEP570 syntax for sum() (GH-13851)Pablo Galindo2019-06-051-3/+3