summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of debug print statementsGuido van Rossum1996-08-202-6/+0
* Don't require <dlfcn.h> -- rely on existence of dlopen().Guido van Rossum1996-08-201-1/+3
* Barry's 2.72Guido van Rossum1996-08-201-228/+561
* *** empty log message ***Barry Warsaw1996-08-201-3/+3
* Write warning about exception in __del__ to stderr, not stdout.Guido van Rossum1996-08-201-1/+1
* *noconfig* -> *shared*.Guido van Rossum1996-08-201-6/+11
* Support *shared* and *static* as aliases for *noconfig* and *config*.Guido van Rossum1996-08-201-0/+2
* Test for xdrmem_create() failure.Guido van Rossum1996-08-201-15/+30
* Install shared libs with executable mode -- needed for HPUX,Guido van Rossum1996-08-201-1/+4
* Mention warning for exception in __del__.Guido van Rossum1996-08-202-0/+4
* Erase all memory of the access statementGuido van Rossum1996-08-204-76/+2
* Adapted for cfm68k, new names and split off of qt.Jack Jansen1996-08-202-67/+92
* Rationalized header files:Jack Jansen1996-08-204-21/+52
* - Gave PPC shared libraries (and projects) .ppc in their nameJack Jansen1996-08-2031-4304/+8544
* Added void before mainJack Jansen1996-08-201-0/+1
* - Renamed USE_BGEN to USE_TOOLBOXJack Jansen1996-08-201-6/+10
* Re-binhexedJack Jansen1996-08-202-518/+518
* Changes by Rob Hooft for GMP 2.0.2Guido van Rossum1996-08-192-14/+32
* Document actual behavior of splitext().Guido van Rossum1996-08-192-4/+4
* Documented class exceptions.Guido van Rossum1996-08-192-6/+46
* Remove mention of HAVE_CONFIG_HGuido van Rossum1996-08-192-6/+2
* Added _xdr moduleGuido van Rossum1996-08-192-0/+168
* 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
* 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
* 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
* 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
* 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
* 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
* Fixed to work for ppc and cfm68kJack Jansen1996-08-191-0/+4
* Guido:Jack Jansen1996-08-191-1/+10
* Removed debug printfJack Jansen1996-08-191-3/+1
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0