Commit Graph

38757 Commits

Author SHA1 Message Date
Guido van Rossum 48154be152 Now uses pipes. 1991-08-16 13:23:29 +00:00
Guido van Rossum 0d3f4678ba Used mainloop instead of WindowParent functions 1991-08-16 13:22:53 +00:00
Guido van Rossum e825f15900 minsize->getminsize
Keyboard focus policy
more?
1991-08-16 13:22:23 +00:00
Guido van Rossum e11d4ccbb6 minsize -> getminsize
Keyboard interface
1991-08-16 13:22:08 +00:00
Guido van Rossum 3c8045acf1 Added activate/deactivate.
minsize --> getminsize.
Added 'boxed' option.
Added lost of code to realize (?)
1991-08-16 13:19:43 +00:00
Guido van Rossum 9b1bfc8810 minsize --> getminsize.
Added keyboard downcalls.
(I mean keyboard focus policy and activate/deactivate)
1991-08-16 13:17:27 +00:00
Guido van Rossum ce27298640 minsize --> getminsize; new implementation of getminsize 1991-08-16 13:17:07 +00:00
Guido van Rossum cadae0fc14 minsize --> getminsize 1991-08-16 13:16:25 +00:00
Guido van Rossum d085cc6f5d Initial revision 1991-08-16 13:15:56 +00:00
Guido van Rossum ac62b9e7cb Renamed path.cat to path.join 1991-08-16 13:14:46 +00:00
Guido van Rossum ca197b520e minsize --> getminsize 1991-08-16 13:05:37 +00:00
Guido van Rossum 1e5ad4e9bb Added class StrutAppearance (a label with with 0).
Changed minsize to getminsize.
1991-08-16 13:04:40 +00:00
Guido van Rossum e6afe6a468 Initial revision 1991-08-16 13:02:04 +00:00
Guido van Rossum 8cf301e757 Changed minsize to getminsize. 1991-08-16 13:01:50 +00:00
Guido van Rossum 6fc178f46d Too much to describe changed... 1991-08-16 09:13:42 +00:00
Guido van Rossum b881314b6f Use dict2lookup. 1991-08-16 09:01:55 +00:00
Guido van Rossum f0ada4a130 Use more dict2 functions./ 1991-08-16 09:01:08 +00:00
Guido van Rossum 4b3c1da660 Added/moved dict2 interfaces. 1991-08-16 09:00:42 +00:00
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 831632507a Use dmore dict2lookup. 1991-08-16 08:58:43 +00:00
Guido van Rossum 670690e2aa Reflect changed file name in comments. 1991-08-16 08:57:40 +00:00
Guido van Rossum df62e44f38 Changed many calls to dict stufff to dict2 variants.
*** Somehow the call to printobject was changed back to fwrite?!?! ***
1991-08-16 08:56:04 +00:00
Guido van Rossum 4f4a55b90c Change getbuiltin interface to get the name as an object. 1991-08-16 08:55:53 +00:00
Guido van Rossum a57fb011f1 Change getbuiltin interface to get the name as an object;
call dict2lookup insteead of dictlookup.
1991-08-16 08:54:58 +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 8c11a5c759 Completely ignore lines with only a newline token on them, except
wholly empty lines interactively.
1991-07-27 21:42:56 +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 278ef59110 Check for write errors after printing a value 1991-07-27 21:40:24 +00:00
Guido van Rossum 139e57b2a4 Support for long integers 1991-07-27 21:39:31 +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 18315a0ecd New syntax 1991-07-27 21:38:01 +00:00
Guido van Rossum ef098519ed New grammar (semicolons, continue, no multiple NEWLINES) 1991-07-27 21:37:24 +00:00
Guido van Rossum 4bad92cc8a New syntax: semicolons, continue statement.
For the latter we must keep track of the current block's type.
(We can't continue through a try statement, sigh.()
1991-07-27 21:34:52 +00:00
Guido van Rossum 76a00af3f2 Support for long integers 1991-07-27 21:34:00 +00:00
Guido van Rossum a049031f2d Added call_object interface 1991-07-27 21:33:03 +00:00
Guido van Rossum 83bf35cb27 Add interface to call a Python function (or other callable) object
from C.
1991-07-27 21:32:34 +00:00
Guido van Rossum 7ac4a88721 Change treatment of multiple NEWLINES 1991-07-27 21:29:47 +00:00
Guido van Rossum a60810973d Call printobject instead of fwrite to print strings. 1991-07-22 11:48:07 +00:00
Guido van Rossum 56f7837704 Added 'continue', semicolons and dictionary displays. 1991-07-17 18:39:15 +00:00
Guido van Rossum 2fe53f7fec The print operation now returns status! 1991-07-01 18:52:31 +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 9fb036811a Change cmpobject() to coerce numerical values before comparing them 1991-07-01 18:48:04 +00:00