summaryrefslogtreecommitdiff
path: root/Lib/test/test_set.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #26163: Disable periodically failing test which was overly demanding o...Raymond Hettinger2016-11-211-4/+1
* MergeRaymond Hettinger2016-09-081-0/+15
* Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-241-1/+0
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+24
|\ \ | |/ |/|
| * Add more tests of hash effectiveness.Raymond Hettinger2015-08-091-0/+24
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+3
|/
* Issue #24583: Fix crash when set is mutated while being updated.Raymond Hettinger2015-07-151-0/+13
* Added regression test for issue24581.Serhiy Storchaka2015-07-081-1/+1
|\
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-23/+25
| |\
| * | fix the description of bytes testsPhilip Jenvey2014-04-181-1/+1
* | | Added regression test for issue24581.Serhiy Storchaka2015-07-081-0/+11
| |/ |/|
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-23/+25
|/
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-4/+4
* Merge 3.3 into default.Tim Peters2013-09-061-1/+1
|\
| * Issue 18944: fix a 1-character typo in test_set.py.Tim Peters2013-09-061-1/+1
* | #17790: merge with 3.3.Ezio Melotti2013-04-191-2/+0
|\ \ | |/ |/|
| * Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-2/+0
* | #17790: test_set now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-04-191-84/+31
|/
* Issue #14288: Serialization support for builtin iterators.Kristj?n Valur J?nsson2012-04-031-0/+21
* Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-35/+35
|\
| * #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\
| * | Fix accidental suppression in r84537v3.2a2Éric Araujo2010-09-051-1/+1
| * | Make naming consistentÉric Araujo2010-09-051-3/+3
| * | Issue 8420: Fix obscure set crashers.Raymond Hettinger2010-09-031-0/+34
| * | #8768: name test method properly so that it gets executed.Georg Brandl2010-08-011-1/+1
| * | Issue 8436: set.__init__ accepts keyword argsRaymond Hettinger2010-04-181-0/+1
| * | Clean up the warnings filter use in test_set.Brett Cannon2010-03-201-2/+3
| * | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
| * | Merged revisions 78886 via svnmerge fromVictor Stinner2010-03-131-1/+1
| * | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-31/+31
| * | Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-271-0/+4
| * | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-59/+59
* | | Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-3/+20
* | | Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...Éric Araujo2011-03-231-0/+34
| |/ |/|
* | #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* | Merged revisions 83385-83389,83391 via svnmerge fromGeorg Brandl2010-08-011-1/+1
* | Issue 8436: set.__init__ accepts keyword argsRaymond Hettinger2010-04-181-0/+1
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-59/+59
* | Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-271-0/+4
|/
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-10/+0
* Merged revisions 68128 via svnmerge fromAntoine Pitrou2009-01-011-2/+15
* Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto...Hirokazu Yamamoto2008-12-271-1/+1
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-161-4/+9
* remove some more references to __cmp__ #1717Benjamin Peterson2008-10-161-3/+0
* merge from trunkBenjamin Peterson2008-10-111-0/+11
* Fix a potential NameError.Thomas Heller2008-07-151-1/+1
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-171-0/+20