summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-32413: Add documentation that at the module level, locals(), globals() ar...Miss Islington (bot)2019-04-021-1/+2
* bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)Miss Islington (bot)2019-03-251-12/+10
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Miss Islington (bot)2019-03-101-0/+5
* Doc: fix example for iter() function. (GH-11959)Miss Islington (bot)2019-02-201-1/+1
* Clarify U-mode deprecation in open() (GH-11646)Miss Islington (bot)2019-01-271-1/+8
* bpo-34764: improve docs example of iter() with sentinel value (GH-11222) (#11...Miss Islington (bot)2018-12-231-7/+8
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-191-1/+1
* fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432)Miss Islington (bot)2018-10-151-2/+2
* bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)Miss Islington (bot)2018-08-271-1/+9
* bpo-22057: Clarify eval() documentation (GH-8812)Miss Islington (bot)2018-08-191-2/+4
* Doc: Point to Simple statements section instead of PEP (GH-8238)Miss Islington (bot)2018-07-111-2/+2
* Fix the indentation in the documentation of bin() and hash() (GH-7998)Miss Islington (bot)2018-06-291-5/+5
* bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7...Miss Islington (bot)2018-06-251-0/+5
* bpo-30940: Updating round() docs. (GH-6342) (GH-7009)Miss Islington (bot)2018-05-201-4/+5
* bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)Miss Islington (bot)2018-05-101-8/+6
* Fix superfluous if in documentation. (GH-6728)Miss Islington (bot)2018-05-091-1/+1
* bpo-26701: Add documentation for __trunc__ (GH-6049)Miss Islington (bot)2018-03-111-2/+5
* Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-6...Miss Islington (bot)2018-03-091-0/+6
* Fix minor markup typo (#5407)cocoatomo2018-01-291-1/+1
* bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)Éric Araujo2017-10-121-2/+11
* bpo-31567: add or fix decorator markup in docs (#3959)Daisuke Miyakawa2017-10-121-4/+4
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-051-17/+31
* Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)Łukasz Rogalski2017-07-141-1/+1
* bpo-26506: hex() documentation: mention %x % int (GH-2525)Manvisha Kodali2017-07-061-10/+52
* bpo-27200: Fix several doctests (GH-604)Marco Buttu2017-04-271-1/+1
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)csabella2017-04-261-3/+6
* Fix a typo in Doc/library/functions.rst (GH-1117)Joshua Diaddigo2017-04-131-1/+1
* bpo-29791: Clarify that flush is keyword-only argument (#1093)Berker Peksag2017-04-131-1/+1
* bpo-29677: DOC: clarify documentation for `round` (GH-877)csabella2017-03-291-3/+6
* bpo-29677: DOC: clarify documentation for `round` (#357)Gerrit Holl2017-03-281-1/+2
* bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)NAKAMURA Osamu2017-03-241-1/+1
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
|\
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
* | Merge doc fixups from 3.5Martin Panter2016-11-211-1/+1
|\ \ | |/
| * Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-211-1/+1
* | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-3/+13
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-16/+24
* | Issue #26027, #27524: Document the support for path-like objects in os and os...Brett Cannon2016-09-061-5/+5
* | MergeRaymond Hettinger2016-09-041-2/+2
|\ \ | |/
| * Issue 27936: Update doc for round() to indicate that None is an allowable arg...Raymond Hettinger2016-09-041-2/+2
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+3
* | Issue #26547: Merge from 3.5Berker Peksag2016-06-241-1/+1
|\ \ | |/
| * Issue #26547: Remove outdated term dictproxy from vars() documentationBerker Peksag2016-06-241-1/+1
* | Issue #24314: Merge doc links from 3.5Martin Panter2016-06-181-5/+5
|\ \ | |/
| * Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-5/+5
* | Issue #27182: Document os.PathLike.Brett Cannon2016-06-091-0/+3
* | issue27186: add open/io.open; patch by Jelle ZijlstraEthan Furman2016-06-041-5/+5
|/
* #26829: Clarify that namespace is copied to a new __dict__ in instance creation.R David Murray2016-06-021-2/+3
* Add a versionchanged directive to document addition of the new 'namereplace' ...Berker Peksag2016-04-111-0/+2
* Issue #26525: Change chr example to match change in ord example.Terry Jan Reedy2016-03-231-1/+1