1. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  2. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  3. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  4. 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
  5. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  6. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  7. 5e25f9f Merged revisions 69874 via svnmerge from by Tarek Ziadé · 15 years ago
  8. 61cb087 Remove incorrect usages of map() in distutils. Reported by Lisandro Dalcin. by Amaury Forgeot d'Arc · 16 years ago
  9. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  10. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  11. 63236cf Minimal fixes to save the bootstrap on OSX. by Guido van Rossum · 17 years ago
  12. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  13. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  14. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  15. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  16. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  17. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
  18. 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
  19. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
  20. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
  21. 274ad9d Added all documentation. by Greg Ward · 25 years ago
  22. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
  23. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 25 years ago
  24. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 25 years ago
  25. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 25 years ago
  26. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 25 years ago
  27. db75afe Added collapse_ws option. by Greg Ward · 25 years ago
  28. f6cdcd5 Added 'warn' method. by Greg Ward · 26 years ago
  29. d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 26 years ago