summaryrefslogtreecommitdiffstats
path: root/Doc/howto/sorting.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39374: Updated sorting documentation (GH-18177)Juhana Jauhiainen2020-01-251-4/+6
|
* Remove ">>>" from testsetup. (GH-10017)Benjamin Peterson2018-10-201-1/+1
| | | Fixes doc build breakage from 890a4b92933be8e7c554222d99ef829c88fa8637.
* bpo-35020: Link to sorting examples from list.sort() (GH-9931)Xtreak2018-10-201-1/+12
|
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|
* Issue #27204: Fix doctests in Doc/howtoZachary Ware2016-08-091-18/+24
| | | | Patch by Jelle Zijlstra.
* Issue #24715: Improve sort stability exampleRaymond Hettinger2016-04-261-1/+5
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-3/+3
| | | | to SilentGhost for the patch.
* #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-111-1/+1
|
* Issue 14688: Fix typoRaymond Hettinger2012-04-291-3/+3
|
* Small markup and wording tweaks for the sorting-howto.Raymond Hettinger2011-02-061-6/+6
|
* fix weirdly ambigious sentenceBenjamin Peterson2011-01-121-2/+2
|
* Revert r87946. The virtues of readability and of examples thatRaymond Hettinger2011-01-121-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 Reedy2011-01-111-40/+39
| | | | | | runs. Based on part of A. Belopolsky's patch.
* Move glossary entry to the right position and fix link.Georg Brandl2010-11-051-0/+2
|
* Forward port sorting howtoRaymond Hettinger2010-09-011-0/+281