COMMITS
/ Objects/listsort.txt June 27, 2025
T
gh-135551: Change how sorting picks minimum run length (#135553)
Tim Peters committed
March 22, 2024
T
GH-116939: Rewrite binarysort() (#116940)
Tim Peters committed
March 13, 2024
T
GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)
Tim Peters committed
October 6, 2021
C
Fix typos in the Objects directory (GH-28766)
Christian Clauss committed
September 6, 2021
T
bpo-34561: Switch to Munro & Wild "powersort" merge strategy. (#28108)
Tim Peters committed
February 3, 2020
S
Fixes in sorting descriptions (GH-18317)
Stefan Pochmann committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
January 29, 2018
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
December 18, 2015
S
Issue #25899: Converted Objects/listsort.txt to UTF-8.
Serhiy Storchaka committed
August 24, 2013
T
Various clarifications based on feedback & questions over the years.
Tim Peters committed
August 22, 2013
T
Add line explaining the "%sort" test.
Tim Peters committed
September 1, 2009
G
#6814: remove traces of xrange().
Georg Brandl committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
September 23, 2005
S
The key to the various sort columns got lost. Pulled from
Skip Montanaro committed
August 10, 2002
T
Fixed new typos, added a little info about ~sort versus "hint"s.
Tim Peters committed
T
1. Combined the base and length arrays into a single array of structs.
Tim Peters committed
T
The samplesort-vs-mergesort #-of-comparisons comparisons were captured
Tim Peters committed
August 9, 2002
T
Repaired a braino in the description of bad minrun values.
Tim Peters committed
August 8, 2002
T
Added info about highwater heap-memory use for the sortperf.py tests; + a
Tim Peters committed
August 1, 2002
T
Checking in the doc file for "timsort". There's way too much here to
Tim Peters committed