GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
listsort.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes in sorting descriptions (GH-18317)
Stefan Pochmann
2020-02-03
1
-8
/
+8
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1
/
+1
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-28
1
-0
/
+8
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1
/
+1
*
Issue #25899: Converted Objects/listsort.txt to UTF-8.
Serhiy Storchaka
2015-12-18
1
-1
/
+1
*
Various clarifications based on feedback & questions over the years.
Tim Peters
2013-08-24
1
-19
/
+96
*
Add line explaining the "%sort" test.
Tim Peters
2013-08-22
1
-0
/
+1
*
#6814: remove traces of xrange().
Georg Brandl
2009-09-01
1
-1
/
+1
*
Merged revisions 69846 via svnmerge from
Mark Dickinson
2009-02-21
1
-1
/
+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1
/
+1
*
The key to the various sort columns got lost. Pulled from
Skip Montanaro
2005-09-23
1
-0
/
+10
*
Fixed new typos, added a little info about ~sort versus "hint"s.
Tim Peters
2002-08-10
1
-4
/
+10
*
1. Combined the base and length arrays into a single array of structs.
Tim Peters
2002-08-10
1
-23
/
+38
*
The samplesort-vs-mergesort #-of-comparisons comparisons were captured
Tim Peters
2002-08-10
1
-24
/
+24
*
Repaired a braino in the description of bad minrun values.
Tim Peters
2002-08-09
1
-3
/
+3
*
Added info about highwater heap-memory use for the sortperf.py tests; + a
Tim Peters
2002-08-08
1
-3
/
+31
*
Checking in the doc file for "timsort". There's way too much here to
Tim Peters
2002-08-01
1
-0
/
+618