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
/
Objects
/
setobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF 1062353: set pickling problems
Raymond Hettinger
2004-11-09
1
-2/+9
*
Use Py_CLEAR(). Add unrelated test.
Raymond Hettinger
2004-09-28
1
-1/+1
*
Moved SunPro warning suppression into pyport.h and out of individual
Nicholas Bastin
2004-07-15
1
-4/+0
*
Fixed end-of-loop code not reached warning when using SunPro C
Nicholas Bastin
2004-06-17
1
-0/+4
*
Remove a function no longer in use.
Raymond Hettinger
2004-06-14
1
-8/+0
*
Remove unnecessary GC support. Sets cannot have cycles.
Raymond Hettinger
2004-06-13
1
-16/+7
*
Futher improvements to frozenset hashing (based on Yitz Gale's battery of
Raymond Hettinger
2004-06-10
1
-8/+10
*
Fixups to the hash function for frozensets.
Raymond Hettinger
2004-06-10
1
-1/+4
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
1
-4/+8
*
The copy module now handles sets directly. The __copy__ methods are no
Raymond Hettinger
2004-03-08
1
-4/+0
*
* Simplify and speedup logic for tp_print.
Raymond Hettinger
2003-12-31
1
-15/+29
*
Speedup set.update by using the override mode for PyDict_Merge().
Raymond Hettinger
2003-12-15
1
-1/+1
*
Improve algorithm for set.difference when the input is not a set.
Raymond Hettinger
2003-12-15
1
-43/+43
*
* Refactor set.__contains__()
Raymond Hettinger
2003-12-13
1
-21/+10
*
Refactor set.discard() and set.remove().
Raymond Hettinger
2003-12-13
1
-31/+22
*
Use dictionary specific looping idiom where possible.
Raymond Hettinger
2003-12-13
1
-114/+40
*
* Added a new method flag, METH_COEXIST.
Raymond Hettinger
2003-12-13
1
-0/+26
*
Expose dict_contains() and PyDict_Contains() with is about 10% faster
Raymond Hettinger
2003-11-25
1
-9/+9
*
Factor out more duplicate code.
Raymond Hettinger
2003-11-24
1
-77/+51
*
Stop GCC warning about int literal that's so long that it becomes an
Guido van Rossum
2003-11-24
1
-1/+1
*
* Checkin remaining documentation
Raymond Hettinger
2003-11-24
1
-137/+148
*
* Simplify hash function and add test to show effectiveness of the hash
Raymond Hettinger
2003-11-23
1
-14/+26
*
Extend temporary hashability to remove() and discard().
Raymond Hettinger
2003-11-22
1
-11/+52
*
Allow temporary hashability for the __contains__ test.
Raymond Hettinger
2003-11-21
1
-1/+17
*
issubset() and issuperset() to work with general iterables
Raymond Hettinger
2003-11-21
1
-5/+15
*
Three minor performance improvements:
Raymond Hettinger
2003-11-20
1
-12/+41
*
Implement straightforward suggestions from gcc warnings (remove unused
Guido van Rossum
2003-11-18
1
-3/+2
*
Use PySequence_Contains() instead of direct access macro.
Raymond Hettinger
2003-11-18
1
-11/+5
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
1
-40/+66
*
Fix output spacing typo
Raymond Hettinger
2003-11-16
1
-1/+1
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-0/+1073