| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typo: return -1 for error, not NULL | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -136/+136 |
|
|
* | One NULL should have been 0. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
|
|
* | forms_set_event_call_back: argument of None resets event callback to NULL. | Guido van Rossum | 1993-07-26 | 1 | -0/+2 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -122/+83 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -6/+6 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -0/+9 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -55/+15 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -4/+3 |
|
|
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 1 | -12/+75 |
|
|
* | Use getargs() everywhere now. Standardize lay-out yet more (an ongoing | Guido van Rossum | 1992-09-03 | 1 | -196/+248 |
|
|
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 1 | -1/+27 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -3/+1 |
|
|
* | fixed bugs in generic_setattr (returned NULL instead of | Guido van Rossum | 1992-06-03 | 1 | -2/+2 |
|
|
* | in form_dealloc, only hide the form if it's visible | Guido van Rossum | 1992-04-08 | 1 | -1/+2 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Added forms_(de)activate_all_forms functions; minor lay-out fixes. | Guido van Rossum | 1992-03-27 | 1 | -18/+40 |
|
|
* | Got rid of display_form() (same as show_form()). | Guido van Rossum | 1992-03-24 | 1 | -15/+0 |
|
|
* | Implemented show_choice(); moved items around a little bit. | Guido van Rossum | 1992-03-23 | 1 | -9/+47 |
|
|
* | Use getargs() function. | Guido van Rossum | 1992-01-27 | 1 | -184/+41 |
|
|
* | Hide forms before discarding them. | Guido van Rossum | 1991-12-16 | 1 | -0/+1 |
|
|
* | Support for FORMS 2.0. | Guido van Rossum | 1991-12-10 | 1 | -33/+170 |
|
|
* | Fixed duplicate use of OFF macro. | Guido van Rossum | 1991-11-19 | 1 | -0/+6 |
|
|
* | Finally added form attributes. | Guido van Rossum | 1991-11-12 | 1 | -5/+38 |
|
|
* | Done a little bit about garbage collection. | Guido van Rossum | 1991-10-20 | 1 | -103/+218 |
|
|
* | Return window ID of form (later should use attr list liek objects). | Guido van Rossum | 1991-09-13 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|