1. 7e3090c newclassobject() gets a third argument by Guido van Rossum · 33 years ago
  2. df62e44 Changed many calls to dict stufff to dict2 variants. by Guido van Rossum · 33 years ago
  3. 83bf35c Add interface to call a Python function (or other callable) object from C. by Guido van Rossum · 33 years ago
  4. a608109 Call printobject instead of fwrite to print strings. by Guido van Rossum · 33 years ago
  5. 89d55ca Call coerce() in arithmetic operations, to support mixed mode arithmetic by Guido van Rossum · 33 years ago
  6. 9093361 printobject now returns an error code by Guido van Rossum · 33 years ago
  7. 067b9c0 Remove test for unimplemented sq_repeat method (see tupleobject comments) by Guido van Rossum · 33 years ago
  8. 4965bc8 Declare ticker as int; made testbool generic for all numeric types by Guido van Rossum · 33 years ago
  9. e8122f1 Renamed class methods to instance methods (which they are) by Guido van Rossum · 33 years ago
  10. 374a922 Moved support functions after main function; added prototypes; by Guido van Rossum · 33 years ago
  11. b882495 Define and use GETNAMEV macro. by Guido van Rossum · 33 years ago
  12. f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
  13. 86cd6e6 File name shortening. by Guido van Rossum · 34 years ago
  14. 40d0b7e Change div() into divide(); div() is a Standard C function. by Guido van Rossum · 34 years ago
  15. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  16. e9736fc Free parse tree after compiling. by Guido van Rossum · 34 years ago
  17. 10dc2e8 Initial revision by Guido van Rossum · 34 years ago