summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | Builtin container types have two potential link targets in the docs: - their entry in the list of builtin callables - their type documentation This change brings `bytes` and `bytearray` into line with other container types by having cross-references default to linking to their type documentation, rather than their builtin callable entry.
* Fix a typo in Doc/library/functions.rst (GH-1117)Joshua Diaddigo2017-04-131-1/+1
| | | Replace `For object's ... ` with `For objects ...`
* bpo-29791: Clarify that flush is keyword-only argument (#1093)Berker Peksag2017-04-131-1/+1
| | | Reported by Lucio Ricardo Montero Valenzuela.
* 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-271-1/+2
| | | | | | | | | | * DOC: clarify documentation for `round` Clarified that `round` can take a negative value for *ndigits*. * DOC: remove trailing whitespace in previous commit remove trailing whitespace in previous commit
* bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)NAKAMURA Osamu2017-03-251-1/+1
|
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
|\ | | | | | | in the documentation.
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
| | | | | | | | in the documentation.
* | 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
| | | | | | | | Thanks to Georg Brandl for the patch.
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-311-16/+24
| | | | | | | | Closes #17602: Adds a readline implementation for the Windows console
* | Issue #26027, #27524: Document the support for path-like objects in os and ↵Brett Cannon2016-09-061-5/+5
| | | | | | | | | | | | os.path. This completes PEP 519.
* | MergeRaymond Hettinger2016-09-041-2/+2
|\ \ | |/
| * Issue 27936: Update doc for round() to indicate that None is an allowable ↵Raymond Hettinger2016-09-041-2/+2
| | | | | | | | argument.
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+3
| | | | | | | | Patch by Eryk Sun and Emanuel Barry.
* | 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
| | | | | | | | | | | | | | dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien.
* | 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
| | | | | | | | Part of PEP 519.
* | 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-031-2/+3
| | | | Patch by Emily Morehouse.
* Add a versionchanged directive to document addition of the new 'namereplace' ↵Berker Peksag2016-04-111-0/+2
| | | | | | error handler. Reported by Robert on docs@p.o.
* Issue #26525: Change chr example to match change in ord example.Terry Jan Reedy2016-03-231-1/+1
|
* Issue #26525: Change ord example from nu to more easily recognized Euro sign.Terry Jan Reedy2016-03-211-2/+2
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-1/+1
| | | | to SilentGhost for the patch.
* Issue #26401: Fix compile() documentationBerker Peksag2016-02-211-1/+5
| | | | | | | After 25032ec29315, compile() will raise a ValueError if source contains null bytes. Patch by SilentGhost.
* merge from 3.4Senthil Kumaran2016-01-021-2/+1
|\ | | | | | | Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
| * Issue25917 : Fix howto links in docs. Point the reference documentation ↵Senthil Kumaran2016-01-021-2/+1
| | | | | | | | instead of wiki.
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-3/+3
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-3/+3
| | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* | Merge with 3.4Terry Jan Reedy2015-10-281-4/+4
|\ \ | |/
| * Issue #25432: Explain isinstance behaviour when type is a tuple.Terry Jan Reedy2015-10-281-4/+4
| |
* | Merge with 3.4Terry Jan Reedy2015-05-231-1/+1
|\ \ | |/
| * Make expression legal python by adding '1'.Terry Jan Reedy2015-05-231-1/+1
| |
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
| |
* | Issue #24064: Docuement that oroperty docstrings are now writeable.Raymond Hettinger2015-05-151-0/+3
| |
* | Issue #23695: Explain the zip() example for clustering a data series into ↵Raymond Hettinger2015-05-131-1/+3
| | | | | | | | n-length groups.
* | Issue 19933: Provide default argument for ndigits in round. Patch by ↵Steve Dower2015-04-151-2/+2
| | | | | | | | Vajrasky Kok.
* | Issue #23618: Document EINTR changes in socket documentationVictor Stinner2015-04-021-1/+1
| |
* | Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section andVictor Stinner2015-03-261-0/+5
| | | | | | | | add a version changed note in modified functions.
* | change Σ to ν for obscure joke reasonsBenjamin Peterson2015-03-241-2/+2
| | | | | | | | https://twitter.com/ncoghlan_dev/status/579173053793353728
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-3/+2
| | | | | | | | decoding and translating.
* | Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
| |
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-061-3/+5
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-061-3/+5
| | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs