summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added lots of constantsGuido van Rossum1995-02-162-0/+32
|
* added list of restrictionsGuido van Rossum1995-02-162-2/+36
|
* no need to reference doc strings for documented modulesGuido van Rossum1995-02-162-42/+34
|
* added www chaptersGuido van Rossum1995-02-163-5/+30
|
* Added support for loading pyc code from a resource.Jack Jansen1995-02-152-0/+118
|
* Added hooks to support importing pyc code from a resource on the mac.Jack Jansen1995-02-152-8/+47
|
* exec_dode_object/PyImport_ExecCodeObject is now externally visibleJack Jansen1995-02-152-1/+3
|
* added docs for pickle, shelve and copyGuido van Rossum1995-02-158-0/+580
|
* added lots of useful infoGuido van Rossum1995-02-152-30/+128
|
* make __import__ 4-argsGuido van Rossum1995-02-152-2/+2
|
* added chapter on new things in 1.2Guido van Rossum1995-02-152-20/+756
|
* different #ifdefsGuido van Rossum1995-02-142-8/+6
|
* completed aete decoded now that I have the docsGuido van Rossum1995-02-141-64/+137
|
* 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
|