1. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 10 years ago
  2. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  3. 2a1838b Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. by Andrew Kuchling · 11 years ago
  4. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  5. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  6. 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
  7. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 13 years ago
  8. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  9. 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
  10. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  11. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  12. c7c71ff Merged revisions 75893 via svnmerge from by Tarek Ziadé · 15 years ago
  13. 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
  14. f5c7c2e Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62127-62128,62130,62132,62134-62137,62139-62142,62144,62146-62148,62150-62152,62155-62161 via svnmerge from by Neal Norwitz · 16 years ago
  15. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  16. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  17. 2c8fef0 Fix a bug in distutils.core's error handling. by Collin Winter · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  20. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  21. db7b002 PEP 314 implementation (client side): by Fred Drake · 19 years ago
  22. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  23. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  24. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 20 years ago
  25. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  26. 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 20 years ago
  27. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  28. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 21 years ago
  29. 6ffdaab Remove the recently-added get_distutil_options(), and just by Andrew M. Kuchling · 21 years ago
  30. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  31. 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
  32. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  33. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  34. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago
  35. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  36. 115fdc6 Define DEBUG as early as possible to avoid import problems. by Jeremy Hylton · 22 years ago
  37. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 22 years ago
  38. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  39. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  40. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  41. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  42. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  43. 71257c7 Oops, import 'grok_environment_error()'. by Greg Ward · 24 years ago
  44. cf0e2dd Changed to use the new 'grok_environment_error()' function instead of by Greg Ward · 24 years ago
  45. 3985151 Catch DistutilSetupError from the Distribution constructor. by Greg Ward · 24 years ago
  46. f7a5507 Use Distribution method 'dump_option_dicts()' for debugging output, and only by Greg Ward · 24 years ago
  47. 8ff5a3f Reformatted and updated many docstrings. by Greg Ward · 24 years ago
  48. a76bbd4 Import the new Extension class, so setup scripts can by Greg Ward · 24 years ago
  49. 66ac93e Catch CCompiler exceptions in 'setup()'. by Greg Ward · 24 years ago
  50. 37af1c3 Added the DEBUG global (set from the DISTUTILS_DEBUG environment variable). by Greg Ward · 24 years ago
  51. 77751c0 Added some debuging output (actually moved here from dist.py) -- by Greg Ward · 24 years ago
  52. 732745b Tweaked usage message. by Greg Ward · 24 years ago
  53. bb8c71d Call 'parse_config_files()' at the appropriate point. by Gregory P. Smith · 24 years ago
  54. d80506c Merged in code from the 0.1.5 release to handle IOError and OSError by Greg Ward · 24 years ago
  55. ddad73b Catch DistutilsOptionError in 'setup()' -- it's thrown either because of by Greg Ward · 24 years ago
  56. b2e2c29 Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. by Greg Ward · 24 years ago
  57. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago
  58. 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 24 years ago
  59. f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 24 years ago
  60. 89489fa Beefed up error-handling in 'setup()' a smidge: by Greg Ward · 24 years ago
  61. 1497b61 Dropped the evil and misguided 'set_peer_option()' method -- it's no by Greg Ward · 24 years ago
  62. 7f6ef6c Renamed 'install_path' to 'extra_path'. by Greg Ward · 24 years ago
  63. 89ccb98 Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- by Greg Ward · 24 years ago
  64. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  65. 611850b Added call to 'ensure_ready()' on the command object in by Greg Ward · 24 years ago
  66. 7a0620c Try to deal with pre-1.5.2 IOError exception objects. by Greg Ward · 24 years ago
  67. 18c05f2 Changed all references to command methods 'set_default_options()' and by Greg Ward · 24 years ago
  68. 4c96db1 Changed references to the command class 'options' attribute to 'user_options'. by Greg Ward · 24 years ago
  69. 592f282 Command classes are now named identically to their commands, so reflect this by Greg Ward · 24 years ago
  70. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 24 years ago
  71. f0fd617 Improvements to the help system: by Greg Ward · 24 years ago
  72. 9d46b9c When emitting a command-line error message, *say* it's an error. by Greg Ward · 25 years ago
  73. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  74. 346e320 Qualified use of 'newer_group' function. by Greg Ward · 25 years ago
  75. 0c35ac6 Added 'force' and 'quiet' (negative alias for 'verbose') to the by Greg Ward · 25 years ago
  76. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  77. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  78. 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
  79. 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
  80. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  81. 7f65c65 Comment tweak. by Greg Ward · 25 years ago
  82. c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
  83. 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 25 years ago
  84. 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 25 years ago
  85. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago