summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changes for CFM-68K macGuido van Rossum1995-02-181-2/+1
|
* rename macstrerror to PyMac_StrError; no EINTR test in CWGuido van Rossum1995-02-181-8/+13
|
* fix bogus test for negative floatGuido van Rossum1995-02-181-3/+3
|
* ported to 68K Mac; changed suffix to .slbGuido van Rossum1995-02-181-26/+18
|
* changes for Mac CFM-68KGuido van Rossum1995-02-183-0/+28
|
* continue after failing for loopGuido van Rossum1995-02-171-1/+1
|
* remove bogus ## in front of gcc __VERSION__Guido van Rossum1995-02-171-1/+1
|
* fix comment opener after #endifGuido van Rossum1995-02-171-1/+1
|
* add INADDR_* symbolsGuido van Rossum1995-02-171-0/+37
|
* hope to fix DEC Alpha gcc problems by declaring ints instead of longsGuido van Rossum1995-02-171-9/+9
|
* fix typo (== for =) in assignmentGuido van Rossum1995-02-171-1/+1
|
* fix bug in try-finally with class exceptions; declare different func ↵Guido van Rossum1995-02-171-6/+7
| | | | pointers for different uses
* add Py_FatalErrorGuido van Rossum1995-02-171-0/+2
|
* added PyObject_IsTrue & PyCallable_Check to object interfaceGuido van Rossum1995-02-171-0/+2
|
* new Makefile and everythingGuido van Rossum1995-02-171-81/+38
|
* completely redoneGuido van Rossum1995-02-172-0/+92
|
* main program for appletsGuido van Rossum1995-02-171-0/+96
|
* add casts for __SC__Guido van Rossum1995-02-171-2/+2
|
* add __SC__ ifdefGuido van Rossum1995-02-171-1/+1
|
* bump version, add __version__ back inGuido van Rossum1995-02-171-4/+7
|
* Steve Clifts versionGuido van Rossum1995-02-171-406/+434
|
* minute comment changesGuido van Rossum1995-02-162-4/+4
|
* document www interfacesGuido van Rossum1995-02-164-0/+294
|
* 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
|