Guido van Rossum
b316515289
Changed some interfaces after error reports from Liberte.
...
Added altgetmatrix (better but incompatible).
1991-08-16 08:59:21 +00:00
Guido van Rossum
3fecef73d9
Added initfl() call when USE_FL is define.
1991-08-16 08:58:56 +00:00
Guido van Rossum
670690e2aa
Reflect changed file name in comments.
1991-08-16 08:57:40 +00:00
Guido van Rossum
abe5835b4f
Fixed almost all list errors.
1991-08-08 12:34:44 +00:00
Guido van Rossum
0374711fb3
Lots of cosmetic changes.
...
Lots of small bugfixes (lint!).
Made bgn_group and end_group form methods instead of top-level functions.
1991-08-08 12:10:01 +00:00
Guido van Rossum
75cc8980e8
Adde get_mouse and find_first/find_last (by robertl)
1991-08-08 12:07:45 +00:00
Guido van Rossum
c7df79e47d
Initial revision
1991-08-07 11:32:58 +00:00
Guido van Rossum
00c567ce6f
All mac compilers now use 1904 as the Epoch...
1991-07-27 23:09:30 +00:00
Guido van Rossum
8dcbbac15a
Added getxwindowin() method
1991-07-27 21:42:24 +00:00
Guido van Rossum
8119447fbe
Add gethostname() and s.avail().
1991-07-27 21:42:02 +00:00
Guido van Rossum
e0d452d5ef
Ignore SIGPIPE when we've opened a pipe
1991-07-27 21:41:01 +00:00
Guido van Rossum
1492c27350
Add some err_errno calls that were missing
1991-07-27 21:38:43 +00:00
Guido van Rossum
76a00af3f2
Support for long integers
1991-07-27 21:34:00 +00:00
Guido van Rossum
4dd2a7e45b
Connection sockets now have the proper family/type/proto values.
...
Fix argument handling bug in socket(f,t,p) call.
Fix some comments.
1991-07-01 18:51:33 +00:00
Guido van Rossum
9db401333f
Fixed confusing error message (open should be popen)
1991-07-01 18:48:44 +00:00
Guido van Rossum
49955ae360
Support socket module
1991-07-01 18:45:17 +00:00
Guido van Rossum
30a685f0fe
Many changes to the interface, and added comments.
1991-06-27 15:51:29 +00:00
Guido van Rossum
6574b3ee25
Initial revision
1991-06-25 21:36:08 +00:00
Guido van Rossum
1d2a9ade93
Generalize to macintosh; forget Think 3.0.
1991-06-24 22:23:45 +00:00
Guido van Rossum
76f2f2ef67
Apparently MPW has power() instead of pow().
1991-06-24 22:23:10 +00:00
Guido van Rossum
d783a46d73
printobject now returns an error code
1991-06-07 22:35:42 +00:00
Guido van Rossum
971443b7d4
Getpgrp() has a parameter, at least on BSD!
1991-06-07 13:59:29 +00:00
Guido van Rossum
5b02dbc2f8
Simplified STDWIN initialization.
1991-06-07 13:55:41 +00:00
Guido van Rossum
0481447f41
Added getpgrp(); fixed buggy calls to getnoarg().
1991-06-04 20:23:49 +00:00
Guido van Rossum
6f7b9598b5
Expoer "marshal" module.
1991-06-04 19:47:46 +00:00
Guido van Rossum
3b06619e1c
Added popen().
...
Added getmtime() function for use by ".pyc" processing.
1991-06-04 19:40:25 +00:00
Guido van Rossum
85e3b01f3b
Removed utimes() compatibility hack.
...
Added _exit, exec, fork, getpid, getppid, kill and wait.
1991-06-03 12:42:10 +00:00
Guido van Rossum
246b9d8258
Don't suppress wsetfont("");
...
Don't report WE_MENU events with None as menu pointer;
Added stdwin.getactie() function;
Moved code to turn WINDOW* into windowobject* to a separate function.
1991-06-03 10:55:14 +00:00
Guido van Rossum
4b9cf8eed9
Added text.setactive and text.setview.
...
Moved some functions around.
1991-05-28 21:57:04 +00:00
Guido van Rossum
a2a181a6a3
Added xor functions.
...
Hide/show focus hacks around tedraw are no longer needed.
1991-05-14 12:09:25 +00:00
Guido van Rossum
6a1f54c09c
Include sys/select.h for IBM R2
1991-05-05 20:15:54 +00:00
Guido van Rossum
541c8c0b2e
Added many new functions
1991-05-05 20:13:41 +00:00
Guido van Rossum
80c9d88cbf
New hacks for include files to get time_t in the most portable way.
...
Added Turbo C milli functions (courtesy Mark Anacker)
Disable THINK C sleep for 4.0
1991-04-16 08:47:51 +00:00
Guido van Rossum
27201069c0
Add filled drawing methods and polygon methods.
...
Sort some method lists.
Increase max #menus, and give more reasonable error message
if exceeded.
Remove window setfont method.
1991-04-16 08:43:03 +00:00
Guido van Rossum
ac029489d0
Added pwd and grp modules
1991-04-16 08:39:39 +00:00
Guido van Rossum
864407d112
Initial revision
1991-04-10 19:48:25 +00:00
Guido van Rossum
0ee42cdcf9
Incorporated MSDOS changes (untested).
1991-04-08 21:01:03 +00:00
Guido van Rossum
1ff6cb4f4f
Made utime use much more portable.
...
Incorporated i386 mods.
(Oh, BTW, the "right" python name is now posix.utime, not utimes!
1991-04-08 20:59:13 +00:00
Guido van Rossum
db46c0e4f8
Fix window.setfont() to call drawing_setfont internally.
1991-04-04 17:26:32 +00:00
Guido van Rossum
50429a1d2c
More flexible font setting (mainly for the Mac).
1991-04-04 15:24:07 +00:00
Guido van Rossum
6590d4a250
Hack for THINK C time function.
...
Made more functions externally visible.
1991-04-04 10:49:03 +00:00
Guido van Rossum
5662746a9e
Made millitimer() and millisleep() global (what the heck...).
1991-04-03 19:15:32 +00:00
Guido van Rossum
0c2290bd53
Added font, color and default scroll bars interfaces.
1991-04-03 19:12:14 +00:00
Guido van Rossum
5b7f945bc3
Moved get*doublearg() routines to modsupport.c
1991-04-03 19:06:03 +00:00
Guido van Rossum
a0c191eaa2
Initial revision
1991-04-03 19:02:31 +00:00
Guido van Rossum
2abc7a6a9a
Added font manager initialization.
1991-04-03 19:01:18 +00:00
Guido van Rossum
bf109736d9
Return value of drawing_generic was ignored! Foo!
1991-03-06 13:14:12 +00:00
Guido van Rossum
f70e43a073
Added copyright notice.
1991-02-19 12:39:46 +00:00
Guido van Rossum
426035c543
Added BSD implementations of millisleep.
1991-02-19 12:27:35 +00:00
Guido van Rossum
2d14e21382
Call winit() here instead of in main initialization.
1991-02-19 12:26:49 +00:00