summaryrefslogtreecommitdiff
path: root/Lib/test/test_sort.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-01-181-2/+0
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-55/+0
* Remove extra copy of test_key_with_exception that somehow appearedMichael W. Hudson2003-12-041-7/+0
* Fixes and tests for various "holding pointers when arbitrary Python codeMichael W. Hudson2003-12-041-0/+45
* Make sure the list.sort's decorate step unwinds itself before returningRaymond Hettinger2003-11-281-0/+7
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-2/+1
* Add list.sorted() classmethod.Raymond Hettinger2003-10-291-0/+58
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-45/+101
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-0/+20
* SF patch 637176: list.sort crasherTim Peters2002-11-121-0/+29
* Remove cut 'n paste silliness.Tim Peters2002-08-031-2/+0
* New test for sorting sanity. Note that this will fail in earlier Pythons,Tim Peters2002-08-011-0/+124