1. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  2. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  3. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 24 years ago
  4. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  5. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  6. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  7. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 24 years ago
  8. 8fe2c12 Add forgotten initialization. Fixes bug #120994, "Traceback with by Andrew M. Kuchling · 24 years ago
  9. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  10. f6fc875 Jack Jansen: added 'get_command_list()' method, and Mac-specific code to by Greg Ward · 24 years ago
  11. 0eb75b4 Bump version to 1.0.1. by Greg Ward · 24 years ago
  12. 047c372 Removed debugging code at bottom. by Greg Ward · 24 years ago
  13. fa9ff76 Untabified. by Greg Ward · 24 years ago
  14. 4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding by Greg Ward · 24 years ago
  15. 0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if by Greg Ward · 24 years ago
  16. 2e38a50 Bastian Kleineidam: fix up any supplied command-line options. by Greg Ward · 24 years ago
  17. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  18. da175f4 Bump version to 1.0. by Greg Ward · 24 years ago
  19. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  20. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 24 years ago
  21. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  22. 0295181 Typo fix. by Greg Ward · 24 years ago
  23. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 24 years ago
  24. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 24 years ago
  25. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  26. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  27. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  28. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  29. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  30. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  31. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  32. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  33. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  34. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  35. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  36. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  37. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  38. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  39. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  40. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  41. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  42. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  43. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 24 years ago
  44. ef850de Bump version to 1.0pre. by Greg Ward · 24 years ago
  45. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
  46. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  47. 8b2e4e8 Bump version to 0.9.4. by Greg Ward · 24 years ago
  48. 2c08cf0 Fix '_set_command_options()' so it only calls 'strtobool()' on strings by Greg Ward · 24 years ago
  49. d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
  50. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  51. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  52. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  53. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  54. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  55. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
  56. 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
  57. 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 24 years ago
  58. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
  59. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  60. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  61. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  62. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
  63. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  64. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  65. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  66. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  67. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  68. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  69. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  70. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  71. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  72. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  73. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
  74. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  75. 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
  76. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
  77. 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
  78. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
  79. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
  80. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  81. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  82. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
  83. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  84. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
  85. 47ec207 Remove some debugging output from the last change. by Greg Ward · 24 years ago
  86. ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
  87. f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
  88. b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
  89. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
  90. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  91. e918b6f Typo fix. by Greg Ward · 24 years ago
  92. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  93. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
  94. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  95. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  96. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  97. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  98. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  99. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  100. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago