| Commit message (Expand) | Author | Age | Files | Lines |
* | When comparing objects of different types (which is done by comparing | Guido van Rossum | 1998-06-09 | 1 | -8/+15 |
|
|
* | In PyObject_IsTrue(), don't call function pointers that are NULL | Guido van Rossum | 1998-05-22 | 1 | -3/+6 |
|
|
* | If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str | Guido van Rossum | 1998-04-28 | 1 | -0/+12 |
|
|
* | Be less naive about null characters in an object's repr(). | Guido van Rossum | 1998-04-21 | 1 | -2/+2 |
|
|
* | Some robustness checks in Py_ReprLeave() in the unlikely event someone | Guido van Rossum | 1998-04-11 | 1 | -0/+4 |
|
|
* | Add implementations of Py_Repr{Enter,Leave}. | Guido van Rossum | 1998-04-10 | 1 | -0/+64 |
|
|
* | Add PyObject_Not(). | Guido van Rossum | 1998-04-09 | 1 | -0/+14 |
|
|
* | Instead of "attribute-less object", issue an error message that | Guido van Rossum | 1998-01-19 | 1 | -1/+4 |
|
|
* | Add a new function PyNumber_CoerceEx() which works just like | Guido van Rossum | 1997-11-19 | 1 | -3/+15 |
|
|
* | Fix mixup about PyErr_NoMemory() prototype. | Guido van Rossum | 1997-08-12 | 1 | -4/+8 |
|
|
* | Added _Py_ResetReferences(), if tracing references. | Guido van Rossum | 1997-08-05 | 1 | -3/+84 |
|
|
* | PyObject_Compare can raise an exception now. | Guido van Rossum | 1997-05-23 | 1 | -15/+16 |
|
|
* | Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. | Guido van Rossum | 1997-05-20 | 1 | -0/+43 |
|
|
* | Oops, another forgotten renaming: varobject -> PyVarObject. | Guido van Rossum | 1997-05-15 | 1 | -5/+5 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -144/+145 |
|
|
* | Intern the strings created in getattr() and setattr(). | Guido van Rossum | 1997-01-18 | 1 | -2/+2 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 1 | -2/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Correct typo in setattr: return -1 for error, not NULL | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Define reference count admin debug functions to return void. | Guido van Rossum | 1996-08-12 | 1 | -0/+4 |
|
|
* | Support for tp_getattro, tp_setattro (Sjoerd) | Guido van Rossum | 1996-08-09 | 1 | -0/+21 |
|
|
* | Hacks for MS_COREDLL | Guido van Rossum | 1996-07-21 | 1 | -0/+19 |
|
|
* | rename printrefs, getobjects to _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -2/+2 |
|
|
* | TRACE_REFS -> Py_TRACE_REFS. | Guido van Rossum | 1996-05-22 | 1 | -1/+5 |
|
|
* | Hack to force loading of cobject.o | Guido van Rossum | 1996-01-12 | 1 | -0/+4 |
|
|
* | Implemented two new functions in sys: | Sjoerd Mullender | 1995-08-29 | 1 | -0/+58 |
|
|
* | args to call_object must be tuple or NULL | Guido van Rossum | 1995-07-12 | 1 | -10/+4 |
|
|
* | change in counting freed objects | Guido van Rossum | 1995-04-06 | 1 | -4/+4 |
|
|
* | fix dusty debugging macros | Guido van Rossum | 1995-03-29 | 1 | -1/+1 |
|
|
* | make size arg signed | Guido van Rossum | 1995-02-10 | 1 | -1/+1 |
|
|
* | move callable() here | Guido van Rossum | 1995-01-26 | 1 | -0/+29 |
|
|
* | fix strobject() behavior | Guido van Rossum | 1995-01-17 | 1 | -2/+4 |
|
|
* | properly implement cmp() for class instances | Guido van Rossum | 1995-01-12 | 1 | -0/+31 |
|
|
* | move coerce() from bltinmodule.c to object.c and implement builtin_coerce() d... | Guido van Rossum | 1995-01-10 | 1 | -0/+33 |
|
|
* | attribute-less object is AttributeError, not TypeError | Guido van Rossum | 1995-01-07 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 1 | -13/+7 |
|
|
* | rearranged code in debugging version of DELREF to avoid touching data | Guido van Rossum | 1994-09-07 | 1 | -1/+2 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -8/+4 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 1 | -1/+35 |
|
|
* | import.c: When something is wrong with the .pyc, properly open the .py | Sjoerd Mullender | 1993-10-25 | 1 | -8/+9 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -0/+2 |
|
|
* | intobject.c: Save references to small integers, so that they can be | Sjoerd Mullender | 1993-10-15 | 1 | -2/+8 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -2/+38 |
|
|
* | * accessobject.c (ownercheck): allow a base class access to protected | Guido van Rossum | 1993-07-11 | 1 | -0/+14 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 1 | -0/+23 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+17 |
|
|
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 1 | -12/+1 |
|
|
* | If a type has a repr function but no print function, printing it now | Guido van Rossum | 1992-09-03 | 1 | -5/+34 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|