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
*
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