summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix version numberGuido van Rossum1995-02-142-2/+2
|
* ...Guido van Rossum1995-02-141-0/+4
|
* added some clarifying comments about -lcrypt and Tk 4.0Guido van Rossum1995-02-141-1/+5
|
* call __import__() with 4 args instead of 1Guido van Rossum1995-02-142-2/+56
|
* 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
| | | | alias resource. Also added a few comments.
* 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
| | | | into fsspec and alias objects.
* mac changes:Jack Jansen1995-02-131-0/+8
| | | | | | - Assume files of types 'PYC ' and 'APPL' are compiled python code - For mwerks, show status line when program has terminated while keeping window open.
* Startup code for applications using the python sharedJack Jansen1995-02-131-0/+29
| | | | | library. Modified because the startup code has to work together with the runtime support in the shared library.
* Glue for the python shared library: an init routine that remembersJack Jansen1995-02-131-0/+65
| | | | | where we're loaded from and PyMac_AddLibResources() which adds that file to the resource file list.
* 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
| | | | fileargument moved here from macmain.c
* Various changes wrt shared-library python:Jack Jansen1995-02-131-7/+39
| | | | | | - Moved fileargument to config.c - Added PyMac_AddLibResources() call in case of shlib python - Build argc/argv differently in case of applet template
* Added PyMac_GetPythonDir routine which obtains python home directoryJack Jansen1995-02-132-0/+77
| | | | | from an alias resource (or from the user). Note: this uses a dialog resource so there's an accompanying change in the resource file.
* 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
| | | | some Tk 4.0 specific changes
* 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
|