Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure the list.sort's decorate step unwinds itself before returning | Raymond Hettinger | 2003-11-28 | 1 | -0/+7 |
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -2/+1 |
* | Add list.sorted() classmethod. | Raymond Hettinger | 2003-10-29 | 1 | -0/+58 |
* | * list.sort() now supports three keyword arguments: cmp, key, and reverse. | Raymond Hettinger | 2003-10-16 | 1 | -45/+101 |
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -0/+20 |
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 1 | -0/+29 |
* | Remove cut 'n paste silliness. | Tim Peters | 2002-08-03 | 1 | -2/+0 |
* | New test for sorting sanity. Note that this will fail in earlier Pythons, | Tim Peters | 2002-08-01 | 1 | -0/+124 |