summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* support "O&" taking an object constructor a void*Guido van Rossum1995-01-201-2/+10
|
* add missing INCREF in RAISE_EXCEPTIONGuido van Rossum1995-01-201-1/+2
|
* don't use function prototypesGuido van Rossum1995-01-201-1/+4
|
* added changes for NetBSD dynamic linking; removed shared linking for NeXTGuido van Rossum1995-01-201-3/+16
|
* fix import related leaksGuido van Rossum1995-01-202-17/+23
|
* corrected two unconverted namesGuido van Rossum1995-01-202-2/+2
|
* define INSTALL_PROGRAM and INSTALL_DATAGuido van Rossum1995-01-201-12/+14
|
* modernize all tests to use cache and report outcomeGuido van Rossum1995-01-201-34/+67
|
* change NeXT hint to add -posix to C compiler flagsGuido van Rossum1995-01-201-3/+5
|
* add INSTALL_PROGRAM and INSTALL_DATA; check for getoptGuido van Rossum1995-01-201-1/+26
|
* Always use 'anonymous' if os.environ doesn't existJack Jansen1995-01-191-5/+10
|
* Yet another Pstring()Jack Jansen1995-01-191-1/+1
|
* Undef strerror on the mac before redefining itJack Jansen1995-01-191-0/+1
|
* Added mac-only intrpeek routine that peeks for command-.Jack Jansen1995-01-191-5/+30
|
* Fix NULL dereference in case of out-of-memory conditionJack Jansen1995-01-191-4/+5
|
* Fixed listen()/getsockname() bugJack Jansen1995-01-191-7/+3
|
* ported to THINK C (not tested yet)Guido van Rossum1995-01-193-6/+7
|
* ported Jacks changes back to think CGuido van Rossum1995-01-182-2/+14
|
* added high level event interface (requires stdwin patch)Guido van Rossum1995-01-181-3/+99
|
* modernized/rationalized, added PyMac_BuildOSTypeGuido van Rossum1995-01-182-11/+24
|
* fully adapted to new naming scheme and added some features for AppleEvent ↵Guido van Rossum1995-01-185-83/+137
| | | | generation
* 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
|