summaryrefslogtreecommitdiffstats
path: root/Doc/howto/sorting.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in sorting HOWTO (#98888)partev2022-10-311-1/+1
* GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)Raymond Hettinger2022-10-161-76/+22
* Fix typo in Sorting howto (#92280)Carl Meyer2022-05-041-2/+2
* sorting howto: Add clarification on < using __lt__ (#92010)slateny2022-04-291-1/+4
* Add doctests (GH-25474)Raymond Hettinger2021-04-191-3/+45
* bpo-39374: Updated sorting documentation (GH-18177)Juhana Jauhiainen2020-01-251-4/+6
* Remove ">>>" from testsetup. (GH-10017)Benjamin Peterson2018-10-201-1/+1
* 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
* 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
* #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
* Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest r...Terry Reedy2011-01-111-40/+39
* 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