| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26020: Fix evaluation order for set literals | Raymond Hettinger | 2016-09-08 | 1 | -0/+15 |
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+3 |
* | Added regression test for issue24581. | Serhiy Storchaka | 2015-07-08 | 1 | -0/+11 |
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -5/+6 |
* | Issue 8743: Improve interoperability between sets and the collections.Set ab... | Raymond Hettinger | 2014-05-25 | 1 | -26/+0 |
* | Issue #18944: backport typo fix | Terry Jan Reedy | 2014-04-26 | 1 | -1/+1 |
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -4/+4 |
* | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-20 | 1 | -0/+51 |
|\ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-20 | 1 | -1/+51 |
| * | Fix deprecation warnings in test_set.py | Ezio Melotti | 2010-08-03 | 1 | -8/+13 |
| * | Merged revisions 79165 via svnmerge from | Ezio Melotti | 2010-08-02 | 1 | -0/+4 |
| * | Merged revisions 83421,83424 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
| * | Issue 8436: set.__init__ accepts keyword args | Raymond Hettinger | 2010-04-18 | 1 | -0/+2 |
| * | Issue 6573: Fix set.union() for cases where self is in the argument chain. | Raymond Hettinger | 2009-07-27 | 1 | -0/+4 |
| * | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| * | Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,... | Georg Brandl | 2009-01-01 | 1 | -2/+15 |
| * | Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,... | Benjamin Peterson | 2008-12-27 | 1 | -1/+1 |
| * | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+11 |
* | | Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raym... | Éric Araujo | 2011-03-22 | 1 | -0/+34 |
* | | Merged revisions 83385-83389,83391 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
* | | Issue 8436: set.__init__ accepts keyword args | Raymond Hettinger | 2010-04-18 | 1 | -0/+2 |
* | | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -0/+4 |
* | | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 1 | -15/+11 |
* | | Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. | Victor Stinner | 2010-03-13 | 1 | -1/+1 |
* | | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+0 |
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -31/+31 |
* | | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -20/+19 |
* | | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -19/+20 |
* | | Issue 6573: Fix set.union() for cases where self is in the argument chain. | Raymond Hettinger | 2009-07-27 | 1 | -0/+4 |
* | | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -55/+55 |
* | | fill in actual issue number in tests | Antoine Pitrou | 2009-01-01 | 1 | -1/+1 |
* | | Issue #3680: Reference cycles created through a dict, set or deque iterator d... | Antoine Pitrou | 2009-01-01 | 1 | -2/+15 |
* | | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. | Hirokazu Yamamoto | 2008-12-27 | 1 | -1/+1 |
* | | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+11 |
|/ |
|
* | Multi-arg form for set.difference() and set.difference_update(). | Raymond Hettinger | 2008-06-11 | 1 | -0/+14 |
* | Handle the case with zero arguments. | Raymond Hettinger | 2008-06-11 | 1 | -0/+6 |
* | Let set.intersection() and set.intersection_update() take multiple input argu... | Raymond Hettinger | 2008-06-09 | 1 | -0/+6 |
* | Let set.union() and set.update() accept multiple inputs. | Raymond Hettinger | 2008-06-09 | 1 | -0/+7 |
* | Don't try to close a non-open file. | Neal Norwitz | 2008-03-25 | 1 | -4/+4 |
* | Expand tests to include nested graph structures. | Raymond Hettinger | 2008-01-24 | 1 | -0/+106 |
* | Add set.isdisjoint() | Raymond Hettinger | 2007-11-08 | 1 | -2/+47 |
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -1/+1 |
* | Add test and fix for fromkeys() optional argument. | Raymond Hettinger | 2007-03-21 | 1 | -0/+3 |
* | Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call... | Raymond Hettinger | 2007-03-20 | 1 | -0/+4 |
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -2/+2 |
* | Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). | Raymond Hettinger | 2007-02-19 | 1 | -0/+20 |
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -2/+2 |
* | SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). | Raymond Hettinger | 2007-01-11 | 1 | -0/+11 |
* | For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. | Raymond Hettinger | 2006-12-30 | 1 | -0/+26 |