| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove legacy use of __SC__; no longer needed now that ANSI source is | Fred Drake | 2000-07-09 | 1 | -4/+0 |
|
|
* | One of the new prototypes was missing the "void" args. | Greg Stein | 2000-07-08 | 1 | -1/+1 |
|
|
* | Got RID of redundant coercions in longobject.c (as spotted by Greg | Tim Peters | 2000-07-08 | 1 | -54/+54 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -0/+4 |
|
|
* | part 2 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 1 | -0/+7 |
|
|
* | Round 1 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 1 | -2/+8 |
|
|
* | Christian Tismer -- total rewrite on trashcan code. | Guido van Rossum | 2000-04-24 | 1 | -2/+8 |
|
|
* | Fix PR#7 comparisons of recursive objects | Jeremy Hylton | 2000-04-14 | 1 | -0/+3 |
|
|
* | Updated comment: in PyTypeObject: | Fred Drake | 2000-03-21 | 1 | -1/+1 |
|
|
* | Christian Tismer's "trashcan" patch: | Guido van Rossum | 2000-03-13 | 1 | -0/+47 |
|
|
* | Got rid of silly "123456789-..." lines in comments. | Guido van Rossum | 2000-03-01 | 1 | -12/+0 |
|
|
* | Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds | Guido van Rossum | 2000-02-28 | 1 | -1/+7 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -0/+1 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -24/+24 |
|
|
* | Changes by Greg Stein (code) and GvR (design). | Guido van Rossum | 1998-10-08 | 1 | -2/+35 |
|
|
* | Add new spares to the end of the type object struct. | Guido van Rossum | 1998-04-23 | 1 | -0/+6 |
|
|
* | Add prototypes for Py_Repr{Enter,Leave}. | Guido van Rossum | 1998-04-10 | 1 | -0/+4 |
|
|
* | Add PyObject_Not(). | Guido van Rossum | 1998-04-09 | 1 | -0/+1 |
|
|
* | Add declaration for PyNumber_CoerceEx(). | Guido van Rossum | 1997-11-19 | 1 | -0/+1 |
|
|
* | #Added prototype for PyObject_HasAttr() -- must've been an oversight. | Guido van Rossum | 1997-09-06 | 1 | -0/+1 |
|
|
* | Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference | Fred Drake | 1997-09-05 | 1 | -3/+2 |
|
|
* | Add a cast to the call to _Py_Dealloc in the expanded version of | Guido van Rossum | 1997-08-05 | 1 | -2/+2 |
|
|
* | Oops, another forgotten renaming: varobject -> PyVarObject. | Guido van Rossum | 1997-05-15 | 1 | -1/+1 |
|
|
* | Checkin of Jack's buffer mods. | Guido van Rossum | 1997-05-05 | 1 | -1/+13 |
|
|
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 1 | -2/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Added extern declarations for reference count admin debug functions. | Guido van Rossum | 1996-08-12 | 1 | -3/+10 |
|
|
* | Added tp_getattro, tp_setattro (Sjoerd) | Guido van Rossum | 1996-08-09 | 1 | -2/+4 |
|
|
* | don't use NDEBUG | Guido van Rossum | 1996-05-24 | 1 | -6/+2 |
|
|
* | Added some visual enhancements of debugging ifdefs. | Guido van Rossum | 1996-05-22 | 1 | -5/+11 |
|
|
* | add forgotten PyObject_SetAttrString | Guido van Rossum | 1995-07-26 | 1 | -0/+1 |
|
|
* | keyword arguments and faster function calls | Guido van Rossum | 1995-07-18 | 1 | -1/+1 |
|
|
* | DL_IMPORT needs an argument. | Sjoerd Mullender | 1995-04-25 | 1 | -2/+2 |
|
|
* | DL_IMPORT macro was called in a funny way (and MW barfed on it) | Jack Jansen | 1995-04-23 | 1 | -2/+2 |
|
|
* | Also count UNREF's as freeing an object (only relevant when | Sjoerd Mullender | 1995-04-06 | 1 | -1/+2 |
|
|
* | fix dusty debugging macros | Guido van Rossum | 1995-03-29 | 1 | -5/+5 |
|
|
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -2/+2 |
|
|
* | change in staticforward -- added statichere | Guido van Rossum | 1995-02-21 | 1 | -1/+7 |
|
|
* | added PyObject_IsTrue & PyCallable_Check to object interface | Guido van Rossum | 1995-02-17 | 1 | -0/+2 |
|
|
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -2/+2 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -91/+94 |
|
|
* | new tp_str and tp_doc members in type object | Guido van Rossum | 1995-01-07 | 1 | -0/+10 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -7/+7 |
|
|
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -2/+2 |
|
|
* | * Objects/{int,long,float}object.c, Include/object.h, | Guido van Rossum | 1994-08-09 | 1 | -1/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -41/+83 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 1 | -0/+1 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -0/+23 |
|
|