1. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 18 years ago
  2. d24d5b3 Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK. by Martin v. Löwis · 18 years ago
  3. 8d65681 Introduce DISTUTILS_USE_SDK as a flag to determine whether the by Martin v. Löwis · 18 years ago
  4. e96b229 Put break at correct level so *all* root HKEYs acutally get checked for by Trent Mick · 18 years ago
  5. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  6. de2cde6 Detect Win64 builds. by Martin v. Löwis · 18 years ago
  7. e46af8c Let the SDK setup override distutils logic. by Martin v. Löwis · 18 years ago
  8. b813c53 Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 19 years ago
  9. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 19 years ago
  10. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 19 years ago
  11. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 19 years ago
  12. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 19 years ago
  13. 26be206 Whitespace normalization. by Tim Peters · 20 years ago
  14. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 20 years ago
  15. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  16. 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 20 years ago
  17. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  18. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 21 years ago
  19. b310591 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 21 years ago
  20. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 21 years ago
  21. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  22. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  23. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  24. 9582794 Pass the preprocessor options also to the resource compiler by Thomas Heller · 21 years ago
  25. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  26. 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
  27. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  28. 2683ac7 Define NDEBUG for releae builds, just like Python. by Jeremy Hylton · 22 years ago
  29. 1bba31d Refactor compile() method implementations. by Jeremy Hylton · 22 years ago
  30. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  31. 69d31b7 Pass the full pathname to MSVC when compiling a debug version. This by Thomas Heller · 22 years ago
  32. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 22 years ago
  33. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  34. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  35. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  36. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  37. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  38. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  39. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  40. 04c90fc Ditched some debugging prints. by Greg Ward · 24 years ago
  41. 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 24 years ago
  42. 1b5ec76 Simplify the registry-module-finding code: _winreg or win32api/win32con. by Greg Ward · 24 years ago
  43. 83c3870 On second thought, first try for _winreg, and then winreg. Only if both by Greg Ward · 24 years ago
  44. cd079c4 Changed to use _winreg module instead of winreg. by Greg Ward · 24 years ago
  45. bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 24 years ago
  46. 992c8f9 Define the 'executables' class attribute so the CCompiler constructor by Greg Ward · 24 years ago
  47. 3add77f Import exceptions from errors.py, not ccompiler.py. by Greg Ward · 24 years ago
  48. d151711 Changed to catch compile/link failures and raise CompileError, LibError, by Greg Ward · 24 years ago
  49. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  50. f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 24 years ago
  51. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  52. 19ce166 Fixed my simplification to Thomas' patch: winreg and win32api export the same by Greg Ward · 24 years ago
  53. 1027e3f Simplified Thomas Heller's registry patch: just assign all those by Greg Ward · 24 years ago
  54. 7642f5c Patch from Thomas Heller: use the new winreg module if available. by Greg Ward · 24 years ago
  55. 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 24 years ago
  56. 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 24 years ago
  57. 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 24 years ago
  58. 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 24 years ago
  59. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 24 years ago
  60. 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 24 years ago
  61. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 24 years ago
  62. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  63. 5de8cee Ditched '_find_SET()', since it was a no-value-added wrapper around by Greg Ward · 24 years ago
  64. 6998809 Latest patch from Thomas Heller/Robin Becker: by Greg Ward · 24 years ago
  65. 62e3393 Stylistic changes to the registry-grovelling code: code formatting, changed by Greg Ward · 24 years ago
  66. 4ba9b2e Patch from Thomas heller: by Greg Ward · 24 years ago
  67. 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 24 years ago
  68. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 24 years ago
  69. 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
  70. 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
  71. c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
  72. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  73. c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
  74. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  75. 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
  76. dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago