1. 6a647bb Added the "--root" option as a sort of meta-install-base; if supplied, by Greg Ward · 24 years ago
  2. 67f75d4 Added 'change_root()' to forcibly slap a new root directory onto a pathname, by Greg Ward · 24 years ago
  3. ff2d9b7 Hacked things up a bit so that configuration variables are expanded by Greg Ward · 24 years ago
  4. 6ce94b7 Harry Henry Gebel: import exception classes. by Greg Ward · 24 years ago
  5. e5a584e Harry Henry Gebel: add 'long_description' to DistributionMetadata. by Greg Ward · 24 years ago
  6. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 24 years ago
  7. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 24 years ago
  8. a74ce01 Bumped version to 0.8.2. by Greg Ward · 24 years ago
  9. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  10. 464023f Lyle Johnson: fixed broken logic in 'native_path()'. by Greg Ward · 24 years ago
  11. 66bf446 Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff. by Greg Ward · 24 years ago
  12. 3af07e9 Sporadic, untested Python 1.5.1 compatibility changes. by Greg Ward · 24 years ago
  13. aa458bc Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch: by Greg Ward · 24 years ago
  14. d80506c Merged in code from the 0.1.5 release to handle IOError and OSError by Greg Ward · 24 years ago
  15. 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 24 years ago
  16. ddad73b Catch DistutilsOptionError in 'setup()' -- it's thrown either because of by Greg Ward · 24 years ago
  17. db80754 Extracted the "what-do-I-do-for-this-format" logic from code in by Greg Ward · 24 years ago
  18. 4982f98 Fix how we generate the meta-data query methods to include 'get_fullname()' by Greg Ward · 24 years ago
  19. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 24 years ago
  20. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 24 years ago
  21. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 24 years ago
  22. 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 24 years ago
  23. 1e7b509 Added the capability for alias options. by Greg Ward · 24 years ago
  24. 320df70 Added 'has_option()', 'get_attr_name()' methods. by Greg Ward · 24 years ago
  25. 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 24 years ago
  26. 283c745 Made 'generate_help()' and 'print_help()' methods of FancyGetopt. by Greg Ward · 24 years ago
  27. ead5c29 Continuing the refactoring: deleted the old 'fancy_getopt()' function, by Greg Ward · 24 years ago
  28. ffc10d9 Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt by Greg Ward · 24 years ago
  29. 3314c8e Bumped version to 0.8.1. by Greg Ward · 24 years ago
  30. b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 24 years ago
  31. 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 24 years ago
  32. f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 24 years ago
  33. eacdea8 Reformatted all exception documentation as docstrings. by Greg Ward · 24 years ago
  34. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  35. 8eef583 Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) starts by Greg Ward · 24 years ago
  36. 1561ae1 Use 'get_python_inc()' to figure out the Python include directories by Greg Ward · 24 years ago
  37. 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 24 years ago
  38. 1c79330 Cleaned up use of sysconfig module a bit: don't import more names by Greg Ward · 24 years ago
  39. b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 24 years ago
  40. d197a3a Define 'self.force' in the constructor and remove the hack in '__getattr__()' by Greg Ward · 24 years ago
  41. 7aff6f3 Delete some debugging print statements. by Greg Ward · 24 years ago
  42. e9613ae Added a check for the 'force' attribute in '__getattr__()' -- better than by Greg Ward · 24 years ago
  43. d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 24 years ago
  44. cf6bea3 Better variable names here and there. by Greg Ward · 24 years ago
  45. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 24 years ago
  46. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 24 years ago
  47. 582a870 Added __version__ to store the Distutils version number. by Greg Ward · 24 years ago
  48. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 24 years ago
  49. b2e2c29 Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. by Greg Ward · 24 years ago
  50. b361233 Added (currently) pointless and trivial main body (for future tests). by Greg Ward · 24 years ago
  51. d759f5f This little note is to clarify things for people who go poking around the by Greg Ward · 24 years ago
  52. 7d508fe Add missing import of 'usage' string. by Greg Ward · 24 years ago
  53. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago
  54. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago
  55. 19ce166 Fixed my simplification to Thomas' patch: winreg and win32api export the same by Greg Ward · 24 years ago
  56. 1027e3f Simplified Thomas Heller's registry patch: just assign all those by Greg Ward · 24 years ago
  57. 7642f5c Patch from Thomas Heller: use the new winreg module if available. by Greg Ward · 24 years ago
  58. b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 24 years ago
  59. e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 24 years ago
  60. 1889de8 Fixed 'make_archive()' to explicitly turn of compression when format is "tar". by Greg Ward · 24 years ago
  61. 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 24 years ago
  62. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 24 years ago
  63. 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 24 years ago
  64. 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 24 years ago
  65. 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 24 years ago
  66. 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 24 years ago
  67. 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 24 years ago
  68. 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 24 years ago
  69. 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 24 years ago
  70. 32ce329 Added 'create_tree()'. by Greg Ward · 24 years ago
  71. 318a9d7 Added DistutilsInternalError. by Greg Ward · 24 years ago
  72. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 24 years ago
  73. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 24 years ago
  74. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 24 years ago
  75. ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 24 years ago
  76. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 24 years ago
  77. 71d5583 Oops: 'build_extensions()' no longer takes an 'extensions' list. by Greg Ward · 24 years ago
  78. 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 24 years ago
  79. 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 24 years ago
  80. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  81. 044b7c1 Changed 'copy_tree()' so it returns the list of all files that were copied or by Greg Ward · 24 years ago
  82. 739d066 Documented Bastian's patch. Made handling OSError in 'mkpath()' more standard. by Greg Ward · 24 years ago
  83. da4d1ae Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  84. 7c1a6d4 Added 'make_tarball()' and 'make_zipfile()' functions in preparation by Greg Ward · 24 years ago
  85. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 24 years ago
  86. f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 24 years ago
  87. ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 24 years ago
  88. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 24 years ago
  89. ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 24 years ago
  90. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 24 years ago
  91. 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 24 years ago
  92. 8b2e95e Deleted some crufty comments and code. by Greg Ward · 24 years ago
  93. 89489fa Beefed up error-handling in 'setup()' a smidge: by Greg Ward · 24 years ago
  94. a3c8bf3 Duh, it helps if '_nt_quote_args()' actually returns the mutated list, by Greg Ward · 24 years ago
  95. cdb20ba Fixed a bunch of screwed-up logic and inconsistent terminology. by Greg Ward · 24 years ago
  96. 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 24 years ago
  97. e21dabe Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to by Greg Ward · 24 years ago
  98. f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 24 years ago
  99. a7540bd Import fix. by Greg Ward · 24 years ago
  100. e2a3307 Fixed '_nt_quote_args()': backwards logic reversed, and now it actually by Greg Ward · 24 years ago