1. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  2. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  3. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  4. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  5. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  6. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  7. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  8. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  9. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  10. cbd0b36 Fix typo (from SF bug #962602) by Walter Dörwald · 20 years ago
  11. c312b07 Reverting local change checked in by mistake. by Tim Peters · 20 years ago
  12. 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
  13. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 20 years ago
  14. 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 20 years ago
  15. 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 20 years ago
  16. 904de5b Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted by Hye-Shik Chang · 20 years ago
  17. 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 20 years ago
  18. 612371d wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be by Thomas Heller · 20 years ago
  19. 90b0f1c wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. by Thomas Heller · 20 years ago
  20. 4ae4f83 Recompiled the binary wininst.exe. by Thomas Heller · 20 years ago
  21. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 20 years ago
  22. f06116d commentary about how bad ConfigParser is doesn't help here, and the by Fred Drake · 20 years ago
  23. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  24. 8279170 Revert another local change that snuck into a whitespace normalization patch. by Tim Peters · 21 years ago
  25. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  26. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 21 years ago
  27. 63ee110 use same compiler switches as core for extensions by Andrew MacIntyre · 21 years ago
  28. b310591 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 21 years ago
  29. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  30. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  31. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 21 years ago
  32. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  33. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  34. 19c0d94 Fixed indentation error. Closes bug #746953. by Jack Jansen · 21 years ago
  35. b71bcb6 Patch #740301: Add +s when linking shared libraries on HP-UX, use -L by Martin v. Löwis · 21 years ago
  36. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  37. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  38. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  39. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 21 years ago
  40. d7e83a1 Patch #718049: Setting exe_extension for cygwin by Jason Tishler · 21 years ago
  41. 21664d8 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  42. dcae0dc Patch #718551: cygwinccompiler.get_versions() patch by Jason Tishler · 21 years ago
  43. 70367d3 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  44. 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 21 years ago
  45. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 21 years ago
  46. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 21 years ago
  47. a9ccce3 Improve description by Andrew M. Kuchling · 21 years ago
  48. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 21 years ago
  49. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 21 years ago
  50. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 21 years ago
  51. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 21 years ago
  52. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 21 years ago
  53. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 21 years ago
  54. 23c98c5 [Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call by Andrew M. Kuchling · 21 years ago
  55. e12dcd7 Use python.org as the repository by Andrew M. Kuchling · 21 years ago
  56. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 21 years ago
  57. 4f82a51 Pick up Makefile variable BASECFLAGS too. This is needed since OPT was by Jack Jansen · 21 years ago
  58. ca3fec7 patch #664131, fix config command on OSX and Linux by Just van Rossum · 22 years ago
  59. 9582794 Pass the preprocessor options also to the resource compiler by Thomas Heller · 22 years ago
  60. d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 22 years ago
  61. 6ffdaab Remove the recently-added get_distutil_options(), and just by Andrew M. Kuchling · 22 years ago
  62. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 22 years ago
  63. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  64. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  65. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  66. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  67. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  68. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  69. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  70. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  71. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  72. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  73. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  74. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  75. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  76. 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
  77. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  78. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
  79. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  80. 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
  81. f6756e8 Fix docstring typo; remove 'created' line by Andrew M. Kuchling · 22 years ago
  82. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  83. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  84. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 22 years ago
  85. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  86. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  87. 8557156 Update file by Andrew M. Kuchling · 22 years ago
  88. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  89. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  90. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  91. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  92. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  93. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  94. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  95. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  96. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  97. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  98. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  99. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  100. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago