Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0c7b2c9c191a97b4aede17c15e2b5013e7edcfb5
/
Lib
/
test
/
test_set.py
733dc74
fill in actual issue number in tests
by Antoine Pitrou
· 17 years ago
aa68790
Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
by Antoine Pitrou
· 17 years ago
0fc0747
Issue #4740: Use HIGHEST_PROTOCOL in pickle test.
by Hirokazu Yamamoto
· 17 years ago
d78b9dc
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
by Amaury Forgeot d'Arc
· 17 years ago
4267be6
Multi-arg form for set.difference() and set.difference_update().
by Raymond Hettinger
· 17 years ago
610a93e
Handle the case with zero arguments.
by Raymond Hettinger
· 17 years ago
5c4d3d0
Let set.intersection() and set.intersection_update() take multiple input arguments.
by Raymond Hettinger
· 17 years ago
ee4bcad
Let set.union() and set.update() accept multiple inputs.
by Raymond Hettinger
· 17 years ago
be9160b
Don't try to close a non-open file.
by Neal Norwitz
· 17 years ago
6170874
Expand tests to include nested graph structures.
by Raymond Hettinger
· 18 years ago
1760c8a
Add set.isdisjoint()
by Raymond Hettinger
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
e3146f5
Add test and fix for fromkeys() optional argument.
by Raymond Hettinger
· 18 years ago
0bbbfc4
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
by Raymond Hettinger
· 18 years ago
ea5962f
Whitespace normalization.
by Tim Peters
· 18 years ago
d6fc72a
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
by Raymond Hettinger
· 18 years ago
f733abb
Whitespace normalization.
by Tim Peters
· 19 years ago
9fdfadb
SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().
by Raymond Hettinger
· 19 years ago
5399910
For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing.
by Raymond Hettinger
· 19 years ago
c789f34
Add test for SF bug 1576657
by Raymond Hettinger
· 19 years ago
6902b44
Try to repair more new buildbot failures in "x86 OpenBSD trunk", due
by Tim Peters
· 19 years ago
176014f
SF patch #1458476 with modifications based on discussions in python-dev. This
by Barry Warsaw
· 19 years ago
f5b3e36
Renamed _length_cue() to __length_hint__(). See:
by Armin Rigo
· 19 years ago
fcf4435
Improve test coverage. Hope the test_file changes work the same on windows.
by Neal Norwitz
· 20 years ago
9bda1d6
No longer ignore exceptions raised by comparisons during key lookup.
by Raymond Hettinger
· 20 years ago
c47e01d
Numerous fix-ups to C API and docs. Added tests for C API.
by Raymond Hettinger
· 20 years ago
97979dd
* Fix SF #1257731. Make __contains__(), remove(), and discard() only do
by Raymond Hettinger
· 20 years ago
c991db2
* Add short-circuit code for in-place operations with self (such as
by Raymond Hettinger
· 20 years ago
d794666
* Improve code for the empty frozenset singleton:
by Raymond Hettinger
· 20 years ago
82cb9a2
Add test for hash commutativity.
by Raymond Hettinger
· 20 years ago
bb999b5
SF patch #1200018: Restore GC support to set objects
by Raymond Hettinger
· 20 years ago
15056a5
SF 1062353: set pickling problems
by Raymond Hettinger
· 21 years ago
6429a47
Use Py_CLEAR(). Add unrelated test.
by Raymond Hettinger
· 21 years ago
ffdb8bb
Use floor division operator.
by Raymond Hettinger
· 21 years ago
eae05de
* fix the print test * add more __init__ tests
by Raymond Hettinger
· 21 years ago
691d805
Make sets and deques weak referencable.
by Raymond Hettinger
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
58eb11c
Whitespace normalization.
by Tim Peters
· 22 years ago
6e70acc
Strengthen the test for hash effectiveness
by Raymond Hettinger
· 22 years ago
64958a1
Guido grants a Christmas wish:
by Raymond Hettinger
· 22 years ago
f5f41bf
* Checkin remaining documentation
by Raymond Hettinger
· 22 years ago
49ba4c3
* Simplify hash function and add test to show effectiveness of the hash
by Raymond Hettinger
· 22 years ago
bfd334a
Extend temporary hashability to remove() and discard().
by Raymond Hettinger
· 22 years ago
19c2d77
Allow temporary hashability for the __contains__ test.
by Raymond Hettinger
· 22 years ago
3fbec70
issubset() and issuperset() to work with general iterables
by Raymond Hettinger
· 22 years ago
50a4bb3
Various fixups (most suggested by Armin Rigo).
by Raymond Hettinger
· 22 years ago
a690a99
* Migrate set() and frozenset() from the sandbox.
by Raymond Hettinger
· 22 years ago