Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 1 | -4/+2 |
| | |||||
* | Issue #23275: Backport empty square bracket assignment documentation fix | Martin Panter | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 2 | -3/+3 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #23986: Note that the in-operator for lists and tuples check identity ↵ | Raymond Hettinger | 2016-04-26 | 1 | -1/+1 |
| | | | | before equality. | ||||
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 4 | -5/+5 |
| | |||||
* | Python for .NET has moved to Github. | Zachary Ware | 2016-02-04 | 1 | -1/+1 |
| | | | | Reported by Denis Akhiyarov on docs@ | ||||
* | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -3/+4 |
| | | | | Patch from Terry Reedy | ||||
* | the default is sys.maxsize not sys.maxint (closes #23645) | Benjamin Peterson | 2015-03-13 | 1 | -9/+9 |
| | |||||
* | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -4/+8 |
| | |||||
* | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 1 | -0/+6 |
| | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. Backport the code example from 3.4. | ||||
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | remove link to the 'original package specification'; I doubt it's useful ↵ | Benjamin Peterson | 2014-10-17 | 1 | -3/+1 |
| | | | | anymore (closes #22657) | ||||
* | Closes #17057: fix grammar in old-style vs new-style class docs. | Georg Brandl | 2014-10-06 | 1 | -14/+14 |
| | |||||
* | Issue 22465: grammar, number agreement. | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
| | |||||
* | Issue #20643: Fixed references to the next() method (distinguish from the | Serhiy Storchaka | 2014-09-05 | 2 | -13/+12 |
| | | | | next() function). | ||||
* | correct call grammar error (#3473) | Benjamin Peterson | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Issue #22243: fix except grammar in reference. | Terry Jan Reedy | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
| | |||||
* | Add prompts to interactive example. | Zachary Ware | 2014-05-06 | 1 | -8/+8 |
| | | | | | This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work. | ||||
* | Issue #21366: Document the fact that ``return`` in a ``finally`` clause | Zachary Ware | 2014-05-06 | 1 | -0/+14 |
| | | | | overrides a ``return`` in the ``try`` suite. | ||||
* | Closes #21055: Index (augmented) assignment symbols. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
| | |||||
* | Closes 21048: Index 'as' in import and with statements. | Terry Jan Reedy | 2014-04-29 | 2 | -1/+4 |
| | |||||
* | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-17 | 1 | -3/+1 |
| | |||||
* | note that the hash of an arbitrary object is only derived from its address ↵ | Benjamin Peterson | 2014-04-04 | 1 | -1/+1 |
| | | | | | | (closes #21154) Patch from Armin Rigo. | ||||
* | Issue #19683: Add __closure__ and other missing attributes to function docs. | Mark Dickinson | 2014-02-01 | 1 | -24/+30 |
| | |||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 2 | -21/+25 |
| | | | | documentation. | ||||
* | Use "lambda expression" as preferred to "lambda form". | Georg Brandl | 2013-10-06 | 2 | -11/+10 |
| | |||||
* | document that various functions that parse from source will interpret things ↵ | Benjamin Peterson | 2013-09-01 | 1 | -9/+10 |
| | | | | as latin-1 (closes #18870) | ||||
* | Remove repetition of string escapes note 1 at end of note 2. | Terry Jan Reedy | 2013-07-27 | 1 | -2/+1 |
| | |||||
* | #14878: add cross-reference to the yield statement. | Andrew Kuchling | 2013-05-10 | 1 | -0/+3 |
| | | | | (Backported from 3.x by Jan Duzinkiewicz.) | ||||
* | The im_class of unbound class methods is actually not the same as im_self. | Georg Brandl | 2013-04-14 | 1 | -5/+4 |
| | |||||
* | Clarify point in name mangling doc. | Georg Brandl | 2013-04-14 | 1 | -8/+7 |
| | |||||
* | Backport rev. 3ae74b361f53 to 2.7 branch. | Georg Brandl | 2013-03-28 | 2 | -1/+3 |
|\ | |||||
| * | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 3 | -3/+4 |
| | | | | | | | | otherwise are cut off or have overlapping text. | ||||
| * | Merge from 3.2: add links and index entries for "argument" and "parameter." | Chris Jerdonek | 2012-12-25 | 2 | -11/+21 |
| |\ | | | | | | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there). | ||||
| | * | Add additional links and index entries for "argument" and "parameter". | Chris Jerdonek | 2012-12-25 | 2 | -11/+21 |
| | | | | | | | | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there). | ||||
| * | | #16677: merge with 3.2. | Ezio Melotti | 2012-12-25 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | #16677: rename section header and fix markup. | Ezio Melotti | 2012-12-25 | 1 | -5/+5 |
| | | | |||||
| | * | Fix label in docs (from issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -1/+1 |
| | | | |||||
| | * | Improve str() and object.__str__() documentation (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -10/+18 |
| | | | |||||
| * | | Link to "yield from" examples in yield documentation. | Chris Jerdonek | 2012-12-23 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | This commit also simplifies the more advanced "yield from" example and removes unused function parameters. | ||||
| * | | Add a str class entry to the "Text Sequence Type" section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards. | ||||
| * | | Improve str() and object.__str__() documentation (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -10/+18 |
| | | | |||||
| * | | - Issue #16514: Fix regression causing a traceback when sys.path[0] is None | Barry Warsaw | 2012-11-20 | 1 | -9/+15 |
| | | | | | | | | | | | | (actually, any non-string or non-bytes type). | ||||
| * | | Issue #16144: Fix misleading sentence in reference/import. | Andrew Svetlov | 2012-11-15 | 1 | -5/+5 |
| | | | | | | | | | | | | Patch by Manuel Pégourié-Gonnard | ||||
| * | | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
| |\ \ | | |/ | |||||
| | * | Remove unneeded "Release" and "Date" markers from doc index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
| | | | |||||
| * | | Merge from 3.2: fix formatting of syntax description of function definition. | Chris Jerdonek | 2012-10-26 | 1 | -2/+1 |
| |\ \ | | |/ |