1. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
  2. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
  3. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 23 years ago
  4. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
  5. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 24 years ago
  6. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 24 years ago
  7. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 24 years ago
  8. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 24 years ago
  9. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 24 years ago
  10. f499b03 Recreated after source changes. by Thomas Heller · 24 years ago
  11. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 24 years ago
  12. 90294d0 Joe VanAndel wrote: by Marc-André Lemburg · 24 years ago
  13. fb173cd Fix for by Michael W. Hudson · 24 years ago
  14. 49bdaed Fix for by Michael W. Hudson · 24 years ago
  15. 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 24 years ago
  16. 3ecc1ce [Bug #475009] Tighten the pattern for the first line, so we don't by Andrew M. Kuchling · 24 years ago
  17. 21d4535 Whitespace normalization. by Fred Drake · 24 years ago
  18. e138f36 Explicitely list the metadata attributes to show by Thomas Heller · 24 years ago
  19. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 24 years ago
  20. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 24 years ago
  21. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 24 years ago
  22. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 24 years ago
  23. b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 24 years ago
  24. 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 24 years ago
  25. 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 24 years ago
  26. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 24 years ago
  27. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 24 years ago
  28. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 24 years ago
  29. 665f248 Add forgotten import by Andrew M. Kuchling · 24 years ago
  30. db988b1 Use .get_license() by Andrew M. Kuchling · 24 years ago
  31. 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 24 years ago
  32. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 24 years ago
  33. 7cf7e7e Undo revision 1.7: always mangle a #! line containing "python" to point by Greg Ward · 24 years ago
  34. a5aa0b5 dummy checkin for testing, please ignore by unknown · 24 years ago
  35. 0152fbd Fix bug #418369: typo in bdist_rpm by Andrew M. Kuchling · 24 years ago
  36. f6cdead Since bdist_wininst.py contains the installer executable, it had to be rebuild. by Thomas Heller · 24 years ago
  37. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 24 years ago
  38. 7620bbd Fix bug #233253: the --define and --undef options didn't work, whether by Andrew M. Kuchling · 24 years ago
  39. 5c5ea1a The bdist_wininst.py command has been recreated after wininst.exe by Thomas Heller · 24 years ago
  40. 22fcae9 Make docstrings raw, since they contain literal backslashes. by Ka-Ping Yee · 24 years ago
  41. 53a7906 When not copying a file because the output is up to date, make the message by Fred Drake · 24 years ago
  42. 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 24 years ago
  43. e09f639 Enhancements to the bdist_wininst command: by Thomas Heller · 24 years ago
  44. 27eba5e Split the rpath argument into multiple paths, turning it into a list. by Andrew M. Kuchling · 24 years ago
  45. 1b26b6a Patch #103587: Fix typo that broke the install_data command; caught by by Andrew M. Kuchling · 25 years ago
  46. a221b2a Data pathnames were not converted from URL-style to local style. Fixed. by Jack Jansen · 25 years ago
  47. 49c9942 Added an execution layer to be able to customize per-extension building. by Marc-André Lemburg · 25 years ago
  48. 506f0b1 Part of patch #102409: special cases for Cygwin: by Andrew M. Kuchling · 25 years ago
  49. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 25 years ago
  50. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 25 years ago
  51. 8fe2c12 Add forgotten initialization. Fixes bug #120994, "Traceback with by Andrew M. Kuchling · 25 years ago
  52. fa9ff76 Untabified. by Greg Ward · 25 years ago
  53. 4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding by Greg Ward · 25 years ago
  54. 0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if by Greg Ward · 25 years ago
  55. 2e38a50 Bastian Kleineidam: fix up any supplied command-line options. by Greg Ward · 25 years ago
  56. 20d529b Recreated after installer source code changes. by Thomas Heller · 25 years ago
  57. 25a309c Remove some debugging prints. by Greg Ward · 25 years ago
  58. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 25 years ago
  59. 0295181 Typo fix. by Greg Ward · 25 years ago
  60. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 25 years ago
  61. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 25 years ago
  62. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 25 years ago
  63. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 25 years ago
  64. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 25 years ago
  65. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 25 years ago
  66. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 25 years ago
  67. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 25 years ago
  68. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 25 years ago
  69. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 25 years ago
  70. 70b1fd1 Moved some things around for better organization. by Greg Ward · 25 years ago
  71. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 25 years ago
  72. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 25 years ago
  73. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 25 years ago
  74. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 25 years ago
  75. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 25 years ago
  76. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 25 years ago
  77. 7b87c0e Whitespace tweaks. by Greg Ward · 25 years ago
  78. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 25 years ago
  79. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 25 years ago
  80. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 25 years ago
  81. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 25 years ago
  82. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 25 years ago
  83. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 25 years ago
  84. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 25 years ago
  85. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 25 years ago
  86. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 25 years ago
  87. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 25 years ago
  88. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 25 years ago
  89. 53db815 Tweaked the build temp dir names again. by Greg Ward · 25 years ago
  90. e918b6f Typo fix. by Greg Ward · 25 years ago
  91. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 25 years ago
  92. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 25 years ago
  93. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 25 years ago
  94. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 25 years ago
  95. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 25 years ago
  96. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 25 years ago
  97. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 25 years ago
  98. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 25 years ago
  99. 8fd7ba2 Delete some debugging prints. by Greg Ward · 25 years ago
  100. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 25 years ago