| Commit message (Expand) | Author | Age | Files | Lines |
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -1/+1 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -4/+0 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -2/+2 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -0/+6 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -0/+33 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -12/+4 |
|
|
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 1 | -0/+32 |
|
|
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 1 | -0/+20 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | answer lint's complaints | Guido van Rossum | 1992-03-27 | 1 | -5/+13 |
|
|
* | Get rid of redundant type checks. | Guido van Rossum | 1992-01-26 | 1 | -53/+26 |
|
|
* | Explicitly check for weird values after calling pow(). | Guido van Rossum | 1991-12-16 | 1 | -0/+9 |
|
|
* | Formulate better error strings. | Guido van Rossum | 1991-12-10 | 1 | -5/+5 |
|
|
* | Added NULL function pointers for shift and mask ops. | Guido van Rossum | 1991-10-24 | 1 | -0/+6 |
|
|
* | Finally implemented divmod(). | Guido van Rossum | 1991-10-20 | 1 | -3/+25 |
|
|
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -1/+2 |
|
|
* | Export float_buf_repr() interface, for marshalling of floats. | Guido van Rossum | 1991-06-04 | 1 | -1/+1 |
|
|
* | Fix special cases in pow() | Guido van Rossum | 1991-05-28 | 1 | -0/+12 |
|
|
* | Added nonzero test | Guido van Rossum | 1991-05-14 | 1 | -0/+8 |
|
|
* | Added (dummy) divmod and (functional) abs. | Guido van Rossum | 1991-05-05 | 1 | -10/+37 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | Added <errno.h> | Guido van Rossum | 1990-12-20 | 1 | -0/+5 |
|
|
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -9/+3 |
|
|
* | Moved prototyes for fmod and pow, and don't use them for THINK C. | Guido van Rossum | 1990-11-02 | 1 | -2/+5 |
|
|
* | Added some prototypes. | Guido van Rossum | 1990-10-30 | 1 | -2/+2 |
|
|
* | New errors. | Guido van Rossum | 1990-10-21 | 1 | -20/+25 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+240 |
|
|