summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ported to Think CGuido van Rossum1995-02-144-1/+26
* This commit was manufactured by cvs2svn to create tag 'r12beta3'.v1.2b3cvs2svn1995-02-141-0/+1
* fix stupid bug in strip and splitGuido van Rossum1995-02-141-2/+2
* Some of Guido's bgen modules aren't think-only anymoreJack Jansen1995-02-131-0/+3
* Changed PyMac_GetPythonDir to use a preferences file to store theJack Jansen1995-02-131-4/+46
* Open library resource file read-onlyJack Jansen1995-02-131-1/+1
* Added code to import dynamic modules using mac CFM.Jack Jansen1995-02-131-2/+41
* version 1.2-beta-3Guido van Rossum1995-02-132-1/+5
* the usualGuido van Rossum1995-02-135-64/+218
* tack compiler name/version to version string if knownGuido van Rossum1995-02-131-3/+31
* NeXT/Sparc 3.3 fixGuido van Rossum1995-02-131-1/+13
* malloc debug only on ppcGuido van Rossum1995-02-131-1/+1
* remove unused varsGuido van Rossum1995-02-131-2/+1
* null-terminate the error string in macstrerrorGuido van Rossum1995-02-131-0/+1
* added QuickDrawGuido van Rossum1995-02-131-2/+2
* adapted to 1.2Guido van Rossum1995-02-132-38/+78
* add class exceptionsGuido van Rossum1995-02-131-0/+1
* new example that Matt posted to comp.lang.pythonGuido van Rossum1995-02-131-0/+118
* Added RawFSSpec and RawAlias methods which turn their string argumentsJack Jansen1995-02-131-0/+53
* mac changes:Jack Jansen1995-02-131-0/+8
* Startup code for applications using the python sharedJack Jansen1995-02-131-0/+29
* Glue for the python shared library: an init routine that remembersJack Jansen1995-02-131-0/+65
* Mwerks header files for shared python and the applet templateJack Jansen1995-02-132-0/+7
* Use PyMac_GetPythonDir() to obtain python homedirJack Jansen1995-02-131-5/+4
* Various changes wrt shared-library python:Jack Jansen1995-02-131-7/+39
* Added PyMac_GetPythonDir routine which obtains python home directoryJack Jansen1995-02-132-0/+77
* Added getfiletype routineJack Jansen1995-02-131-0/+13
* use Py_CHARMASKGuido van Rossum1995-02-105-22/+27
* add some castsGuido van Rossum1995-02-101-3/+3
* use Py_CHARMASK; and don't check for neg. float to the float power hereGuido van Rossum1995-02-103-12/+8
* make size arg signedGuido van Rossum1995-02-101-1/+1
* test for float to the float power hereGuido van Rossum1995-02-101-0/+5
* make newvarobj's size arg signedGuido van Rossum1995-02-102-2/+2
* add Py_CHARMASKGuido van Rossum1995-02-101-0/+8
* added __doc__ strings etc.Guido van Rossum1995-02-093-46/+169
* test class exceptionsGuido van Rossum1995-02-091-0/+36
* version 1.20Guido van Rossum1995-02-071-12/+61
* use PyCallable_Check; export TK_VERSION and TCL_VERSION strings;Guido van Rossum1995-02-071-7/+19
* add socket related constantsGuido van Rossum1995-02-071-0/+202
* correct typo in utime stubGuido van Rossum1995-02-071-1/+1
* patches for NeXT weirdnessGuido van Rossum1995-02-072-0/+13
* clear errors between failing calls to PyArg_ParseGuido van Rossum1995-02-071-1/+13
* DECREF result of run_stringGuido van Rossum1995-02-071-2/+3
* init_frozen non-static, frozenmain.c not in Makefile any moreGuido van Rossum1995-02-072-2/+4
* print class name for exceptions that are classesGuido van Rossum1995-02-071-2/+14
* added callable, removed run_pyc_fileGuido van Rossum1995-02-072-1/+1
* added classes as exceptionsGuido van Rossum1995-02-074-16/+32
* added libsignal.texGuido van Rossum1995-02-074-0/+162
* stuff by jack to create a set of Estr resourcesGuido van Rossum1995-02-052-0/+654
* manually defined Resource() functionGuido van Rossum1995-02-051-0/+25