1. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  2. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  3. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
  4. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 23 years ago
  5. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 23 years ago
  6. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 23 years ago
  7. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 23 years ago
  8. 6864d30 Add depends=None to the arglist for compile(). by Jeremy Hylton · 23 years ago
  9. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
  10. b94b849 Whitespace normalization. by Fred Drake · 24 years ago
  11. 92c2ebf The libraries argument was completely ignored, fixed. Reported by Tom Loredo. by Jack Jansen · 24 years ago
  12. 9020bce - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. by Jack Jansen · 24 years ago
  13. 92c5bdb Fixed -D emulation for symbols with a value, as specified with the define_macros Extension argument. by Just van Rossum · 24 years ago
  14. dd13a20 Made distutils understand the MacPython Carbon runtime model. Distutils will build for the runtime model you are currently using for the interpreter. by Jack Jansen · 24 years ago
  15. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 25 years ago