1. 07561b3 Recompiled after source changes. by Thomas Heller · 19 years ago
  2. 1d1eac3 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 20 years ago
  3. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  4. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  5. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  6. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 20 years ago
  7. 26be206 Whitespace normalization. by Tim Peters · 20 years ago
  8. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 20 years ago
  9. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  10. 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 20 years ago
  11. 79d9bfa Fix [1055540 ] bdist_wininst broken for pure Python distributions by Mark Hammond · 20 years ago
  12. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  13. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  14. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 20 years ago
  15. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 20 years ago
  16. 6011a3c SF Patch 1022011: Add a command-line argument --no-autoreq, which sets the by Sean Reifschneider · 20 years ago
  17. 57a6a41 SF Patch 1022003: Change bdist_rpm _topdir to use by Sean Reifschneider · 20 years ago
  18. 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
  19. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  20. 641d648 Patch #808115: Add script support to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  21. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  22. 4085f03 Add missing executable option to DummyCommand. by Martin v. Löwis · 20 years ago
  23. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  24. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  25. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  26. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  27. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  28. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 20 years ago
  29. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 20 years ago
  30. 7db57b3 Patch #870382: Automatically add msvcr71 to the list of libraries if by Martin v. Löwis · 20 years ago
  31. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  32. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  33. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  34. 6fa2474 Make the distutils version number the same as the python version. It by Thomas Heller · 20 years ago
  35. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  36. b3d55d3 elaborate package data test to make sure get_outputs() gives the right by Fred Drake · 20 years ago
  37. 36a0f89 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  38. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  39. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  40. 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
  41. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  42. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  43. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  44. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  45. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  46. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  47. 2b2fe94 fix typo by Fred Drake · 20 years ago
  48. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  49. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  50. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  51. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  52. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  53. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  54. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  55. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  56. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  57. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  58. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  59. cbd0b36 Fix typo (from SF bug #962602) by Walter Dörwald · 20 years ago
  60. c312b07 Reverting local change checked in by mistake. by Tim Peters · 20 years ago
  61. 926bc22 Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of by Tim Peters · 20 years ago
  62. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 20 years ago
  63. 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 20 years ago
  64. 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 20 years ago
  65. 904de5b Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted by Hye-Shik Chang · 20 years ago
  66. 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 20 years ago
  67. 612371d wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be by Thomas Heller · 20 years ago
  68. 90b0f1c wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. by Thomas Heller · 20 years ago
  69. 4ae4f83 Recompiled the binary wininst.exe. by Thomas Heller · 20 years ago
  70. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 20 years ago
  71. f06116d commentary about how bad ConfigParser is doesn't help here, and the by Fred Drake · 20 years ago
  72. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  73. 8279170 Revert another local change that snuck into a whitespace normalization patch. by Tim Peters · 21 years ago
  74. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  75. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 21 years ago
  76. 63ee110 use same compiler switches as core for extensions by Andrew MacIntyre · 21 years ago
  77. b310591 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 21 years ago
  78. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  79. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  80. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 21 years ago
  81. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  82. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  83. 19c0d94 Fixed indentation error. Closes bug #746953. by Jack Jansen · 21 years ago
  84. b71bcb6 Patch #740301: Add +s when linking shared libraries on HP-UX, use -L by Martin v. Löwis · 21 years ago
  85. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  86. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  87. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  88. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 21 years ago
  89. d7e83a1 Patch #718049: Setting exe_extension for cygwin by Jason Tishler · 21 years ago
  90. 21664d8 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  91. dcae0dc Patch #718551: cygwinccompiler.get_versions() patch by Jason Tishler · 21 years ago
  92. 70367d3 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  93. 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 21 years ago
  94. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 21 years ago
  95. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 21 years ago
  96. a9ccce3 Improve description by Andrew M. Kuchling · 21 years ago
  97. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 21 years ago
  98. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 21 years ago
  99. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 21 years ago
  100. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 21 years ago