summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initial versionGuido van Rossum1995-01-187-0/+905
|
* Initial version of FSSpec and Alias code. Non-functional as of now.Jack Jansen1995-01-183-0/+261
|
* More Pstring() stuff and some cosmeticsJack Jansen1995-01-184-4/+20
|
* Comment fixJack Jansen1995-01-181-1/+1
|
* Some of these were overwriting their argument with a pascalJack Jansen1995-01-184-12/+4
| | | | string. Use own Pstring() routine (which uses a static buffer) everywhere.
* - Moved some useful routines from macosmodule.c hereJack Jansen1995-01-182-8/+105
| | | | | - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings)
* Moved some generally useful routines to macglue.cJack Jansen1995-01-181-28/+0
|
* - Ported to powerpcJack Jansen1995-01-184-63/+146
| | | | | - Fixed bug with accept() call - Better error checking
* Fast (and correct) malloc for MetroWerks PPC compilerJack Jansen1995-01-182-0/+455
|
* Macconsole module is think-specificJack Jansen1995-01-181-0/+437
|
* Moved development-platform specific files to subdirectoriesJack Jansen1995-01-182-0/+61
|
* This commit was manufactured by cvs2svn to create tag 'r12beta2'.v1.2b2cvs2svn1995-01-171-0/+1
|
* use $INCLUDE path (Mark Hammond)Guido van Rossum1995-01-171-7/+26
|
* *** empty log message ***Guido van Rossum1995-01-171-0/+6
|
* 1.2beta newsGuido van Rossum1995-01-171-154/+60
|
* last bitsGuido van Rossum1995-01-172-1/+5
|
* added getopt.c to object, permanentlyGuido van Rossum1995-01-171-1/+2
|
* the usualGuido van Rossum1995-01-174-11/+107
|
* be more careful about building Modules/Makefile.preGuido van Rossum1995-01-171-1/+5
|
* add hint for NeXT usersGuido van Rossum1995-01-171-0/+4
|
* hopefully final changes for Sequent -linetGuido van Rossum1995-01-171-3/+3
|
* fix strobject() behaviorGuido van Rossum1995-01-171-2/+4
|
* added reverselist; free recycling bin on error exitGuido van Rossum1995-01-171-0/+16
|
* long_scan is no longer usedGuido van Rossum1995-01-171-0/+2
|
* make a few things staticGuido van Rossum1995-01-171-2/+2
|
* don't declare fmod/pow for any STDC compilerGuido van Rossum1995-01-171-1/+1
|
* include rename2.hGuido van Rossum1995-01-171-0/+2
|
* rename method arg because of typedef conflictGuido van Rossum1995-01-171-4/+4
|
* fix Alpha bug in (x)range; different __builtins__ initializationGuido van Rossum1995-01-171-8/+14
|
* nt thread supportGuido van Rossum1995-01-172-0/+249
|
* different init for __builtins__Guido van Rossum1995-01-172-2/+4
|
* Made some more things static, and other cleanup for new naming schemeGuido van Rossum1995-01-175-11/+10
|
* fix loop on unterminated triple quotesGuido van Rossum1995-01-171-1/+6
|
* made interrupted static againGuido van Rossum1995-01-171-1/+1
|
* added $& to $(LIB) target for SequentGuido van Rossum1995-01-174-4/+4
|
* new names for lots of new functionsGuido van Rossum1995-01-1719-55/+90
|
* evolutionGuido van Rossum1995-01-171-16/+4
|
* must include rename2.hGuido van Rossum1995-01-171-0/+2
|
* fix reentrancy bug in slice assignmentGuido van Rossum1995-01-171-4/+20
|
* This commit was manufactured by cvs2svn to create tag 'r12beta1'.v1.2b1cvs2svn1995-01-121-0/+1
|
* improve treatment of multi-line replies, ignore empty linesGuido van Rossum1995-01-121-2/+4
|
* typoGuido van Rossum1995-01-121-1/+1
|
* Invent Message-ID header if none is presentGuido van Rossum1995-01-121-0/+10
|
* cosmetics/typosGuido van Rossum1995-01-124-4/+4
|
* optional bufsize arg for popen and fdopenGuido van Rossum1995-01-122-14/+64
|
* rename2 changesGuido van Rossum1995-01-124-16/+15
|
* new filesGuido van Rossum1995-01-124-0/+772
|
* use getattr() instead of eval(), fix string representationsGuido van Rossum1995-01-121-4/+4
|
* run config.status after recheckGuido van Rossum1995-01-121-0/+1
|
* the usualGuido van Rossum1995-01-124-50/+188
|