summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-22/+46
|\
| * Merge doc fixups from 3.5Martin Panter2016-11-211-22/+46
| |\
| | * 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-5/+11
| | |\
| | | * 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-5/+8
| | | |\
| | | | * Issue #24314: Merge doc links from 3.5Martin Panter2016-06-181-5/+8
| | | | |\
| | | | | * 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
* | | | | | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
|/ / / / /
* | | | | Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-211-1/+1
|/ / / /
* | | | Issue 27936: Update doc for round() to indicate that None is an allowable arg...Raymond Hettinger2016-09-041-2/+2
|/ / /
* | | Issue #26547: Remove outdated term dictproxy from vars() documentationBerker Peksag2016-06-241-1/+1
|/ /
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-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
* Issue #26525: Change ord example from nu to more easily recognized Euro sign.Terry Jan Reedy2016-03-201-2/+2
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Issue #26401: Fix compile() documentationBerker Peksag2016-02-211-1/+5
* merge from 3.4Senthil Kumaran2016-01-011-2/+1
|\
| * Issue25917 : Fix howto links in docs. Point the reference documentation inste...Senthil Kumaran2016-01-011-2/+1
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-17/+29
|\ \ | |/ |/|
| * Merge with 3.4Terry Jan Reedy2015-10-281-17/+29
| |\
| | * Merge with 3.4Terry Jan Reedy2015-05-231-17/+29
| | |\
| | | * 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 n...Raymond Hettinger2015-05-131-1/+3
| | | * Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...Steve Dower2015-04-151-2/+2
| | | * 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
| | | * change ? to ? for obscure joke reasonsBenjamin Peterson2015-03-241-2/+2
| | | * Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-3/+2
| | | * Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
| | | * Merge issue 19548 changes from 3.4Nick Coghlan2015-01-071-3/+5
| | | |\
| | | * | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+3
| | | * | merge with 3.4Georg Brandl2014-10-311-11/+11
| | | |\ \
| | | | * \ Merge with 3.4Georg Brandl2014-10-291-11/+11
| | | | |\ \
| | | | | * \ #22237: merge with 3.4.Ezio Melotti2014-10-281-0/+5
| | | | | |\ \
| | | | | * \ \ Merge 3.4 (open doc)Victor Stinner2014-10-221-11/+11
| | | | | |\ \ \
| | | | | | * | | Issue #17401: document closefd in io.FileIO docs and add to reprRobert Collins2014-10-181-2/+2
| | | | | | * | | merge with 3.4Georg Brandl2014-10-061-41/+41
| | | | | | |\ \ \
| | | | | | * \ \ \ Merge with 3.4Terry Jan Reedy2014-10-011-9/+9
| | | | | | |\ \ \ \
| | | | | | | * | | | sigma actually works in latex...Benjamin Peterson2014-09-011-3/+3
| | | | | | | * | | | try to pick a unicode char that latex understandsBenjamin Peterson2014-09-011-1/+1
| | | | | | | * | | | a more universal unicode char exampleBenjamin Peterson2014-09-011-2/+1
| | | | | | | * | | | Clarify ord() and chr() documentationNick Coghlan2014-08-171-9/+10
* | | | | | | | | | | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-3/+3
|/ / / / / / / / / /
* | | | | | | | | | Issue #25432: Explain isinstance behaviour when type is a tuple.Terry Jan Reedy2015-10-281-4/+4
|/ / / / / / / / /