| Commit message (Expand) | Author | Age | Files | Lines |
* | Added imghdr,xdrlib; reformatted Makefile somewhat | Guido van Rossum | 1996-08-19 | 7 | -31/+614 |
|
|
* | Rename __test() to _test(). | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
|
|
* | XDR interface, evolved from Demo/rpc/xdr.py by Barry. | Guido van Rossum | 1996-08-19 | 1 | -0/+324 |
|
|
* | Added note about standard library module xdrlib.py | Guido van Rossum | 1996-08-19 | 1 | -0/+2 |
|
|
* | Always include config.h | Guido van Rossum | 1996-08-19 | 12 | -25/+0 |
|
|
* | Many little fixes: | Guido van Rossum | 1996-08-19 | 1 | -3/+19 |
|
|
* | getprogramname -> Py_GetProgramName. | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
|
|
* | Raise TypeError, not KeyError, on unknown keyword argument. | Guido van Rossum | 1996-08-19 | 1 | -2/+1 |
|
|
* | Added *PyMarshal_WriteObjectToString() (moved the relevant code there | Guido van Rossum | 1996-08-19 | 1 | -18/+25 |
|
|
* | Added declaration for *PyMarshal_WriteObjectToString(). | Guido van Rossum | 1996-08-19 | 1 | -0/+1 |
|
|
* | Add prototypes for c_sum() etc. | Guido van Rossum | 1996-08-19 | 1 | -6/+6 |
|
|
* | Declare initregex() as returning void, as it should be. | Guido van Rossum | 1996-08-19 | 1 | -0/+1 |
|
|
* | Remove some unused variables. | Guido van Rossum | 1996-08-19 | 1 | -9/+0 |
|
|
* | Declare a bunch of internal routines as returning void. | Guido van Rossum | 1996-08-19 | 1 | -13/+13 |
|
|
* | Made it palatable for K&R preprocessors. The spam macros don't have | Guido van Rossum | 1996-08-19 | 1 | -46/+53 |
|
|
* | Recognize *.sl and *.so as library (i.e. linker) arguments | Guido van Rossum | 1996-08-19 | 1 | -0/+2 |
|
|
* | Incorporate LDFLAGS calculated by configure (for --with-readline) | Guido van Rossum | 1996-08-19 | 1 | -2/+3 |
|
|
* | The usual... | Guido van Rossum | 1996-08-19 | 2 | -113/+153 |
|
|
* | Several refinements: | Guido van Rossum | 1996-08-19 | 1 | -7/+24 |
|
|
* | Add HAVE_OLD_CPP to list of known defines | Guido van Rossum | 1996-08-19 | 1 | -0/+3 |
|
|
* | MACHDEP and regen problem is now taken care of | Guido van Rossum | 1996-08-19 | 1 | -4/+3 |
|
|
* | Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by | Guido van Rossum | 1996-08-19 | 1 | -3/+383 |
|
|
* | Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). | Guido van Rossum | 1996-08-19 | 1 | -25/+38 |
|
|
* | Fixed command-. handling | Jack Jansen | 1996-08-19 | 1 | -2/+15 |
|
|
* | Fixed to work for ppc and cfm68k | Jack Jansen | 1996-08-19 | 1 | -0/+4 |
|
|
* | Guido: | Jack Jansen | 1996-08-19 | 1 | -1/+10 |
|
|
* | Removed debug printf | Jack Jansen | 1996-08-19 | 1 | -3/+1 |
|
|
* | Removed obsolete cfm68k ifdef (Guido) | Jack Jansen | 1996-08-19 | 1 | -3/+0 |
|
|
* | Include config.h | Jack Jansen | 1996-08-19 | 1 | -0/+2 |
|
|
* | Guido: | Jack Jansen | 1996-08-19 | 1 | -14/+5 |
|
|
* | Guido: added some void's to declarations | Jack Jansen | 1996-08-19 | 1 | -1/+5 |
|
|
* | Guido: changed __sinit to __initialize for CFM68K. | Jack Jansen | 1996-08-19 | 1 | -2/+2 |
|
|
* | Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and | Jack Jansen | 1996-08-19 | 3 | -16/+7 |
|
|
* | No USE_MACSPEECH for CFM68K (the interface library appears to be missing) | Jack Jansen | 1996-08-19 | 1 | -0/+2 |
|
|
* | Dummy SpinCursor() if __CFM68K__ is defined | Jack Jansen | 1996-08-19 | 1 | -0/+10 |
|
|
* | Removed {Set,Get}SoundVol (old calls not supported by cfm68k) | Jack Jansen | 1996-08-19 | 2 | -34/+4 |
|
|
* | Fixed viewrect/destrect calculation | Jack Jansen | 1996-08-19 | 1 | -2/+8 |
|
|
* | site customization hook... | Guido van Rossum | 1996-08-17 | 1 | -0/+47 |
|
|
* | Don't test here for negative number to float power; that belongs in | Guido van Rossum | 1996-08-16 | 1 | -9/+0 |
|
|
* | Don't die in resizestring() on filter(<func>, ""). | Guido van Rossum | 1996-08-16 | 1 | -1/+1 |
|
|
* | Test for negative # to the nonintegral float power here. | Guido van Rossum | 1996-08-16 | 1 | -15/+12 |
|
|
* | regen for Next | Guido van Rossum | 1996-08-16 | 2 | -0/+22 |
|
|
* | Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. | Guido van Rossum | 1996-08-13 | 1 | -16/+28 |
|
|
* | Added routines to print, format and extract the current, ``live'' stack. | Guido van Rossum | 1996-08-12 | 1 | -7/+65 |
|
|
* | Disable support for access statement | Guido van Rossum | 1996-08-12 | 9 | -633/+649 |
|
|
* | Define reference count admin debug functions to return void. | Guido van Rossum | 1996-08-12 | 1 | -0/+4 |
|
|
* | Added extern declarations for reference count admin debug functions. | Guido van Rossum | 1996-08-12 | 1 | -3/+10 |
|
|
* | (py-no-outdent-re): Added return, break, raise, continue since we | Barry Warsaw | 1996-08-12 | 1 | -1/+3 |
|
|
* | Renamed to pyerrors.h | Guido van Rossum | 1996-08-09 | 1 | -76/+0 |
|
|
* | Some improvements by Fred Drake. | Guido van Rossum | 1996-08-09 | 3 | -180/+174 |
|
|