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