Guido van Rossum
|
6a5df90918
|
ported Jacks changes back to think C
|
1995-01-18 23:59:06 +00:00 |
Guido van Rossum
|
f74d4e2a0e
|
added high level event interface (requires stdwin patch)
|
1995-01-18 23:58:07 +00:00 |
Guido van Rossum
|
8f69179f97
|
modernized/rationalized, added PyMac_BuildOSType
|
1995-01-18 23:57:26 +00:00 |
Guido van Rossum
|
8d6c180c8d
|
fully adapted to new naming scheme and added some features for AppleEvent generation
|
1995-01-18 23:46:59 +00:00 |
Guido van Rossum
|
8cfc4bfb9d
|
initial version
|
1995-01-18 23:45:01 +00:00 |
Jack Jansen
|
84fa5ecfff
|
Initial version of FSSpec and Alias code. Non-functional as of now.
|
1995-01-18 14:04:40 +00:00 |
Jack Jansen
|
d50e4e1c54
|
More Pstring() stuff and some cosmetics
|
1995-01-18 13:58:04 +00:00 |
Jack Jansen
|
48d071d302
|
Comment fix
|
1995-01-18 13:56:20 +00:00 |
Jack Jansen
|
67132b3de7
|
Some of these were overwriting their argument with a pascal
string. Use own Pstring() routine (which uses a static buffer) everywhere.
|
1995-01-18 13:55:41 +00:00 |
Jack Jansen
|
5f653091d1
|
- Moved some useful routines from macosmodule.c here
- Added GetFSSpec (tuple-style), BuildFSSpec and Pstring
(platform-independent correct conversion of C to Pascal strings)
|
1995-01-18 13:53:49 +00:00 |
Jack Jansen
|
9589e93491
|
Moved some generally useful routines to macglue.c
|
1995-01-18 13:52:07 +00:00 |
Jack Jansen
|
75b6f1c8e5
|
- Ported to powerpc
- Fixed bug with accept() call
- Better error checking
|
1995-01-18 13:50:42 +00:00 |
Jack Jansen
|
fa4fd8ef4f
|
Fast (and correct) malloc for MetroWerks PPC compiler
|
1995-01-18 13:48:31 +00:00 |
Jack Jansen
|
fbfacf6d1f
|
Macconsole module is think-specific
|
1995-01-18 13:44:20 +00:00 |
Jack Jansen
|
31f61dddfa
|
Moved development-platform specific files to subdirectories
|
1995-01-18 13:41:47 +00:00 |
cvs2svn
|
6520119700
|
This commit was manufactured by cvs2svn to create tag 'r12beta2'.
|
1995-01-17 17:01:40 +00:00 |
Guido van Rossum
|
514d351d45
|
use $INCLUDE path (Mark Hammond)
|
1995-01-17 17:01:40 +00:00 |
Guido van Rossum
|
3256e87dbc
|
*** empty log message ***
|
1995-01-17 17:00:56 +00:00 |
Guido van Rossum
|
5426ab33d9
|
1.2beta news
|
1995-01-17 17:00:47 +00:00 |
Guido van Rossum
|
58e4a1e0cb
|
last bits
|
1995-01-17 16:53:38 +00:00 |
Guido van Rossum
|
97d68c03bc
|
added getopt.c to object, permanently
|
1995-01-17 16:51:35 +00:00 |
Guido van Rossum
|
0ddb028444
|
the usual
|
1995-01-17 16:46:14 +00:00 |
Guido van Rossum
|
d09119e889
|
be more careful about building Modules/Makefile.pre
|
1995-01-17 16:45:08 +00:00 |
Guido van Rossum
|
19e0c26e6f
|
add hint for NeXT users
|
1995-01-17 16:36:34 +00:00 |
Guido van Rossum
|
f618d2ccc2
|
hopefully final changes for Sequent -linet
|
1995-01-17 16:36:13 +00:00 |
Guido van Rossum
|
32b582b953
|
fix strobject() behavior
|
1995-01-17 16:35:13 +00:00 |
Guido van Rossum
|
b0fe3a9312
|
added reverselist; free recycling bin on error exit
|
1995-01-17 16:34:45 +00:00 |
Guido van Rossum
|
3535f6e0a1
|
long_scan is no longer used
|
1995-01-17 16:34:13 +00:00 |
Guido van Rossum
|
ce00509702
|
make a few things static
|
1995-01-17 16:33:39 +00:00 |
Guido van Rossum
|
4d3468deab
|
don't declare fmod/pow for any STDC compiler
|
1995-01-17 16:33:14 +00:00 |
Guido van Rossum
|
5c2306c44f
|
include rename2.h
|
1995-01-17 16:31:21 +00:00 |
Guido van Rossum
|
2ac3bc2c05
|
rename method arg because of typedef conflict
|
1995-01-17 16:31:01 +00:00 |
Guido van Rossum
|
0865dd9ce9
|
fix Alpha bug in (x)range; different __builtins__ initialization
|
1995-01-17 16:30:22 +00:00 |
Guido van Rossum
|
c3f82b6b8a
|
nt thread support
|
1995-01-17 16:29:31 +00:00 |
Guido van Rossum
|
b4e7e25fe6
|
different init for __builtins__
|
1995-01-17 16:27:25 +00:00 |
Guido van Rossum
|
cd938fc5a1
|
Made some more things static, and other cleanup for new naming scheme
|
1995-01-17 16:13:48 +00:00 |
Guido van Rossum
|
78c0535a22
|
fix loop on unterminated triple quotes
|
1995-01-17 16:12:13 +00:00 |
Guido van Rossum
|
62e376b164
|
made interrupted static again
|
1995-01-17 16:11:53 +00:00 |
Guido van Rossum
|
087579ea51
|
added $& to $(LIB) target for Sequent
|
1995-01-17 16:11:29 +00:00 |
Guido van Rossum
|
938178283c
|
new names for lots of new functions
|
1995-01-17 16:01:01 +00:00 |
Guido van Rossum
|
8e8a525f22
|
evolution
|
1995-01-17 15:58:37 +00:00 |
Guido van Rossum
|
5c83252be4
|
must include rename2.h
|
1995-01-17 15:57:48 +00:00 |
Guido van Rossum
|
ae7bf1a5e7
|
fix reentrancy bug in slice assignment
|
1995-01-17 10:21:11 +00:00 |
cvs2svn
|
ba0b6aeda6
|
This commit was manufactured by cvs2svn to create tag 'r12beta1'.
|
1995-01-12 12:42:09 +00:00 |
Guido van Rossum
|
4f9181ee0b
|
improve treatment of multi-line replies, ignore empty lines
|
1995-01-12 12:42:09 +00:00 |
Guido van Rossum
|
1134991fb1
|
typo
|
1995-01-12 12:41:20 +00:00 |
Guido van Rossum
|
ee24811042
|
Invent Message-ID header if none is present
|
1995-01-12 12:40:48 +00:00 |
Guido van Rossum
|
7f49b7a1a4
|
cosmetics/typos
|
1995-01-12 12:38:46 +00:00 |
Guido van Rossum
|
28379703dc
|
optional bufsize arg for popen and fdopen
|
1995-01-12 12:38:22 +00:00 |
Guido van Rossum
|
fffb8bb526
|
rename2 changes
|
1995-01-12 12:37:24 +00:00 |