summaryrefslogtreecommitdiff
path: root/Objects/listsort.txt
Commit message (Expand)AuthorAgeFilesLines
* bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...embg2018-01-281-0/+8
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Issue #25899: Converted Objects/listsort.txt to UTF-8.Serhiy Storchaka2015-12-181-1/+1
* Various clarifications based on feedback & questions over the years.Tim Peters2013-08-241-19/+96
* Add line explaining the "%sort" test.Tim Peters2013-08-221-0/+1
* #6814: remove traces of xrange().Georg Brandl2009-09-011-1/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* The key to the various sort columns got lost. Pulled fromSkip Montanaro2005-09-231-0/+10
* Fixed new typos, added a little info about ~sort versus "hint"s.Tim Peters2002-08-101-4/+10
* 1. Combined the base and length arrays into a single array of structs.Tim Peters2002-08-101-23/+38
* The samplesort-vs-mergesort #-of-comparisons comparisons were capturedTim Peters2002-08-101-24/+24
* Repaired a braino in the description of bad minrun values.Tim Peters2002-08-091-3/+3
* Added info about highwater heap-memory use for the sortperf.py tests; + aTim Peters2002-08-081-3/+31
* Checking in the doc file for "timsort". There's way too much here toTim Peters2002-08-011-0/+618