Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39374: Updated sorting documentation (GH-18177) | Juhana Jauhiainen | 2020-01-25 | 1 | -4/+6 |
| | |||||
* | Remove ">>>" from testsetup. (GH-10017) | Benjamin Peterson | 2018-10-20 | 1 | -1/+1 |
| | | | Fixes doc build breakage from 890a4b92933be8e7c554222d99ef829c88fa8637. | ||||
* | bpo-35020: Link to sorting examples from list.sort() (GH-9931) | Xtreak | 2018-10-20 | 1 | -1/+12 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #27204: Fix doctests in Doc/howto | Zachary Ware | 2016-08-09 | 1 | -18/+24 |
| | | | | Patch by Jelle Zijlstra. | ||||
* | Issue #24715: Improve sort stability example | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
| | | | | to SilentGhost for the patch. | ||||
* | #17351: remove "object" inheritance from docs. Patch by Phil Elson. | Ezio Melotti | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Issue 14688: Fix typo | Raymond Hettinger | 2012-04-29 | 1 | -3/+3 |
| | |||||
* | Small markup and wording tweaks for the sorting-howto. | Raymond Hettinger | 2011-02-06 | 1 | -6/+6 |
| | |||||
* | fix weirdly ambigious sentence | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
| | |||||
* | Revert r87946. The virtues of readability and of examples that | Raymond Hettinger | 2011-01-12 | 1 | -39/+40 |
| | | | | | can be cut and pasted are more important than having a doctests on examples that already work. | ||||
* | Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest ↵ | Terry Reedy | 2011-01-11 | 1 | -40/+39 |
| | | | | | | runs. Based on part of A. Belopolsky's patch. | ||||
* | Move glossary entry to the right position and fix link. | Georg Brandl | 2010-11-05 | 1 | -0/+2 |
| | |||||
* | Forward port sorting howto | Raymond Hettinger | 2010-09-01 | 1 | -0/+281 |