summaryrefslogtreecommitdiff
path: root/Include/dictobject.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-32/+32
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+12
* Issue #4688: Add a heuristic so that tuples and dicts containing onlyAntoine Pitrou2009-03-231-0/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-181-0/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+2
* Variation of patch # 1624059 to speed up checking if an object is a subclassNeal Norwitz2007-02-251-1/+2
* Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().Raymond Hettinger2007-02-191-0/+3
* Convert relevant dict internals to Py_ssize_t.Tim Peters2006-05-301-5/+9
* Merge ssize_t branch.Martin v. Löwis2006-02-151-2/+2
* Fix name problem in previous checkin: Dict not ListJeremy Hylton2003-12-261-1/+1
* At 2.2, the Py<type>_Check() family of API functions (macros) changedAndrew MacIntyre2003-12-261-0/+1
* reverting 2.29: the patch was Ok, but the commit msg wrongAndrew MacIntyre2003-12-261-1/+0
* The semantics of PyList_Check() and PyDict_Check() changed at 2.2, alongAndrew MacIntyre2003-12-261-0/+1
* Expose dict_contains() and PyDict_Contains() with is about 10% fasterRaymond Hettinger2003-11-251-0/+1
* Add a reference to dictnotes.txt. It does no good if you don't know it'sRaymond Hettinger2003-05-031-0/+6
* Constify char* API. Fixes #651363. 2.2 candidate.Martin v. Löwis2002-12-111-3/+3
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-19/+19
* Get rid of USE_CACHE_ALIGNED. It has no function anymore.Jack Jansen2002-04-111-3/+0
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-111-1/+19
* Add PyDict_Merge(a, b, override):Guido van Rossum2001-08-101-0/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-1/+76
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Removed Py_PROTO and switched to ANSI C declarations in the dictTim Peters2000-07-041-14/+14
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-301-0/+2
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-14/+14
* Subsumed mappingobject.h in dictobject.h.Guido van Rossum1997-05-131-3/+21
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* new names for lots of new functionsGuido van Rossum1995-01-171-14/+0
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-9/+9
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* Several changes in one:Guido van Rossum1993-05-191-3/+0
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-19/+14
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added/moved dict2 interfaces.Guido van Rossum1991-08-161-1/+3
* Export getdict2key() interface.Guido van Rossum1991-06-071-0/+1
* Added declaration for dict2insert.Guido van Rossum1991-04-031-0/+2
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Added getdictkeys() prototype.Guido van Rossum1990-10-301-0/+1
* Remove dict2 interface -- it's now static.Guido van Rossum1990-10-141-6/+0
* Initial revisionGuido van Rossum1990-10-141-0/+25