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
/
Include
/
setobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-5/+5
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+3
*
Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.
Neal Norwitz
2006-03-04
1
-1/+1
*
Numerous fix-ups to C API and docs. Added tests for C API.
Raymond Hettinger
2005-08-16
1
-1/+1
*
Add a C API for sets and frozensets.
Raymond Hettinger
2005-08-16
1
-0/+9
*
* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.
Raymond Hettinger
2005-08-07
1
-1/+5
*
Model set.pop() after dict.popitem().
Raymond Hettinger
2005-08-02
1
-0/+4
*
* Improve code for the empty frozenset singleton:
Raymond Hettinger
2005-08-01
1
-2/+1
*
Revised the set() and frozenset() implementaion to use its own internal
Raymond Hettinger
2005-07-31
1
-13/+45
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
1
-0/+8
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
1
-0/+1
*
* Checkin remaining documentation
Raymond Hettinger
2003-11-24
1
-1/+1
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
1
-0/+6
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-0/+26