1. d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
  2. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  3. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  4. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  5. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  6. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  7. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
  8. 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
  9. 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 24 years ago
  10. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
  11. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  12. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  13. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  14. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
  15. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  16. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  17. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  18. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  19. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  20. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  21. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  22. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  23. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  24. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  25. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
  26. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  27. 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
  28. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
  29. 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
  30. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
  31. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
  32. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  33. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  34. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
  35. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  36. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
  37. 47ec207 Remove some debugging output from the last change. by Greg Ward · 24 years ago
  38. ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
  39. f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
  40. b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
  41. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
  42. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  43. e918b6f Typo fix. by Greg Ward · 24 years ago
  44. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  45. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
  46. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  47. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  48. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  49. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  50. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  51. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  52. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  53. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  54. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  55. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  56. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  57. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  58. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  59. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  60. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  61. 904ca11 Changes: by Thomas Heller · 24 years ago
  62. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  63. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  64. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  65. 6a2035d Typo fix. by Greg Ward · 24 years ago
  66. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  67. cec1568 Rene Liebscher: by Greg Ward · 24 years ago
  68. 7483d68 Rene Liebscher: comment fixes. by Greg Ward · 24 years ago
  69. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  70. b3b6d39 Bump version to 0.9.2. by Greg Ward · 24 years ago
  71. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  72. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  73. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  74. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  75. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  76. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  77. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  78. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  79. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  80. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  81. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  82. f40ff1b Bump version to 0.9.1. by Greg Ward · 24 years ago
  83. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  84. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  85. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  86. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  87. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  88. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  89. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  90. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  91. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  92. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  93. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  94. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  95. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  96. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  97. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  98. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  99. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  100. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago