Go to file
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
Demo Fix for new argument passing rules. 1992-12-14 12:43:19 +00:00
Doc Incorporated Jan-Hein's changes and texinfo conversion. 1992-12-08 14:37:55 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Lib * Got entirely rid of path.py. 1992-12-14 12:57:56 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Added new modules mpz, md5 (by JH, requiring GNU MP). 1992-12-08 16:10:18 +00:00
Objects * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Tools/scripts Fix bug when reporting error 1992-12-10 00:01:24 +00:00