summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* more support for different kinds of objectsGuido van Rossum1995-02-052-177/+550
|
* more think/mw changesGuido van Rossum1995-02-052-12/+71
|
* reorganized class structure so Manualgenerator works againGuido van Rossum1995-02-051-56/+74
|
* read repair instructions from fileGuido van Rossum1995-02-051-14/+124
|
* added Resource(), to create new resources from PythonGuido van Rossum1995-02-052-0/+29
|
* get rid of obsolete low-level routinesGuido van Rossum1995-02-051-54/+8
|
* added READMEGuido van Rossum1995-02-051-0/+79
|
* fix formatting of stack entriesGuido van Rossum1995-02-032-5/+8
|
* Under CodeWarrior, make the window go away on exit(0)Jack Jansen1995-02-021-0/+11
|
* Quick hack so PowerPC macs can access system structuresJack Jansen1995-02-021-0/+14
|
* Added stuff so CodeWarrior isn't so verbose about its stdio windowsJack Jansen1995-02-021-0/+9
|