1. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  2. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  3. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  4. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  5. 013142a fix nasty bug in resizing (formatstring) by Guido van Rossum · 30 years ago
  6. 71e57d0 Fix the fix :-( by Guido van Rossum · 31 years ago
  7. 6938a29 Three micro fixes to formatstring by Guido van Rossum · 31 years ago
  8. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  9. 444fc7c Add some necessary casts; use double quotes to represent strings in some cases. by Guido van Rossum · 31 years ago
  10. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  11. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  12. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  13. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  14. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  15. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  16. 67daef5 Remove bogus type-and-refcnt setting from newsizedstringobject(). by Guido van Rossum · 32 years ago
  17. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  18. 719f5fa lint fix by Guido van Rossum · 32 years ago
  19. bcaa31c printobject now returns an error code Remove superfluous err_nomem() call by Guido van Rossum · 33 years ago
  20. f380e66 Fix comments in string_as_sequence by Guido van Rossum · 33 years ago
  21. daa8bb3 Optimized single-character strings gotten from s[i]. by Guido van Rossum · 33 years ago
  22. b6a6bdc Optimized stringitem. by Guido van Rossum · 33 years ago
  23. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  24. 253919f Fix stringcompare when strings contain null bytes. by Guido van Rossum · 33 years ago
  25. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  26. 392ab32 Fix wrong #ifdef. by Guido van Rossum · 34 years ago
  27. 921842f Fixed resizestring() to work if reference tracing is turned on. by Guido van Rossum · 34 years ago
  28. 2a9096b New errors. by Guido van Rossum · 34 years ago
  29. 85a5fbb Initial revision by Guido van Rossum · 34 years ago