COMMITS
/ Objects/dictobject.c July 16, 1998
G
Avoid using calloc(). This triggered an obscure bug on multiprocessor
Guido van Rossum committed
May 14, 1998
G
Make sure that PyDict_GetItem[String]() *never* raises an exception.
Guido van Rossum committed
April 10, 1998
G
Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space.
Guido van Rossum committed
October 20, 1997
G
Correct Barry's fix -- take care of {}.get(0).
Guido van Rossum committed
B
dict_get(): Fixed a couple of stupid mistakes which caused crashes.
Barry Warsaw committed
October 6, 1997
B
dict_get(): New method for item access with different semantics than
Barry Warsaw committed
September 29, 1997
G
Don't intern the key string for getitem and delitem.
Guido van Rossum committed
August 18, 1997
G
Made lookdict nearly twice as fast, resulting in a 5% overall
Guido van Rossum committed
July 13, 1997
G
Reordered list of methods to hopefully put the most frequently used
Guido van Rossum committed
June 2, 1997
G
Renamed dict.absorb() (too spungy) to dict.update().
Guido van Rossum committed
May 28, 1997
G
Added dict.absorb() and dict.copy().
Guido van Rossum committed
May 23, 1997
G
PyObject_Compare can now return an error. Unfortunately, there are a
Guido van Rossum committed
May 20, 1997
G
Moved PyObject_{Get,Set}Attr to object.c.
Guido van Rossum committed
May 16, 1997
G
Got rid of all the last_name_* bogosities. I don't think the
Guido van Rossum committed
May 13, 1997
G
Renamed from mappingobject.c to dictobject.c.
Guido van Rossum committed
May 2, 1997
G
Quickly renamed the last directory.
Guido van Rossum committed
April 11, 1997
G
(Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined.
Guido van Rossum committed
April 9, 1997
G
Tweaks to keep the Microsoft compiler quiet.
Guido van Rossum committed
March 21, 1997
G
Add clear() method to dictionary objects.
Guido van Rossum committed
January 29, 1997
G
Small lookmapping nits:
Guido van Rossum committed
G
Final three poly table entries corrected by Tim Peters.
Guido van Rossum committed
January 28, 1997
G
Changed the lookup algorithm again, based on Reimer Behrends's post.
Guido van Rossum committed
January 23, 1997
G
Forget keeping track of whether a dictionary contains all interned
Guido van Rossum committed
January 18, 1997
G
String interning.
Guido van Rossum committed
January 16, 1997
G
Rewrote lookmapping() according to suggestions by Jyrki Alakuijala.
Guido van Rossum committed
December 5, 1996
G
Experimental new implementation of dictionary comparison. This
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 9, 1996
G
Support for tp_getattro, tp_setattro (Sjoerd)
Guido van Rossum committed
July 30, 1996
G
Speedup suggested by Sjoerd
Guido van Rossum committed
December 8, 1995
G
fix free memory reads in dictlookup et al
Guido van Rossum committed
March 9, 1995
G
a few peephole optimizations
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
* Objects/mappingobject.c (mappingremove): don't call
Guido van Rossum committed
G
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
November 23, 1993
G
Fix lay-out of previous fix.
Guido van Rossum committed
G
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum committed
November 10, 1993
G
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
Guido van Rossum committed
G
* posixmodule.c: added set{uid,gid}.
Guido van Rossum committed
November 5, 1993
G
Added getmappingsize(). (Needed by previous checkin of posixmodule.c)
Guido van Rossum committed
October 22, 1993
S
Several optimizations and speed improvements.
Sjoerd Mullender committed
July 29, 1993
G
Minor fixes / changes for Mac compatibility.
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
March 27, 1993
G
Generalized version of dictionaries, with compatibility hacks.
Guido van Rossum committed