Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a little comment | Guido van Rossum | 1991-10-20 | 1 | -0/+4 |
| | |||||
* | Added __dict__ attributes all over the place. | Guido van Rossum | 1991-10-20 | 1 | -18/+36 |
| | |||||
* | Added allowbroadcast() | Guido van Rossum | 1991-10-20 | 1 | -1/+23 |
| | |||||
* | Done a little bit about garbage collection. | Guido van Rossum | 1991-10-20 | 1 | -103/+218 |
| | | | | Made some routines a little bit more robust. | ||||
* | Added lrect{read,write} and pixmode(). | Guido van Rossum | 1991-10-20 | 1 | -11/+226 |
| | | | | | Also added functions (un)packrect, not in GL but needed for tv... Commented out all the functions that cause error messages. | ||||
* | Added some error checks. | Guido van Rossum | 1991-10-20 | 1 | -1/+17 |
| | |||||
* | Return window ID of form (later should use attr list liek objects). | Guido van Rossum | 1991-09-13 | 1 | -0/+2 |
| | |||||
* | Call (*func), not ALgetparams! | Guido van Rossum | 1991-09-13 | 1 | -1/+1 |
| | |||||
* | Make Socktype global so old and new compilers will like it. | Guido van Rossum | 1991-09-10 | 1 | -6/+4 |
| | |||||
* | getlonglongargs --> getlonglongarg | Guido van Rossum | 1991-09-10 | 1 | -2/+3 |
| | | | | Fixed type error in argument of newopenfileobject. | ||||
* | Added module 'al' (SGI audio library). | Guido van Rossum | 1991-09-10 | 1 | -0/+7 |
| | |||||
* | Added queryparams, get/setparams. | Guido van Rossum | 1991-09-10 | 1 | -2/+96 |
| | | | | Free config object used to get sample width. | ||||
* | Initial revision | Guido van Rossum | 1991-09-09 | 1 | -0/+492 |
| | |||||
* | Changed some interfaces after error reports from Liberte. | Guido van Rossum | 1991-08-16 | 1 | -3/+51 |
| | | | | Added altgetmatrix (better but incompatible). | ||||
* | Added initfl() call when USE_FL is define. | Guido van Rossum | 1991-08-16 | 1 | -0/+6 |
| | |||||
* | Reflect changed file name in comments. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Fixed almost all list errors. | Guido van Rossum | 1991-08-08 | 1 | -16/+20 |
| | |||||
* | Lots of cosmetic changes. | Guido van Rossum | 1991-08-08 | 1 | -310/+325 |
| | | | | | Lots of small bugfixes (lint!). Made bgn_group and end_group form methods instead of top-level functions. | ||||
* | Adde get_mouse and find_first/find_last (by robertl) | Guido van Rossum | 1991-08-08 | 1 | -0/+72 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-08-07 | 1 | -0/+2177 |
| | |||||
* | All mac compilers now use 1904 as the Epoch... | Guido van Rossum | 1991-07-27 | 1 | -6/+4 |
| | |||||
* | Added getxwindowin() method | Guido van Rossum | 1991-07-27 | 1 | -0/+14 |
| | |||||
* | Add gethostname() and s.avail(). | Guido van Rossum | 1991-07-27 | 1 | -3/+52 |
| | |||||
* | Ignore SIGPIPE when we've opened a pipe | Guido van Rossum | 1991-07-27 | 1 | -0/+3 |
| | |||||
* | Add some err_errno calls that were missing | Guido van Rossum | 1991-07-27 | 1 | -3/+3 |
| | |||||
* | Support for long integers | Guido van Rossum | 1991-07-27 | 1 | -14/+9 |
| | |||||
* | Connection sockets now have the proper family/type/proto values. | Guido van Rossum | 1991-07-01 | 1 | -5/+8 |
| | | | | | Fix argument handling bug in socket(f,t,p) call. Fix some comments. | ||||
* | Fixed confusing error message (open should be popen) | Guido van Rossum | 1991-07-01 | 1 | -1/+1 |
| | |||||
* | Support socket module | Guido van Rossum | 1991-07-01 | 1 | -0/+7 |
| | |||||
* | Many changes to the interface, and added comments. | Guido van Rossum | 1991-06-27 | 1 | -78/+326 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-06-25 | 1 | -0/+494 |
| | |||||
* | Generalize to macintosh; forget Think 3.0. | Guido van Rossum | 1991-06-24 | 1 | -8/+9 |
| | |||||
* | Apparently MPW has power() instead of pow(). | Guido van Rossum | 1991-06-24 | 1 | -0/+4 |
| | |||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -1/+2 |
| | |||||
* | Getpgrp() has a parameter, at least on BSD! | Guido van Rossum | 1991-06-07 | 1 | -1/+1 |
| | |||||
* | Simplified STDWIN initialization. | Guido van Rossum | 1991-06-07 | 1 | -49/+4 |
| | |||||
* | Added getpgrp(); fixed buggy calls to getnoarg(). | Guido van Rossum | 1991-06-04 | 1 | -2/+13 |
| | |||||
* | Expoer "marshal" module. | Guido van Rossum | 1991-06-04 | 1 | -0/+3 |
| | |||||
* | Added popen(). | Guido van Rossum | 1991-06-04 | 1 | -1/+37 |
| | | | | Added getmtime() function for use by ".pyc" processing. | ||||
* | Removed utimes() compatibility hack. | Guido van Rossum | 1991-06-03 | 1 | -1/+165 |
| | | | | Added _exit, exec, fork, getpid, getppid, kill and wait. | ||||
* | Don't suppress wsetfont(""); | Guido van Rossum | 1991-06-03 | 1 | -28/+47 |
| | | | | | | 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. | ||||
* | Added text.setactive and text.setview. | Guido van Rossum | 1991-05-28 | 1 | -5/+37 |
| | | | | Moved some functions around. | ||||
* | Added xor functions. | Guido van Rossum | 1991-05-14 | 1 | -9/+46 |
| | | | | Hide/show focus hacks around tedraw are no longer needed. | ||||
* | Include sys/select.h for IBM R2 | Guido van Rossum | 1991-05-05 | 1 | -0/+5 |
| | |||||
* | Added many new functions | Guido van Rossum | 1991-05-05 | 1 | -10/+71 |
| | |||||
* | New hacks for include files to get time_t in the most portable way. | Guido van Rossum | 1991-04-16 | 1 | -10/+54 |
| | | | | | Added Turbo C milli functions (courtesy Mark Anacker) Disable THINK C sleep for 4.0 | ||||
* | Add filled drawing methods and polygon methods. | Guido van Rossum | 1991-04-16 | 1 | -26/+118 |
| | | | | | | | Sort some method lists. Increase max #menus, and give more reasonable error message if exceeded. Remove window setfont method. | ||||
* | Added pwd and grp modules | Guido van Rossum | 1991-04-16 | 1 | -0/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-04-10 | 1 | -0/+222 |
| | |||||
* | Incorporated MSDOS changes (untested). | Guido van Rossum | 1991-04-08 | 1 | -2/+93 |
| |