1. b4701e6 On Windows, we must build a debug version iff running a debug build of Python by Thomas Heller · 17 years ago
  2. 88e2acf GHOP #257: test distutils' build_ext command, written by Josip Dzolonga. by Georg Brandl · 17 years ago
  3. 5128fb9 Try setting HOME env.var to fix test on Win32 by Andrew M. Kuchling · 17 years ago
  4. ca3ccd1 Add message to test assertion by Andrew M. Kuchling · 17 years ago
  5. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
  6. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 17 years ago
  7. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 17 years ago
  8. 2fab8f1 Fix test_distutils to not fail when running 'make test' from a Python build by Thomas Wouters · 17 years ago
  9. 44965155 stupid, stupid, stupid! by Fred Drake · 17 years ago
  10. fe70562 my previous change did what I said it should not: it changed the current by Fred Drake · 17 years ago
  11. 46c58c1 - Issue #2385: distutils.core.run_script() makes __file__ available, so the by Fred Drake · 17 years ago
  12. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  13. c67a15d Fixed bug #1628 by Christian Heimes · 18 years ago
  14. 0a5e54e Disabled one test that is failing on Unix by Christian Heimes · 18 years ago
  15. d3fc07a4 Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. by Christian Heimes · 18 years ago
  16. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
  17. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  18. db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
  19. 54398d6 helper code, mostly from Andy Harrington, for PEP 314 completion by Fred Drake · 20 years ago
  20. 4085f03 Add missing executable option to DummyCommand. by Martin v. Löwis · 21 years ago
  21. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 21 years ago
  22. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 21 years ago
  23. b3d55d3 elaborate package data test to make sure get_outputs() gives the right by Fred Drake · 21 years ago
  24. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 21 years ago
  25. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 21 years ago
  26. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 21 years ago
  27. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 21 years ago
  28. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 21 years ago
  29. d0620dc add a test that actually installs some scripts by Fred Drake · 21 years ago
  30. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 21 years ago