| Commit message (Expand) | Author | Age | Files | Lines |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. | Raymond Hettinger | 2007-12-18 | 1 | -0/+1 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -2/+2 |
|
|
* | Variation of patch # 1624059 to speed up checking if an object is a subclass | Neal Norwitz | 2007-02-25 | 1 | -1/+2 |
|
|
* | Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). | Raymond Hettinger | 2007-02-19 | 1 | -0/+3 |
|
|
* | Convert relevant dict internals to Py_ssize_t. | Tim Peters | 2006-05-30 | 1 | -5/+9 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
|
|
* | Fix name problem in previous checkin: Dict not List | Jeremy Hylton | 2003-12-26 | 1 | -1/+1 |
|
|
* | At 2.2, the Py<type>_Check() family of API functions (macros) changed | Andrew MacIntyre | 2003-12-26 | 1 | -0/+1 |
|
|
* | reverting 2.29: the patch was Ok, but the commit msg wrong | Andrew MacIntyre | 2003-12-26 | 1 | -1/+0 |
|
|
* | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along | Andrew MacIntyre | 2003-12-26 | 1 | -0/+1 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+1 |
|
|
* | Add a reference to dictnotes.txt. It does no good if you don't know it's | Raymond Hettinger | 2003-05-03 | 1 | -0/+6 |
|
|
* | Constify char* API. Fixes #651363. 2.2 candidate. | Martin v. Löwis | 2002-12-11 | 1 | -3/+3 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -19/+19 |
|
|
* | Get rid of USE_CACHE_ALIGNED. It has no function anymore. | Jack Jansen | 2002-04-11 | 1 | -3/+0 |
|
|
* | SF bug #491415 PyDict_UpdateFromSeq2() unused | Tim Peters | 2001-12-11 | 1 | -1/+19 |
|
|
* | Add PyDict_Merge(a, b, override): | Guido van Rossum | 2001-08-10 | 1 | -0/+1 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -1/+76 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Removed Py_PROTO and switched to ANSI C declarations in the dict | Tim Peters | 2000-07-04 | 1 | -14/+14 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
|
|
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 1 | -0/+2 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -14/+14 |
|
|
* | Subsumed mappingobject.h in dictobject.h. | Guido van Rossum | 1997-05-13 | 1 | -3/+21 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -14/+0 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -9/+9 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -3/+0 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -19/+14 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Added/moved dict2 interfaces. | Guido van Rossum | 1991-08-16 | 1 | -1/+3 |
|
|
* | Export getdict2key() interface. | Guido van Rossum | 1991-06-07 | 1 | -0/+1 |
|
|
* | Added declaration for dict2insert. | Guido van Rossum | 1991-04-03 | 1 | -0/+2 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | Added getdictkeys() prototype. | Guido van Rossum | 1990-10-30 | 1 | -0/+1 |
|
|
* | Remove dict2 interface -- it's now static. | Guido van Rossum | 1990-10-14 | 1 | -6/+0 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+25 |
|
|