Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d84da1b67a12df114de2f76e0644174f07f2c834
/
Include
/
setobject.h
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
8c49c82
Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.
by Neal Norwitz
· 19 years ago
c47e01d
Numerous fix-ups to C API and docs. Added tests for C API.
by Raymond Hettinger
· 19 years ago
beb3101
Add a C API for sets and frozensets.
by Raymond Hettinger
· 19 years ago
bc841a1
* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.
by Raymond Hettinger
· 19 years ago
67962ab
Model set.pop() after dict.popitem().
by Raymond Hettinger
· 19 years ago
d794666
* Improve code for the empty frozenset singleton:
by Raymond Hettinger
· 19 years ago
9f1a679
Revised the set() and frozenset() implementaion to use its own internal
by Raymond Hettinger
· 19 years ago
89a3946
Wrote down the invariants of some common objects whose structure is
by Armin Rigo
· 20 years ago
691d805
Make sets and deques weak referencable.
by Raymond Hettinger
· 21 years ago
f5f41bf
* Checkin remaining documentation
by Raymond Hettinger
· 21 years ago
50a4bb3
Various fixups (most suggested by Armin Rigo).
by Raymond Hettinger
· 21 years ago
a690a99
* Migrate set() and frozenset() from the sandbox.
by Raymond Hettinger
· 21 years ago