1. aef205d #1120: put explicit version in the shebang lines of pydoc, idle by Georg Brandl · 18 years ago
  2. 0539313 be explicit about the actual location of the missing file by Skip Montanaro · 18 years ago
  3. 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 18 years ago
  4. e4f271f [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 18 years ago
  5. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
  6. 478b99b Add all of the distuils modules that don't seem to have explicit tests. :-( by Neal Norwitz · 18 years ago
  7. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
  8. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  9. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 18 years ago
  10. 2365fcd Bump the patch level version of distutils since there were a few bug fixes since by Marc-André Lemburg · 18 years ago
  11. 18c47f6 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  12. 0a20326 Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
  13. d149d0c - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 19 years ago
  14. 45cd4ff Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 19 years ago
  15. 305e778 Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 19 years ago
  16. 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 19 years ago
  17. ef3f32f Whitespace normalization. by Tim Peters · 19 years ago
  18. d6272a3 MacOSX: The universal build requires that users have the MacOSX10.4u SDK by Ronald Oussoren · 19 years ago
  19. d610369 MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a by Ronald Oussoren · 19 years ago
  20. 9d57e53 [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. by Andrew M. Kuchling · 19 years ago
  21. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 19 years ago
  22. 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 19 years ago
  23. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 19 years ago
  24. 1f30c37 Base __version__ on sys.version_info, as distutils is by Martin v. Löwis · 19 years ago
  25. 997ceff Bump distutils version to 2.5, as several new features by Martin v. Löwis · 19 years ago
  26. 137ff79 Fix SF#1457312: bad socket error handling in distutils "upload" command. by Phillip J. Eby · 19 years ago
  27. d24d5b3 Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK. by Martin v. Löwis · 19 years ago
  28. 8d65681 Introduce DISTUTILS_USE_SDK as a flag to determine whether the by Martin v. Löwis · 19 years ago
  29. 4548239 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 19 years ago
  30. 7b9053a MacOSX: fix rather dumb buglet that made it impossible to create extensions on by Ronald Oussoren · 19 years ago
  31. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 19 years ago
  32. 211219a Whitespace normalization. by Tim Peters · 19 years ago
  33. b02daf7 Patch #1488098. by Ronald Oussoren · 19 years ago
  34. 58f8eba Disable linking extensions with -lpython2.5 for darwin. This should fix bug by Ronald Oussoren · 19 years ago
  35. a07fbce Rename parameters to match the documentation (which by Martin v. Löwis · 19 years ago
  36. bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 19 years ago
  37. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 19 years ago
  38. 0f45a07 Bug #1478326: don't allow '/' in distutils.util.get_platform machine names by Georg Brandl · 19 years ago
  39. e96b229 Put break at correct level so *all* root HKEYs acutally get checked for by Trent Mick · 19 years ago
  40. 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 19 years ago
  41. dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 19 years ago
  42. 10acfd0 Patch #1429775: Link Python modules to libpython on linux if by Martin v. Löwis · 19 years ago
  43. 1c5a59f Bug #1458017: make distutils.Log._log more forgiving when passing in by Georg Brandl · 19 years ago
  44. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  45. 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 19 years ago
  46. 02e1997 Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages. by Phillip J. Eby · 19 years ago
  47. f8480a7 Instead of relative imports, use (implicitly) absolute ones. by Guido van Rossum · 19 years ago
  48. 87de069 Use relative imports in a few places where I noticed the need. by Guido van Rossum · 19 years ago
  49. e8d09e5 Whitespace normalization. by Tim Peters · 19 years ago
  50. fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
  51. 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
  52. de2cde6 Detect Win64 builds. by Martin v. Löwis · 19 years ago
  53. e46af8c Let the SDK setup override distutils logic. by Martin v. Löwis · 19 years ago
  54. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 20 years ago
  55. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 20 years ago
  56. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  57. b813c53 Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 20 years ago
  58. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 20 years ago
  59. fffc4b7 Whitespace normalization. by Tim Peters · 20 years ago
  60. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 20 years ago
  61. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 20 years ago
  62. fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 20 years ago
  63. a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 20 years ago
  64. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  65. 700f36c Two lines in this file had unbalanced parentheses -- couldn't possibly by Tim Peters · 20 years ago
  66. ca5d8fe Add missing socket import by Martin v. Löwis · 20 years ago
  67. c6699b7 minor cleanup by Fred Drake · 20 years ago
  68. 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 20 years ago
  69. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 20 years ago
  70. 8d12158 Make the signature detached. by Martin v. Löwis · 20 years ago
  71. 24ff83d Fix registration of output file. by Martin v. Löwis · 20 years ago
  72. be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 20 years ago
  73. f74b923 Upload GPG signature. by Martin v. Löwis · 20 years ago
  74. abc1566 fix Python style guide conformance by Fred Drake · 20 years ago
  75. 98858c9 Actually add the implementation of the command. by Martin v. Löwis · 20 years ago
  76. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
  77. 227e8ff - rename check_provision() to split_revision() by Fred Drake · 20 years ago
  78. db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
  79. 54398d6 helper code, mostly from Andy Harrington, for PEP 314 completion by Fred Drake · 20 years ago
  80. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 20 years ago
  81. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 20 years ago
  82. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 20 years ago
  83. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
  84. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
  85. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  86. 07561b3 Recompiled after source changes. by Thomas Heller · 21 years ago
  87. 1d1eac3 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 21 years ago
  88. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 21 years ago
  89. ee4bb66 Recompiled after source changes. by Thomas Heller · 21 years ago
  90. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 21 years ago
  91. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 21 years ago
  92. 26be206 Whitespace normalization. by Tim Peters · 21 years ago
  93. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 21 years ago
  94. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
  95. 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 21 years ago
  96. 79d9bfa Fix [1055540 ] bdist_wininst broken for pure Python distributions by Mark Hammond · 21 years ago
  97. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 21 years ago
  98. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 21 years ago
  99. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 21 years ago
  100. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 21 years ago