Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New test %sort. This takes a sorted list, picks 1% of the list positions | Tim Peters | 2002-08-02 | 1 | -1/+7 |
* | New test "+sort", tacking 10 random floats on to the end of a sorted | Tim Peters | 2002-07-21 | 1 | -6/+9 |
* | Added new test "3sort". This is sorted data but with 3 random exchanges. | Tim Peters | 2002-07-20 | 1 | -1/+9 |
* | Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted | Tim Peters | 2002-07-18 | 1 | -35/+46 |
* | Use random instead of whrandom | Andrew M. Kuchling | 2002-04-10 | 1 | -3/+3 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+2 |
* | Add Tim's worst case scenario. | Guido van Rossum | 1998-05-26 | 1 | -6/+11 |
* | Use random instead of whrandom. | Guido van Rossum | 1998-05-20 | 1 | -4/+4 |
* | Reduce memory requirements. | Guido van Rossum | 1998-05-12 | 1 | -1/+4 |
* | Add a few doc strings. | Guido van Rossum | 1998-05-10 | 1 | -6/+31 |
* | benchmark for list.sort() | Guido van Rossum | 1998-05-10 | 1 | -0/+109 |