1. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  2. 2497ead make size arg signed by Guido van Rossum · 29 years ago
  3. 49b11fe move callable() here by Guido van Rossum · 30 years ago
  4. 32b582b fix strobject() behavior by Guido van Rossum · 30 years ago
  5. 2056684 properly implement cmp() for class instances by Guido van Rossum · 30 years ago
  6. 5524a59 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently by Guido van Rossum · 30 years ago
  7. 016564a attribute-less object is AttributeError, not TypeError by Guido van Rossum · 30 years ago
  8. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  9. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  10. 9776adf rearranged code in debugging version of DELREF to avoid touching data by Guido van Rossum · 30 years ago
  11. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  12. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  13. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  14. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  15. 842d2cc intobject.c: Save references to small integers, so that they can be by Sjoerd Mullender · 31 years ago
  16. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  17. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  18. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  19. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  20. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  21. 2e8f614 If a type has a repr function but no print function, printing it now by Guido van Rossum · 32 years ago
  22. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  23. 0c182a1 Fix lint bug by Guido van Rossum · 32 years ago
  24. 3ea7412 Change error messages for impossible assignment slightly. by Guido van Rossum · 33 years ago
  25. 2912f22 Use IOError. by Guido van Rossum · 33 years ago
  26. 278ef59 Check for write errors after printing a value by Guido van Rossum · 33 years ago
  27. 9fb0368 Change cmpobject() to coerce numerical values before comparing them by Guido van Rossum · 33 years ago
  28. 9093361 printobject now returns an error code by Guido van Rossum · 33 years ago
  29. 05ab111 Enabled (and fixed) newvarobject() by Guido van Rossum · 33 years ago
  30. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  31. 73531a3 Return -1 for errors. by Guido van Rossum · 34 years ago
  32. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  33. bd3edc8 Removed redundant prototype for err_nomem(). by Guido van Rossum · 34 years ago
  34. 85a5fbb Initial revision by Guido van Rossum · 34 years ago