index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_set.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110525: Delete `test_c_api` method from `set` object (#110688)
Nikita Sobolev
2023-10-13
1
-4/+0
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-5/+1
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-3/+21
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Dennis Sweeney
2022-02-11
1
-0/+186
*
bpo-43413: Revert changes in set.__init__ (GH-28403)
Serhiy Storchaka
2021-12-26
1
-2/+5
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-8/+54
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Dong-hee Na
2021-06-23
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
1
-1/+2
*
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
Raymond Hettinger
2020-06-23
1
-9/+0
*
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
Serhiy Storchaka
2020-06-21
1
-25/+0
*
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...
Raymond Hettinger
2019-06-11
1
-0/+6
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #26163: Disable periodically failing test which was overly demanding o...
Raymond Hettinger
2016-11-22
1
-4/+1
*
Merge
Raymond Hettinger
2016-09-08
1
-0/+15
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+3
*
|
Add more tests of hash effectiveness.
Raymond Hettinger
2015-08-09
1
-0/+24
|
/
*
Issue #24583: Fix crash when set is mutated while being updated.
Raymond Hettinger
2015-07-16
1
-0/+13
*
Added regression test for issue24581.
Serhiy Storchaka
2015-07-08
1
-0/+11
|
\
|
*
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
-23/+25
|
\
\
|
|
/
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-23/+25
*
|
fix the description of bytes tests
Philip Jenvey
2014-04-18
1
-1/+1
|
/
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-4/+4
*
Merge 3.3 into default.
Tim Peters
2013-09-06
1
-1/+1
|
\
|
*
Issue 18944: fix a 1-character typo in test_set.py.
Tim Peters
2013-09-06
1
-1/+1
*
|
#17790: merge with 3.3.
Ezio Melotti
2013-04-19
1
-84/+31
|
\
\
|
|
/
|
*
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-04-19
1
-84/+31
*
|
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
1
-2/+0
|
/
*
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-0/+21
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-3/+20
|
\
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-3/+20
|
*
Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...
Éric Araujo
2011-03-23
1
-0/+34
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
\
|
|
/
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
*
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/+1
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-59/+59
|
*
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Raymond Hettinger
2009-07-27
1
-0/+4
*
|
Fix accidental suppression in r84537
v3.2a2
Éric Araujo
2010-09-05
1
-1/+1
*
|
Make naming consistent
Éric Araujo
2010-09-05
1
-3/+3
*
|
Issue 8420: Fix obscure set crashers.
Raymond Hettinger
2010-09-03
1
-0/+34
*
|
#8768: name test method properly so that it gets executed.
Georg Brandl
2010-08-01
1
-1/+1
*
|
Issue 8436: set.__init__ accepts keyword args
Raymond Hettinger
2010-04-18
1
-0/+1
*
|
Clean up the warnings filter use in test_set.
Brett Cannon
2010-03-20
1
-2/+3
[next]