0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Guido van Rossum
89a78697b8 * Got entirely rid of path.py.
* 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!
1992-12-14 12:57:56 +00:00
Guido van Rossum
ce08448165 New class syntax. 1991-12-26 13:06:29 +00:00
Guido van Rossum
ce27298640 minsize --> getminsize; new implementation of getminsize 1991-08-16 13:17:07 +00:00
Guido van Rossum
0c89ec778d *** empty log message *** 1990-11-05 19:44:31 +00:00
Guido van Rossum
6acc1b539a Changed resizing functionality. 1990-10-31 11:21:56 +00:00
Guido van Rossum
67d3d1348b Removed reference to minmax. 1990-10-26 14:49:24 +00:00
Guido van Rossum
4de12876a9 Generalized. 1990-10-25 18:50:59 +00:00
Guido van Rossum
336f2816cd Initial revision 1990-10-24 16:39:18 +00:00