1. 56a00de Merged revisions 72671 via svnmerge from by Antoine Pitrou · 16 years ago
  2. 929a723 Merged revisions 69881 via svnmerge from by Tarek Ziadé · 16 years ago
  3. 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 17 years ago
  4. 4450dcf Merged revisions 68033 via svnmerge from by Tarek Ziadé · 17 years ago
  5. 61cb087 Remove incorrect usages of map() in distutils. Reported by Lisandro Dalcin. by Amaury Forgeot d'Arc · 17 years ago
  6. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 17 years ago
  7. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 17 years ago
  8. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  9. d4ee167 Fix yet another stray 2.x-ism (maybe merged?). by Guido van Rossum · 18 years ago
  10. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 18 years ago
  11. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 18 years ago
  12. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
  13. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
  14. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 18 years ago
  15. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  16. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  17. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  18. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  19. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 20 years ago
  20. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
  21. 227e8ff - rename check_provision() to split_revision() by Fred Drake · 20 years ago
  22. db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
  23. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  24. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
  25. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 21 years ago
  26. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 21 years ago
  27. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 21 years ago
  28. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  29. 0eb32a6 Add support for package data. by Fred Drake · 21 years ago
  30. 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 21 years ago
  31. f06116d commentary about how bad ConfigParser is doesn't help here, and the by Fred Drake · 21 years ago
  32. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  33. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 22 years ago
  34. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 22 years ago
  35. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 23 years ago
  36. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 23 years ago
  37. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 23 years ago
  38. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 23 years ago
  39. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 23 years ago
  40. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 23 years ago
  41. 7146073 Use module-level import of DEBUG instead of many function-level imports. by Jeremy Hylton · 23 years ago
  42. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
  43. b94b849 Whitespace normalization. by Fred Drake · 24 years ago
  44. bcd8975 Use a version number of 0.0.0 instead of ???. The latter leads to by Thomas Heller · 24 years ago
  45. d303b61 [Bug #459270] Fix incorrect docstring by Andrew M. Kuchling · 24 years ago
  46. a8aefe5 Don't use dir() to find instance attribute names. by Neil Schemenauer · 24 years ago
  47. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 24 years ago
  48. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 24 years ago
  49. f89d993 Back out the requirement to supply a version number by Andrew M. Kuchling · 24 years ago
  50. ffb963c Use the get_contact*() accessors instead of get_maintainer*() by Andrew M. Kuchling · 24 years ago
  51. a7210ed Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, by Andrew M. Kuchling · 24 years ago
  52. 898f099 Bug #409403: Signal an error if the distribution's metadata has no version by Andrew M. Kuchling · 24 years ago
  53. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 25 years ago
  54. f6fc875 Jack Jansen: added 'get_command_list()' method, and Mac-specific code to by Greg Ward · 25 years ago
  55. fa9ff76 Untabified. by Greg Ward · 25 years ago
  56. 2c08cf0 Fix '_set_command_options()' so it only calls 'strtobool()' on strings by Greg Ward · 25 years ago
  57. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 25 years ago
  58. 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 25 years ago
  59. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 25 years ago
  60. 47ec207 Remove some debugging output from the last change. by Greg Ward · 25 years ago
  61. f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 25 years ago
  62. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 25 years ago
  63. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 25 years ago
  64. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 25 years ago
  65. 7d9c705 Typo fix. by Greg Ward · 25 years ago
  66. 55fced3 More stylistic tweaks to the generic '--help-xxx' code. by Greg Ward · 25 years ago
  67. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 25 years ago
  68. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 25 years ago
  69. 1169687 Always look for the system config file in the Distutils module directory, by Greg Ward · 25 years ago
  70. acf3f6a Patch from Rene Liebscher: by Greg Ward · 25 years ago
  71. 43955c9 Fix 'reinitialize_command()' so it resets the 'have_run' flag for the by Greg Ward · 25 years ago
  72. 2bd3f42 Only print debugging output if DEBUG true (and deleted some of the more by Greg Ward · 25 years ago
  73. 8ff5a3f Reformatted and updated many docstrings. by Greg Ward · 25 years ago
  74. 282c7a0 Oops, 'reinitialize_command()' forgot to return the command object if didn't by Greg Ward · 25 years ago
  75. c32d9a6 Factored '_set_command_options()' out of 'get_command_obj()'. by Greg Ward · 25 years ago
  76. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 25 years ago
  77. 51def7d Support for the "install_headers" command: distribution option 'headers' by Greg Ward · 25 years ago
  78. 0e48cfd Factored out code for extracting-or-creating one of the option by Greg Ward · 25 years ago
  79. 40313cf Fix 'get_command_obj()' so it checks if a command object has an attribute by Greg Ward · 25 years ago
  80. 4746077 Fixed so options from config files and command lines actually work: by Greg Ward · 25 years ago
  81. d5d8a99 Marching towards full support of config files: thoroughly overhauled the by Greg Ward · 25 years ago
  82. 44a61bb Added 'has_scripts()', 'has_data_files()' methods. by Greg Ward · 25 years ago
  83. 36c36fe Added missing import. by Greg Ward · 25 years ago
  84. 6a901dd List data files are listed in the Distribution attribute 'data_files', by Gregory P. Smith · 25 years ago
  85. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 25 years ago
  86. 1426354 Preliminary support for config files: by Gregory P. Smith · 25 years ago
  87. c4537ac Got rid of several little-used and not-very-useful methods: 'get_option()', by Greg Ward · 25 years ago
  88. e5a584e Harry Henry Gebel: add 'long_description' to DistributionMetadata. by Greg Ward · 25 years ago
  89. 4982f98 Fix how we generate the meta-data query methods to include 'get_fullname()' by Greg Ward · 25 years ago
  90. 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 25 years ago
  91. 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 25 years ago
  92. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 25 years ago
  93. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 25 years ago
  94. 7d508fe Add missing import of 'usage' string. by Greg Ward · 25 years ago
  95. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 25 years ago