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_sets.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exercise DocTestSuite's search for __test__.
Raymond Hettinger
2004-08-07
1
-2/+2
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
Add more identity tests.
Raymond Hettinger
2003-09-24
1
-0/+11
*
Improve and expand identity tests.
Raymond Hettinger
2003-09-21
1
-11/+18
*
SF patch #736962: Port tests to unittest
Raymond Hettinger
2003-08-30
1
-0/+10
*
Improvements to set.py:
Raymond Hettinger
2003-08-17
1
-11/+133
*
Keep doctests in sync with the docs.
Raymond Hettinger
2003-08-16
1
-5/+5
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-32/+24
*
TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using
Tim Peters
2003-03-02
1
-44/+16
*
Typo repairs in new code.
Tim Peters
2003-03-02
1
-3/+7
*
SF bug 693121: Set == non-Set is a TypeError.
Tim Peters
2003-03-02
1
-12/+23
*
The doctest was printing Sets, but that's unreliable because set
Tim Peters
2003-03-01
1
-6/+9
*
* Add test for __cmp__()
Raymond Hettinger
2003-01-15
1
-2/+40
*
SF 643115: Set._update() had a special case for dictionaries which allowed
Raymond Hettinger
2002-11-25
1
-0/+3
*
remove debugging print
Jeremy Hylton
2002-11-13
1
-2/+0
*
Add getstate and setstate implementation to concrete set classes.
Jeremy Hylton
2002-11-13
1
-1/+9
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-4/+4
*
Closes SF bug #628246.
Raymond Hettinger
2002-11-08
1
-0/+25
*
Implemented <, <=, >, >= for sets, giving subset and proper-subset
Tim Peters
2002-08-25
1
-7/+21
*
TestSubset(): Generalized the framework to support testing upcoming
Tim Peters
2002-08-25
1
-10/+23
*
Rewrote all remaining assert stmts.
Tim Peters
2002-08-25
1
-30/+30
*
Simplified construction of the test suite.
Tim Peters
2002-08-25
1
-21/+23
*
Simplified code building sets of characters.
Tim Peters
2002-08-25
1
-5/+5
*
Ack! Virtually every test here relied on an assert stmt. assert stmts
Tim Peters
2002-08-25
1
-60/+60
*
Simplified the setup for is-subset testing.
Tim Peters
2002-08-25
1
-25/+20
*
Removed < <= > >= from the API. Implemented as comparisons of the
Raymond Hettinger
2002-08-24
1
-2/+2
*
At Tim Peter's suggestion, propagated GvR's binary operator changes to
Raymond Hettinger
2002-08-24
1
-0/+32
*
Expanded tests for sets of sets.
Raymond Hettinger
2002-08-24
1
-0/+4
*
Add regression test for proper construction of sets of sets.
Raymond Hettinger
2002-08-21
1
-0/+10
*
Rename popitem() to pop(). (An idea from SF patch 597444.)
Guido van Rossum
2002-08-20
1
-2/+2
*
Set classes and their unit tests, from sandbox.
Guido van Rossum
2002-08-19
1
-0/+568