Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2f76f73d7326496b7fff114fd478e764c13111f4
/
Include
/
setobject.h
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
58e185a
Nasty typo in setobject.h
by Amaury Forgeot d'Arc
· 17 years ago
cab3d98
Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does.
by Amaury Forgeot d'Arc
· 17 years ago
7759a0c
Factor-out common code with a new macro
by Raymond Hettinger
· 17 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 17 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
0f2783c
Use Py_ssize_t
by Neal Norwitz
· 18 years ago
176014f
SF patch #1458476 with modifications based on discussions in python-dev. This
by Barry Warsaw
· 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
· 20 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