aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_sort.py
Commit message (Expand)AuthorAge
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-30
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-15
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* move test into a unittest.TestCase, no functional changesNeal Norwitz2005-11-24
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-29
* Whitespace normalization.Tim Peters2004-01-18
* Guido grants a Christmas wish:Raymond Hettinger2003-12-17
* Remove extra copy of test_key_with_exception that somehow appearedMichael W. Hudson2003-12-04
* Fixes and tests for various "holding pointers when arbitrary Python codeMichael W. Hudson2003-12-04
* Make sure the list.sort's decorate step unwinds itself before returningRaymond Hettinger2003-11-28
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-16
* Add list.sorted() classmethod.Raymond Hettinger2003-10-29
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-16
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-02
* SF patch 637176: list.sort crasherTim Peters2002-11-12
* Remove cut 'n paste silliness.Tim Peters2002-08-03
* New test for sorting sanity. Note that this will fail in earlier Pythons,Tim Peters2002-08-01