summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed refs to --with-svr4, add --without-gccGuido van Rossum1995-01-121-12/+5
|
* try to improve svr4 socket library inquiriesGuido van Rossum1995-01-121-1/+3
|
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-1248-582/+985
| | | | | | | use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h".