1. 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
  2. 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
  3. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  4. 03d5d08 Merged revisions 74988 via svnmerge from by Tarek Ziadé · 15 years ago
  5. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  6. 85ac28d Fix a straggler filter() call. by Guido van Rossum · 17 years ago
  7. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  8. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  9. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  10. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  12. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  13. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  14. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  15. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  16. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  17. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  18. 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
  19. 8f787bf Test changes before checking them in. by Jeremy Hylton · 22 years ago
  20. 40ebbef Track extra arg to option_table to all uses of it by Jeremy Hylton · 22 years ago
  21. d53f6e4 global _option_order is not used by Jeremy Hylton · 22 years ago
  22. a181ec0 Set repeat metadata for an option based on repeat local var not constant. by Jeremy Hylton · 22 years ago
  23. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  24. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  25. affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
  26. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  27. 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
  28. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  29. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  30. 373dbfa Fixed so we print more than just the first line of help for options with by Greg Ward · 24 years ago
  31. 981f736 Don't take advantage of OptionDummy's new "auto-initialization" feature by Greg Ward · 24 years ago
  32. 3c67b1d OptionDummy now has a constructor that takes a list of options: each string by Greg Ward · 24 years ago
  33. 66bf446 Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff. by Greg Ward · 24 years ago
  34. 1e7b509 Added the capability for alias options. by Greg Ward · 24 years ago
  35. 320df70 Added 'has_option()', 'get_attr_name()' methods. by Greg Ward · 24 years ago
  36. 283c745 Made 'generate_help()' and 'print_help()' methods of FancyGetopt. by Greg Ward · 24 years ago
  37. ead5c29 Continuing the refactoring: deleted the old 'fancy_getopt()' function, by Greg Ward · 24 years ago
  38. ffc10d9 Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt by Greg Ward · 24 years ago
  39. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  40. 44f8e4e Added support for printing out help text from option table: 'print_help()', by Greg Ward · 25 years ago
  41. a564cc3 Hacked to support the notion of "negative alias" options, to handle by Greg Ward · 25 years ago
  42. 0081cc5 Better detection of bad entries in option table. by Greg Ward · 25 years ago
  43. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago