summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added imghdr,xdrlib; reformatted Makefile somewhatGuido van Rossum1996-08-197-31/+614
|
* Rename __test() to _test().Guido van Rossum1996-08-191-2/+2
|
* XDR interface, evolved from Demo/rpc/xdr.py by Barry.Guido van Rossum1996-08-191-0/+324
|
* Added note about standard library module xdrlib.pyGuido van Rossum1996-08-191-0/+2
|
* Always include config.hGuido van Rossum1996-08-1912-25/+0
|
* Many little fixes:Guido van Rossum1996-08-191-3/+19
| | | | | | | | - support for SCO_SV dynamic loading - on Mac, auto-detect dynamic loading by __CFM68K__ or _powerc) - on Mac, long shared library extension is .cfm68k.slb or .ppc.slb - on hp, don't redefine hpux if already defined - add __file__ property to successfully loaded module
* getprogramname -> Py_GetProgramName.Guido van Rossum1996-08-191-2/+2
|
* Raise TypeError, not KeyError, on unknown keyword argument.Guido van Rossum1996-08-191-2/+1
|
* Added *PyMarshal_WriteObjectToString() (moved the relevant code thereGuido van Rossum1996-08-191-18/+25
| | | | from marshal_loads()).
* Added declaration for *PyMarshal_WriteObjectToString().Guido van Rossum1996-08-191-0/+1
|
* Add prototypes for c_sum() etc.Guido van Rossum1996-08-191-6/+6
|
* Declare initregex() as returning void, as it should be.Guido van Rossum1996-08-191-0/+1
|
* Remove some unused variables.Guido van Rossum1996-08-191-9/+0
|
* Declare a bunch of internal routines as returning void.Guido van Rossum1996-08-191-13/+13
|
* Made it palatable for K&R preprocessors. The spam macros don't haveGuido van Rossum1996-08-191-46/+53
| | | | | to work as hard (but "stringizing" is still used, so we test the newly introduced HAVE_OLD_CPP config define).
* Recognize *.sl and *.so as library (i.e. linker) argumentsGuido van Rossum1996-08-191-0/+2
|
* Incorporate LDFLAGS calculated by configure (for --with-readline)Guido van Rossum1996-08-191-2/+3
|
* The usual...Guido van Rossum1996-08-192-113/+153
|
* Several refinements:Guido van Rossum1996-08-191-7/+24
| | | | | | | - check for pre-ANSI preprocessor (needed by operator.c) - SCO_SV shared library support (Lance) - improved AIX shared library support (Vlad & Manus) - finally fixed --with-readline=DIRECOTRY, using LDFLAGS
* Add HAVE_OLD_CPP to list of known definesGuido van Rossum1996-08-191-0/+3
|
* MACHDEP and regen problem is now taken care ofGuido van Rossum1996-08-191-4/+3
|
* Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated byGuido van Rossum1996-08-191-3/+383
| | | | | | | Geoff Philbrick <philbric@delphi.hks.com> (slightly changed by me). Also a little change to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).
* Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).Guido van Rossum1996-08-191-25/+38
|
* Fixed command-. handlingJack Jansen1996-08-191-2/+15
| | | | Added hacks for GetEventQueue (so you don't have to edit Events.h)
* Fixed to work for ppc and cfm68kJack Jansen1996-08-191-0/+4
|
* Guido:Jack Jansen1996-08-191-1/+10
| | | | | - define USE_CHECKSTACK - Comment on defines used
* Removed debug printfJack Jansen1996-08-191-3/+1
|
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0
|
* Include config.hJack Jansen1996-08-191-0/+2
|
* Guido:Jack Jansen1996-08-191-14/+5
| | | | | - new SpinCursor (replacing Jack's almost-identical one) - use GetEventQueue in stead of GetEvQHdr
* Guido: added some void's to declarationsJack Jansen1996-08-191-1/+5
|
* Guido: changed __sinit to __initialize for CFM68K.Jack Jansen1996-08-191-2/+2
|
* Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK andJack Jansen1996-08-193-16/+7
| | | | | USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places.
* No USE_MACSPEECH for CFM68K (the interface library appears to be missing)Jack Jansen1996-08-191-0/+2
|
* Dummy SpinCursor() if __CFM68K__ is definedJack Jansen1996-08-191-0/+10
|
* Removed {Set,Get}SoundVol (old calls not supported by cfm68k)Jack Jansen1996-08-192-34/+4
|
* Fixed viewrect/destrect calculationJack Jansen1996-08-191-2/+8
|
* site customization hook...Guido van Rossum1996-08-171-0/+47
|
* Don't test here for negative number to float power; that belongs inGuido van Rossum1996-08-161-9/+0
| | | | floatobject.c.
* Don't die in resizestring() on filter(<func>, "").Guido van Rossum1996-08-161-1/+1
|
* Test for negative # to the nonintegral float power here.Guido van Rossum1996-08-161-15/+12
| | | | Expanded powi() in-line.
* regen for NextGuido van Rossum1996-08-162-0/+22
|
* Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc.Guido van Rossum1996-08-131-16/+28
| | | | | | - Use ckalloc(), ckfree() everywhere. - Default FREECAST to (char *). - Added comment with Tcl/Tk version info.
* Added routines to print, format and extract the current, ``live'' stack.Guido van Rossum1996-08-121-7/+65
| | | | | Also added print_list() and format_list() which format the output from an extract_*() routine.
* Disable support for access statementGuido van Rossum1996-08-129-633/+649
|
* Define reference count admin debug functions to return void.Guido van Rossum1996-08-121-0/+4
|
* Added extern declarations for reference count admin debug functions.Guido van Rossum1996-08-121-3/+10
|
* (py-no-outdent-re): Added return, break, raise, continue since weBarry Warsaw1996-08-121-1/+3
| | | | already outdent for those statements.
* Renamed to pyerrors.hGuido van Rossum1996-08-091-76/+0
|
* Some improvements by Fred Drake.Guido van Rossum1996-08-093-180/+174
|