| Commit message (Expand) | Author | Age | Files | Lines |
* | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -13/+15 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -18/+13 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -13/+18 |
|
|
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+1 |
|
|
* | move test into a unittest.TestCase, no functional changes | Neal Norwitz | 2005-11-24 | 1 | -74/+74 |
|
|
* | * drop the unreasonable list invariant that ob_item should never come back | Armin Rigo | 2004-07-29 | 1 | -0/+17 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -2/+0 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -55/+0 |
|
|
* | Remove extra copy of test_key_with_exception that somehow appeared | Michael W. Hudson | 2003-12-04 | 1 | -7/+0 |
|
|
* | Fixes and tests for various "holding pointers when arbitrary Python code | Michael W. Hudson | 2003-12-04 | 1 | -0/+45 |
|
|
* | 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 |
|
|