summaryrefslogtreecommitdiff
path: root/Lib/test/test_sort.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-20/+1
* Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger)Éric Araujo2011-07-261-15/+8
* #11335: Fix memory leak after key function failure in sortDaniel Stutzbach2011-05-041-0/+6
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-6/+15
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-32/+18
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-14/+14
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-16/+16
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-2/+4
* move test into a unittest.TestCase, no functional changesNeal Norwitz2005-11-241-74/+74
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-291-0/+17
* 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