1. 1c5a59f Bug #1458017: make distutils.Log._log more forgiving when passing in by Georg Brandl · 18 years ago
  2. 4ef3a23 whitespace normalisation by Anthony Baxter · 18 years ago
  3. 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 18 years ago
  4. 02e1997 Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages. by Phillip J. Eby · 18 years ago
  5. f8480a7 Instead of relative imports, use (implicitly) absolute ones. by Guido van Rossum · 19 years ago
  6. 87de069 Use relative imports in a few places where I noticed the need. by Guido van Rossum · 19 years ago
  7. e8d09e5 Whitespace normalization. by Tim Peters · 19 years ago
  8. fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
  9. 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
  10. de2cde6 Detect Win64 builds. by Martin v. Löwis · 19 years ago
  11. e46af8c Let the SDK setup override distutils logic. by Martin v. Löwis · 19 years ago
  12. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 19 years ago
  13. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  14. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 19 years ago
  15. b813c53 Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 19 years ago
  16. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 19 years ago
  17. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  18. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  19. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  20. fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 19 years ago
  21. a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 19 years ago
  22. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  23. 700f36c Two lines in this file had unbalanced parentheses -- couldn't possibly by Tim Peters · 19 years ago
  24. ca5d8fe Add missing socket import by Martin v. Löwis · 19 years ago
  25. c6699b7 minor cleanup by Fred Drake · 19 years ago
  26. 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 19 years ago
  27. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 19 years ago
  28. 8d12158 Make the signature detached. by Martin v. Löwis · 19 years ago
  29. 24ff83d Fix registration of output file. by Martin v. Löwis · 19 years ago
  30. be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 19 years ago
  31. f74b923 Upload GPG signature. by Martin v. Löwis · 19 years ago
  32. abc1566 fix Python style guide conformance by Fred Drake · 19 years ago
  33. 98858c9 Actually add the implementation of the command. by Martin v. Löwis · 19 years ago
  34. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 19 years ago
  35. 227e8ff - rename check_provision() to split_revision() by Fred Drake · 19 years ago
  36. db7b002 PEP 314 implementation (client side): by Fred Drake · 19 years ago
  37. 54398d6 helper code, mostly from Andy Harrington, for PEP 314 completion by Fred Drake · 19 years ago
  38. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 20 years ago
  39. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 20 years ago
  40. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 20 years ago
  41. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
  42. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
  43. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  44. 07561b3 Recompiled after source changes. by Thomas Heller · 20 years ago
  45. 1d1eac3 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 20 years ago
  46. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  47. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  48. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  49. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 20 years ago
  50. 26be206 Whitespace normalization. by Tim Peters · 20 years ago
  51. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 20 years ago
  52. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  53. 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 20 years ago
  54. 79d9bfa Fix [1055540 ] bdist_wininst broken for pure Python distributions by Mark Hammond · 20 years ago
  55. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  56. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  57. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 20 years ago
  58. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 20 years ago
  59. 6011a3c SF Patch 1022011: Add a command-line argument --no-autoreq, which sets the by Sean Reifschneider · 20 years ago
  60. 57a6a41 SF Patch 1022003: Change bdist_rpm _topdir to use by Sean Reifschneider · 20 years ago
  61. 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
  62. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  63. 641d648 Patch #808115: Add script support to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  64. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  65. 4085f03 Add missing executable option to DummyCommand. by Martin v. Löwis · 20 years ago
  66. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  67. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  68. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  69. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  70. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  71. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 20 years ago
  72. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 20 years ago
  73. 7db57b3 Patch #870382: Automatically add msvcr71 to the list of libraries if by Martin v. Löwis · 20 years ago
  74. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  75. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  76. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  77. 6fa2474 Make the distutils version number the same as the python version. It by Thomas Heller · 20 years ago
  78. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  79. b3d55d3 elaborate package data test to make sure get_outputs() gives the right by Fred Drake · 20 years ago
  80. 36a0f89 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  81. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  82. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  83. 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
  84. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  85. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  86. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  87. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  88. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  89. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  90. 2b2fe94 fix typo by Fred Drake · 20 years ago
  91. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  92. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  93. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  94. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  95. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  96. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  97. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  98. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  99. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  100. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago