1. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 33 years ago
  2. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 33 years ago
  3. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 33 years ago
  4. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 33 years ago
  5. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 33 years ago
  6. 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 33 years ago
  7. ed59d20 Various changes. by Sjoerd Mullender · 33 years ago
  8. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 33 years ago
  9. d014ea6 * classobject.c: in instance_lenth, test result of call_object by Guido van Rossum · 33 years ago
  10. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 33 years ago
  11. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 33 years ago
  12. 99bec95 Add some debugging features if DEBUG defined by Guido van Rossum · 33 years ago
  13. f9a2d33 fix *serious* (new) bug in testbool: by default objects should test by Guido van Rossum · 33 years ago
  14. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 33 years ago
  15. 04691fc Changes so that user-defined classes can implement operations invoked by Guido van Rossum · 33 years ago
  16. ff4949e * Makefile: cosmetics by Guido van Rossum · 33 years ago
  17. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 33 years ago
  18. bd9ccca Test for NULL coming out of err_get() in call_exc_trace() by Guido van Rossum · 34 years ago
  19. 801dcae reverse sense of test for CHECKEXC by Guido van Rossum · 34 years ago
  20. 5b7313a Arg of cmp_outcome becomes an int for portability to the Mac by Guido van Rossum · 34 years ago
  21. eee3fd4 (Hopefully) fix bug in reference count in call_exc_trace() by Guido van Rossum · 34 years ago
  22. 0a066c0 lint (added prototypes for all static fns) by Guido van Rossum · 34 years ago
  23. 9c8d70d New trace implementation; and profile (in a similat vein). by Guido van Rossum · 34 years ago
  24. 299a734 Tighten error handling of string printing. by Guido van Rossum · 34 years ago
  25. 9b1d33b Use correct prototype for invert(). by Guido van Rossum · 34 years ago
  26. 16dfd29 Limit length of name passed to sprintf. by Guido van Rossum · 34 years ago
  27. 8ec25b4 If sys.trace is None, don't trace. For exceptions, only use by Guido van Rossum · 34 years ago
  28. 6a3f9a8 Added UNPACK_VARARG code. by Guido van Rossum · 34 years ago
  29. 96a42c8 User trace feature. by Guido van Rossum · 34 years ago
  30. 626dae7 Fix bug in assign_slice for negative index; used length of wrong object! by Guido van Rossum · 34 years ago
  31. 98256aa Negative subscript are now allowed as in slices. Added ImportError. by Guido van Rossum · 34 years ago
  32. 9c7b861 New argument passing mechanism. by Guido van Rossum · 34 years ago
  33. 32c6cdf Added STORE_GLOBAL and DELETE_GLOBAL. Exceptions may now also be tuples. by Guido van Rossum · 34 years ago
  34. 7928cd7 Added shift and mask ops. by Guido van Rossum · 34 years ago
  35. 7e3090c newclassobject() gets a third argument by Guido van Rossum · 34 years ago
  36. df62e44 Changed many calls to dict stufff to dict2 variants. by Guido van Rossum · 34 years ago
  37. 83bf35c Add interface to call a Python function (or other callable) object from C. by Guido van Rossum · 34 years ago
  38. a608109 Call printobject instead of fwrite to print strings. by Guido van Rossum · 34 years ago
  39. 89d55ca Call coerce() in arithmetic operations, to support mixed mode arithmetic by Guido van Rossum · 34 years ago
  40. 9093361 printobject now returns an error code by Guido van Rossum · 34 years ago
  41. 067b9c0 Remove test for unimplemented sq_repeat method (see tupleobject comments) by Guido van Rossum · 34 years ago
  42. 4965bc8 Declare ticker as int; made testbool generic for all numeric types by Guido van Rossum · 35 years ago
  43. e8122f1 Renamed class methods to instance methods (which they are) by Guido van Rossum · 35 years ago
  44. 374a922 Moved support functions after main function; added prototypes; by Guido van Rossum · 35 years ago
  45. b882495 Define and use GETNAMEV macro. by Guido van Rossum · 35 years ago
  46. f70e43a Added copyright notice. by Guido van Rossum · 35 years ago
  47. 86cd6e6 File name shortening. by Guido van Rossum · 35 years ago
  48. 40d0b7e Change div() into divide(); div() is a Standard C function. by Guido van Rossum · 35 years ago
  49. 3f5da24 "Compiling" version by Guido van Rossum · 35 years ago
  50. e9736fc Free parse tree after compiling. by Guido van Rossum · 35 years ago
  51. 10dc2e8 Initial revision by Guido van Rossum · 35 years ago