Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520) | Dmitry Tokarev | 2017-06-30 | 1 | -1/+1 |
| | | | Oh, this is my fault too. I missed this mistake. Thank you for the correction. | ||||
* | Fixed 2.7 docs - links to list, backported from python3.x (#2518) | Dmitry Tokarev | 2017-06-30 | 1 | -1/+3 |
| | |||||
* | [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) | Serhiy Storchaka | 2017-05-16 | 1 | -0/+1 |
| | | | | | | | | * Use explicit numbering for footnotes referred by explicit number. * Fix literal strings formatting in howto/urllib2.rst. * Add `:noindex:` to duplicated definition of list. * Update susp-ignored.csv for reference/expressions.rst. (cherry picked from commit d97b7dc94b19063f0589d401bdc4aaadc7030762) | ||||
* | Issue #29329: Improve documentation for hex(). Patch by Ammar Askar | Mariatta Wijaya | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -1/+1 |
| | | | | in the documentation. | ||||
* | Issue #24314: Add links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -5/+5 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Issue #25432: Explain isinstance behaviour when type is a tuple. | Terry Jan Reedy | 2015-10-28 | 1 | -5/+4 |
| | |||||
* | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -4/+5 |
| | |||||
* | Make expression legal python by adding '1'. | Terry Jan Reedy | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | #24081: Remove obsolete caveat from import docs. | R David Murray | 2015-05-02 | 1 | -6/+0 |
| | | | | | Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce, but these docs were not updated. | ||||
* | #23512: list non-essential built-in functions after the table. Patch by ↵ | Ezio Melotti | 2015-03-24 | 1 | -4/+9 |
| | | | | Carlo Beccarini. | ||||
* | Use internal links where possible | Raymond Hettinger | 2014-11-10 | 1 | -2/+1 |
| | |||||
* | #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -1/+4 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | #22237: document that sorted() is guaranteed to be stable. Initial patch by ↵ | Ezio Melotti | 2014-10-28 | 1 | -0/+5 |
| | | | | Martin Panter. | ||||
* | Issue #22575: Revise bytearray entry for 2.7. | Terry Jan Reedy | 2014-10-10 | 1 | -3/+3 |
| | |||||
* | Document builtin classes as such, not functions. | Georg Brandl | 2014-10-06 | 1 | -33/+36 |
| | |||||
* | Issue #22174: Clean-up grammar and ambiguities in property() docs. | Raymond Hettinger | 2014-08-10 | 1 | -7/+13 |
| | |||||
* | Fix minor typo in round docs. Reported by Scott Hinton on docs@. | Zachary Ware | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | Issue #19362: Tweek len() doc and docstring to expand the indicated range of | Terry Jan Reedy | 2014-06-16 | 1 | -1/+2 |
| | | | | arguments. Original patch by Gareth Rees. | ||||
* | Close #16665: improve documentation for hex(). Patch by Jessica McKellar. | Antoine Pitrou | 2014-03-16 | 1 | -2/+15 |
| | |||||
* | Define what “updating” means in docs for open (#19627). | Éric Araujo | 2014-03-12 | 1 | -2/+2 |
| | | | | Original patch by Lina Clark. | ||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -3/+3 |
| | |||||
* | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 1 | -21/+22 |
| | | | | documentation. | ||||
* | document that various functions that parse from source will interpret things ↵ | Benjamin Peterson | 2013-09-01 | 1 | -5/+7 |
| | | | | as latin-1 (closes #18870) | ||||
* | Issue #17418: specify that buffer sizes are bytes. | Terry Jan Reedy | 2013-03-16 | 1 | -3/+3 |
| | |||||
* | #14489: fix wrong link. | Ezio Melotti | 2013-03-10 | 1 | -1/+3 |
| | |||||
* | #17035: use new style classes in classmethod/staticmethod examples. Patch ↵ | Ezio Melotti | 2013-02-22 | 1 | -4/+6 |
| | | | | by Berker Peksag. | ||||
* | #16503: clarify "apply" docs. | Ezio Melotti | 2012-11-18 | 1 | -1/+2 |
| | |||||
* | Link to "XRange Type" section in xrange() built-in function documentation. | Chris Jerdonek | 2012-11-14 | 1 | -2/+4 |
| | |||||
* | Backport from 3.2: adjust set and frozenset function docs (issue #16436). | Chris Jerdonek | 2012-11-10 | 1 | -8/+12 |
| | |||||
* | #16210: combine the two type() docs. Patch by Pete Sevander. | Ezio Melotti | 2012-10-24 | 1 | -17/+12 |
| | |||||
* | Issue #16206: Backport dict documentation improvements from 3.2. | Chris Jerdonek | 2012-10-13 | 1 | -5/+8 |
| | | | | | | Improve the documentation of the dict constructor. This change includes replacing the single-line signature documentation with a more complete multiple-line signature. | ||||
* | Issue #14783: Backport changes from 3.2. | Chris Jerdonek | 2012-10-08 | 1 | -3/+5 |
| | |||||
* | Close #16036: Backport 3.x documentation improvement. | Chris Jerdonek | 2012-10-01 | 1 | -14/+20 |
| | | | | See changeset 6ccb04c4cbae for the corresponding 3.3 change. | ||||
* | Close issue #16077: fix code example in documentation of reduce() built-in ↵ | Chris Jerdonek | 2012-09-29 | 1 | -1/+1 |
| | | | | (from docs@). | ||||
* | Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. | Mark Dickinson | 2012-09-20 | 1 | -7/+8 |
| | |||||
* | #15831: avoid using 3.x syntax for keyword-only args. | Ezio Melotti | 2012-09-15 | 1 | -1/+1 |
| | |||||
* | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 1 | -14/+27 |
| | | | | Jerdonek. | ||||
* | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 1 | -10/+9 |
| | |||||
* | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -2/+6 |
| | | | | Patch by Chris Jerdonek. | ||||
* | make documented file() kw names and actual ones agree (closes #15572) | Benjamin Peterson | 2012-08-07 | 1 | -1/+1 |
| | | | | Patch by Daniel Ellis. | ||||
* | Closes #9254: backport __import__ docstring/doc mentions of importlib. | R David Murray | 2012-07-18 | 1 | -10/+3 |
| | | | | Patch by Éric Araujo. | ||||
* | Issue #13557: Clarify effect of giving two different namespaces to exec or | Terry Jan Reedy | 2012-07-08 | 1 | -1/+4 |
| | | | | execfile(). | ||||
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -2/+2 |
| | | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list. | ||||
* | backport 7a05cb3beddf to 2.7 | Sandro Tosi | 2012-05-07 | 1 | -6/+19 |
| | |||||
* | Closes #14489: correct link target. | Georg Brandl | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Closes #9574: Note that complex constructor doesn't allow whitespace around ↵ | Mark Dickinson | 2012-03-10 | 1 | -0/+7 |
| | | | | central operator. | ||||
* | Clean-up docs for input() | Raymond Hettinger | 2012-02-02 | 1 | -6/+3 |
| |