summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+1
* Doc: Make functions.html readable again. (GH-99476)Julien Palard2022-11-191-60/+60
* gh-94286 Fix documentation of print default param (GH-94297)Nouran Ali2022-11-061-1/+1
* gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...Julien Palard2022-10-151-65/+84
* gh-64921: Clarify wording for open()'s newline arg (#96171)Stanley2022-10-071-2/+2
* gh-96397: Document that attributes need not be identifiers (#96454)Jeff Allen2022-09-291-0/+8
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-191-1/+1
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+7
* gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)Dong-hee Na2022-08-261-0/+2
* gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)Dong-hee Na2022-08-261-1/+1
* gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...Dong-hee Na2022-08-241-0/+2
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Adam Turner2022-06-211-1/+1
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-211-0/+1
* bpo-39229: fix formatting in library/functions.rst (#17857)Rafael Fontenelle2022-05-081-2/+2
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-061-1/+9
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-061-0/+5
* gh-81488: Add recursive wording for issubclass docs (#92087)slateny2022-05-011-1/+2
* gh-91603: Speed up isinstance/issubclass on union types (GH-91631)Yurii Karabas2022-04-281-1/+2
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-221-6/+5
* bpo-30718: Add information about text buffering (GH-32351)slateny2022-04-201-1/+5
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-0/+3
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Nikita Sobolev2022-01-261-1/+1
* Add Positional only arguments forward slash (/) to sorted() function in Built...Vivek Vashist2021-12-151-1/+1
* bpo-19737: Improved the documentation for globals (GH-29823)1809092021-12-111-3/+3
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-201-6/+3
* [doc] Link to section File input (GH-28941)Andre Delfino2021-11-021-1/+1
* bpo-44344: Document that pow can return a complex number for non-complex inpu...Mark Dickinson2021-10-211-1/+4
* [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