summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-023-13/+39
* Added [GS]etCreatorType methods to FSSpec objectsJack Jansen1995-02-021-0/+49
* Made play method more robust by adding a try-finally.Sjoerd Mullender1995-02-012-74/+94
* Support for album.notes and trackN.artist via notes and trackartistSjoerd Mullender1995-02-012-4/+22
* remove last bits of mac specific codeGuido van Rossum1995-01-301-8/+0
* remove unused variableGuido van Rossum1995-01-301-1/+0
* fix glaring bug in get_magicGuido van Rossum1995-01-301-2/+2
* Think C mod to suppress pausing at normal exitGuido van Rossum1995-01-301-0/+8
* plug leak and improve error handling in dbm_keys()Guido van Rossum1995-01-301-5/+13