1. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 14 years ago
  2. dd7bef9 reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged by Tarek Ziadé · 14 years ago
  3. f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 14 years ago
  4. 28aeb0d Add missing import when running these tests standalone. by Georg Brandl · 14 years ago
  5. 92e68af added local get_platform/set_platform APIs in distutils.sysconfig by Tarek Ziadé · 15 years ago
  6. b28e5d7 fixed bdist_msi imports and added a test module for distutils.command.bdist_msi by Tarek Ziadé · 15 years ago
  7. f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 15 years ago
  8. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 15 years ago
  9. c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 15 years ago
  10. ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 15 years ago
  11. 3efd767 backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing by Tarek Ziadé · 15 years ago
  12. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 15 years ago
  13. 6c4847f using an existing file to avoid dealing with a sleep to test file ages by Tarek Ziadé · 15 years ago
  14. 1bd9b5e added test coverage for distutils.dep_util, and cleaned up the module by Tarek Ziadé · 15 years ago
  15. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 15 years ago
  16. 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 15 years ago
  17. a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 15 years ago
  18. 39de1fc dragfullwindows can have value 2 by Tarek Ziadé · 15 years ago
  19. acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 15 years ago
  20. 9c48da7 fixed stdout alteration in test_distutils by Tarek Ziadé · 15 years ago
  21. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 15 years ago
  22. 1733c93 fixed warning and error message by Tarek Ziadé · 15 years ago
  23. 468f700 fixed finally state in distutils.test_util by Tarek Ziadé · 15 years ago
  24. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 15 years ago
  25. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 15 years ago
  26. 2b06d42 Changed distutils tests to avoid environment alteration by Tarek Ziadé · 15 years ago
  27. 19e6f01 this test requires zlib support by Tarek Ziadé · 15 years ago
  28. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 15 years ago
  29. 0cfef2c forgot to commit a file in previous commit (r74994, issue #6954) by Tarek Ziadé · 15 years ago
  30. 9977335 #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. by Tarek Ziadé · 15 years ago
  31. ccaf380 improving distutils coverage by Tarek Ziadé · 15 years ago
  32. 6d2db37 improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) by Tarek Ziadé · 15 years ago
  33. 0180565 Update distutils.util tests after my changes to --with-universal-archs by Ronald Oussoren · 15 years ago
  34. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  35. bed26a3 Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler by Tarek Ziadé · 15 years ago
  36. 9132916 fixed typo by Tarek Ziadé · 15 years ago
  37. 1c8c9d1 added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed by Tarek Ziadé · 15 years ago
  38. 98026f1 fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore by Tarek Ziadé · 15 years ago
  39. a99dedf #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) by Tarek Ziadé · 15 years ago
  40. 6633a66 Fixed distutils test. by Hirokazu Yamamoto · 15 years ago
  41. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 15 years ago
  42. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 15 years ago
  43. 3f7cba1 Added test coverage for distutils.command.build by Tarek Ziadé · 15 years ago
  44. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 15 years ago
  45. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 15 years ago
  46. e670e5a Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) by Tarek Ziadé · 15 years ago
  47. cd947e0 using print statements when used for user interaction by Tarek Ziadé · 15 years ago
  48. eea9d0d basic tests to raise distutils.file_util coverage by Tarek Ziadé · 15 years ago
  49. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 15 years ago
  50. d0ca455 raising bdist_dumb test coverage by Tarek Ziadé · 15 years ago
  51. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  52. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 15 years ago
  53. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 15 years ago
  54. c1df95e starting distutils.ccompiler test coverage and cleanup by Tarek Ziadé · 15 years ago
  55. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  56. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
  57. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
  58. 7ca57aa Distutils: started code cleanup and test coverage for cygwinccompiler by Tarek Ziadé · 15 years ago
  59. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 15 years ago
  60. fe327b9 more cleanup and test coverage for distutils.extension by Tarek Ziadé · 15 years ago
  61. c670997 added some tests for distutils.extension + code cleanup by Tarek Ziadé · 15 years ago
  62. abb4ec6 improved distutils.spawn test coverage + cleaned it up by Tarek Ziadé · 15 years ago
  63. c01cbc4 improved distutils.dist test coverage, pep-8 compliancy by Tarek Ziadé · 15 years ago
  64. 3e3eace Fixed #6131: test_modulefinder leaked when run after test_distutils by Tarek Ziadé · 15 years ago
  65. 460f6c8 using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms by Tarek Ziadé · 15 years ago
  66. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 15 years ago
  67. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 15 years ago
  68. 07bbfcc Fixed #6053 - win32 fixes for distutils tests by Tarek Ziadé · 15 years ago
  69. 6deb574 working with relative paths to avoid tar warnings on absolute paths by Tarek Ziadé · 15 years ago
  70. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 15 years ago
  71. 6dd6b61 fixed the test name by Tarek Ziadé · 15 years ago
  72. 6f826ed pep8-fied distutils.archive_util + added minimum test coverage by Tarek Ziadé · 15 years ago
  73. 294c9d9 removed sys.platform == 'mac' usage in distutils.dir_util by Tarek Ziadé · 15 years ago
  74. 016828d removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage by Tarek Ziadé · 15 years ago
  75. 8d252e4 not running this test with MSVC6 by Tarek Ziadé · 15 years ago
  76. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 15 years ago
  77. cbb4f9e #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd by Tarek Ziadé · 15 years ago
  78. 8953913 pep8-fied distutils.command.sdist + more tests by Tarek Ziadé · 15 years ago
  79. 064a768 more test coverage for distutils sdist command by Tarek Ziadé · 15 years ago
  80. d547144 adding void to the c function by Tarek Ziadé · 15 years ago
  81. 1652410 added an inifoo in the C file, to avoid a warning by the MSVC9 linker by Tarek Ziadé · 15 years ago
  82. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 15 years ago
  83. 68e27eb distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers by Tarek Ziadé · 15 years ago
  84. 2bb084e fixed test_build_ext for win32 by Tarek Ziadé · 15 years ago
  85. e3f68a1 fixed test for all platforms by Tarek Ziadé · 15 years ago
  86. 450ca11 now using EnvironGuard everywhere by Tarek Ziadé · 15 years ago
  87. d35f2a3 refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard by Tarek Ziadé · 15 years ago
  88. 234ab8f Added tests form install_lib and pep8-fied the module by Tarek Ziadé · 15 years ago
  89. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 15 years ago
  90. 812d771 #5976: fixed distutils test_check_environ by Tarek Ziadé · 15 years ago
  91. e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 15 years ago
  92. 6f99778 fixed AR/ARFLAGS values in test_sysconfig by Tarek Ziadé · 15 years ago
  93. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  94. ccf608c more build_clib cleanup + test coverage by Tarek Ziadé · 15 years ago
  95. d2bb1a5 Added a test and cleaned check_library_list to be ready to fix #5940 by Tarek Ziadé · 15 years ago
  96. a1b91d9 Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore by Tarek Ziadé · 15 years ago
  97. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 15 years ago
  98. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 15 years ago
  99. 2c4e741 making BuildWinInstTestCase silent in case bdist_wininst is not run under win32 by Tarek Ziadé · 15 years ago
  100. 92d77b7 #5795 sysconfig._config_vars was shadowed in tearDown by Tarek Ziadé · 15 years ago