Find a file
Guido van Rossum e6eefc2231 * classobject.[ch], {float,long,int}object.c, bltinmodule.c:
coercion is now completely generic.
* ceval.c: for instances, don't coerce for + and *; * reverses
  arguments if left one is non-instance numeric and right one sequence.
1992-08-14 12:06:52 +00:00
Demo Initial revision 1992-08-13 12:14:11 +00:00
Doc Added chapter titles in comments 1992-08-14 09:20:21 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
Lib Added emacs.py (for misc/py-connect.el). 1992-08-09 13:54:50 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Fix bug introduced by Jack (duplicate def of qread) 1992-08-13 14:23:56 +00:00
Objects * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
Parser Copyright for 1992 added 1992-04-05 14:26:55 +00:00
Python * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
Tools/scripts Fix regexp recognizing comments to cope with unterminated comments. 1992-06-05 15:13:53 +00:00