Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. | Guido van Rossum | 1997-09-09 | 1 | -189/+0 |
| | |||||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 1 | -2/+2 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||||
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -4/+4 |
| | | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it! | ||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -8/+8 |
| | |||||
* | New class syntax. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | minsize->getminsize | Guido van Rossum | 1991-08-16 | 1 | -31/+51 |
| | | | | | Keyboard focus policy more? | ||||
* | *** empty log message *** | Guido van Rossum | 1991-05-14 | 1 | -7/+11 |
| | |||||
* | Support delayed destroy. Use built-in remove. | Guido van Rossum | 1991-04-21 | 1 | -8/+15 |
| | | | | Dispatch needn't check for win = self.win. | ||||
* | Added window list management functionality. | Guido van Rossum | 1991-04-07 | 1 | -6/+63 |
| | | | | | | Automatically call self.destroy() if WE_CLOSE event dispatched. Added keyboard, alternate drawing and getwindow interface. Call child's realize method. | ||||
* | Added _reset and destroy methods. | Guido van Rossum | 1991-01-23 | 1 | -3/+10 |
| | |||||
* | Compensate stdwin bug | Guido van Rossum | 1990-12-26 | 1 | -1/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-11-05 | 1 | -0/+92 |