| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space. | Guido van Rossum | 1998-04-10 | 1 | -5/+31 |
|
|
* | Correct Barry's fix -- take care of {}.get(0). | Guido van Rossum | 1997-10-20 | 1 | -0/+3 |
|
|
* | dict_get(): Fixed a couple of stupid mistakes which caused crashes. | Barry Warsaw | 1997-10-20 | 1 | -8/+2 |
|
|
* | dict_get(): New method for item access with different semantics than | Barry Warsaw | 1997-10-06 | 1 | -0/+38 |
|
|
* | Don't intern the key string for getitem and delitem. | Guido van Rossum | 1997-09-29 | 1 | -3/+1 |
|
|
* | Made lookdict nearly twice as fast, resulting in a 5% overall | Guido van Rossum | 1997-08-18 | 1 | -11/+13 |
|
|
* | Reordered list of methods to hopefully put the most frequently used | Guido van Rossum | 1997-07-13 | 1 | -4/+4 |
|
|
* | Renamed dict.absorb() (too spungy) to dict.update(). | Guido van Rossum | 1997-06-02 | 1 | -3/+3 |
|
|
* | Added dict.absorb() and dict.copy(). | Guido van Rossum | 1997-05-28 | 1 | -6/+70 |
|
|
* | PyObject_Compare can now return an error. Unfortunately, there are a | Guido van Rossum | 1997-05-23 | 1 | -0/+8 |
|
|
* | Moved PyObject_{Get,Set}Attr to object.c. | Guido van Rossum | 1997-05-20 | 1 | -33/+2 |
|
|
* | Got rid of all the last_name_* bogosities. I don't think the | Guido van Rossum | 1997-05-16 | 1 | -53/+34 |
|
|
* | Renamed from mappingobject.c to dictobject.c. | Guido van Rossum | 1997-05-13 | 1 | -110/+104 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -255/+258 |
|
|
* | (Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined. | Guido van Rossum | 1997-04-11 | 1 | -0/+3 |
|
|
* | Tweaks to keep the Microsoft compiler quiet. | Guido van Rossum | 1997-04-09 | 1 | -1/+1 |
|
|
* | Add clear() method to dictionary objects. | Guido van Rossum | 1997-03-21 | 1 | -0/+13 |
|
|
* | Small lookmapping nits: | Guido van Rossum | 1997-01-29 | 1 | -5/+6 |
|
|
* | Final three poly table entries corrected by Tim Peters. | Guido van Rossum | 1997-01-29 | 1 | -31/+30 |
|
|
* | Changed the lookup algorithm again, based on Reimer Behrends's post. | Guido van Rossum | 1997-01-28 | 1 | -114/+101 |
|
|
* | Forget keeping track of whether a dictionary contains all interned | Guido van Rossum | 1997-01-23 | 1 | -89/+55 |
|
|
* | String interning. | Guido van Rossum | 1997-01-18 | 1 | -16/+105 |
|
|
* | Rewrote lookmapping() according to suggestions by Jyrki Alakuijala. | Guido van Rossum | 1997-01-16 | 1 | -21/+71 |
|
|
* | Experimental new implementation of dictionary comparison. This | Guido van Rossum | 1996-12-05 | 1 | -0/+63 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Support for tp_getattro, tp_setattro (Sjoerd) | Guido van Rossum | 1996-08-09 | 1 | -0/+6 |
|
|
* | Speedup suggested by Sjoerd | Guido van Rossum | 1996-07-30 | 1 | -3/+4 |
|
|
* | fix free memory reads in dictlookup et al | Guido van Rossum | 1995-12-08 | 1 | -10/+7 |
|
|
* | a few peephole optimizations | Guido van Rossum | 1995-03-09 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | * Objects/mappingobject.c (mappingremove): don't call | Guido van Rossum | 1995-01-02 | 1 | -0/+3 |
|
|
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 1 | -27/+45 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -33/+36 |
|
|
* | Fix lay-out of previous fix. | Guido van Rossum | 1993-11-23 | 1 | -2/+4 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -4/+5 |
|
|
* | * parsermodule.c, Makefile, config.c: rudimentary interface to the Python | Guido van Rossum | 1993-11-10 | 1 | -1/+1 |
|
|
* | * posixmodule.c: added set{uid,gid}. | Guido van Rossum | 1993-11-10 | 1 | -2/+2 |
|
|
* | Added getmappingsize(). (Needed by previous checkin of posixmodule.c) | Guido van Rossum | 1993-11-05 | 1 | -0/+11 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -1/+23 |
|
|
* | Minor fixes / changes for Mac compatibility. | Guido van Rossum | 1993-07-29 | 1 | -2/+2 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -37/+115 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+7 |
|
|
* | Generalized version of dictionaries, with compatibility hacks. | Guido van Rossum | 1993-03-27 | 1 | -0/+705 |
|
|