| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,... | Georg Brandl | 2009-01-01 | 1 | -4/+12 |
|
|
* | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -4/+7 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 1 | -1/+2 |
|
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -1/+1 |
|
|
* | Added additional __sizeof__ implementations and addressed comments made in | Robert Schuppenies | 2008-07-10 | 1 | -0/+16 |
|
|
* | Multi-arg form for set.difference() and set.difference_update(). | Raymond Hettinger | 2008-06-11 | 1 | -14/+39 |
|
|
* | Handle the case with zero arguments. | Raymond Hettinger | 2008-06-11 | 1 | -0/+3 |
|
|
* | Let set.intersection() and set.intersection_update() take multiple input argu... | Raymond Hettinger | 2008-06-09 | 1 | -3/+36 |
|
|
* | Let set.union() and set.update() accept multiple inputs. | Raymond Hettinger | 2008-06-09 | 1 | -15/+38 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -15/+15 |
|
|
* | Issue 2855: Fix obscure crasher by slowing down the entire module. Mimics wh... | Raymond Hettinger | 2008-05-30 | 1 | -0/+4 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -15/+15 |
|
|
* | Frozensets do not benefit from autoconversion. | Raymond Hettinger | 2008-05-08 | 1 | -3/+3 |
|
|
* | dict.copy() rises from the ashes. Revert r60687. | Raymond Hettinger | 2008-02-12 | 1 | -15/+1 |
|
|
* | Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go ... | Raymond Hettinger | 2008-02-09 | 1 | -1/+15 |
|
|
* | Unified naming convention for free lists and their limits. All free lists | Christian Heimes | 2008-02-06 | 1 | -10/+12 |
|
|
* | Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S... | Amaury Forgeot d'Arc | 2008-02-03 | 1 | -1/+6 |
|
|
* | Factor-out common code with a new macro | Raymond Hettinger | 2008-01-28 | 1 | -4/+4 |
|
|
* | Make PySet_Add() work with frozensets. | Raymond Hettinger | 2008-01-28 | 1 | -15/+4 |
|
|
* | Revert PySet_Add() changes. | Raymond Hettinger | 2008-01-26 | 1 | -0/+5 |
|
|
* | Update test code for change to PySet_Add(). | Raymond Hettinger | 2008-01-26 | 1 | -1/+0 |
|
|
* | Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build... | Raymond Hettinger | 2008-01-26 | 1 | -4/+0 |
|
|
* | Changes 54857 and 54840 broke code and were reverted in Py2.5 just before | Raymond Hettinger | 2008-01-25 | 1 | -7/+7 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -16/+16 |
|
|
* | Backport of _abccoll.py by Benjamin Arangueren, issue 1383. | Guido van Rossum | 2007-11-22 | 1 | -8/+1 |
|
|
* | Reposition the decref (spotted by eagle-eye norwitz). | Raymond Hettinger | 2007-11-08 | 1 | -1/+2 |
|
|
* | Add set.isdisjoint() | Raymond Hettinger | 2007-11-08 | 1 | -0/+70 |
|
|
* | Add a bunch of GIL release/acquire points in tp_print implementations and for | Brett Cannon | 2007-09-17 | 1 | -0/+8 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -23/+20 |
|
|
* | Fix a bug in test_c_api() that caused a negative refcount. | Guido van Rossum | 2007-05-10 | 1 | -3/+3 |
|
|
* | Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call... | Raymond Hettinger | 2007-03-20 | 1 | -2/+18 |
|
|
* | Fixup set/dict interoperability. | Raymond Hettinger | 2007-02-19 | 1 | -0/+11 |
|
|
* | Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). | Raymond Hettinger | 2007-02-19 | 1 | -7/+11 |
|
|
* | Bypass set specific optimizations for set and frozenset subclasses. | Raymond Hettinger | 2007-02-08 | 1 | -7/+7 |
|
|
* | Bug #1648179: set.update() not recognizing __iter__ overrides in dict subcla... | Raymond Hettinger | 2007-02-01 | 1 | -4/+4 |
|
|
* | SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). | Raymond Hettinger | 2007-01-11 | 1 | -2/+2 |
|
|
* | For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. | Raymond Hettinger | 2006-12-30 | 1 | -4/+24 |
|
|
* | Port Georg's dictobject.c fix keys that were tuples got unpacked on the way t... | Raymond Hettinger | 2006-12-08 | 1 | -1/+15 |
|
|
* | Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug ... | Raymond Hettinger | 2006-12-08 | 1 | -6/+31 |
|
|
* | Eliminate two redundant calls to PyObject_Hash(). | Raymond Hettinger | 2006-12-08 | 1 | -4/+23 |
|
|
* | Fix warnings with HP's C compiler. It doesn't recognize that infinite | Neal Norwitz | 2006-10-28 | 1 | -0/+2 |
|
|
* | Fix refcounts and add error checks. | Raymond Hettinger | 2006-09-07 | 1 | -8/+35 |
|
|
* | [Bug #1414697] Change docstring of set/frozenset types to specify that the co... | Andrew M. Kuchling | 2006-07-29 | 1 | -2/+2 |
|
|
* | otherset is known to be non-NULL based on checks before and DECREF after. | Neal Norwitz | 2006-07-17 | 1 | -2/+2 |
|
|
* | Use Py_ssize_t | Neal Norwitz | 2006-06-19 | 1 | -22/+22 |
|
|
* | Clear dummy and emptyfrozenset, so that we don't have | Martin v. Löwis | 2006-04-15 | 1 | -2/+2 |
|
|
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 1 | -0/+8 |
|
|
* | Remove "static forward" declaration. Move constructors | Martin v. Löwis | 2006-04-11 | 1 | -17/+15 |
|
|
* | SF patch #1458476 with modifications based on discussions in python-dev. This | Barry Warsaw | 2006-03-30 | 1 | -1/+68 |
|
|
* | Remove unnecessary casts in type object initializers. | Georg Brandl | 2006-03-30 | 1 | -4/+4 |
|
|