summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Changes:Thomas Heller2000-09-071-273/+298
* Typo fix.Greg Ward2000-09-071-1/+1
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2
* Rene Liebscher/Thomas Heller:Greg Ward2000-09-011-20/+22
* Rene Liebscher:Greg Ward2000-09-011-13/+13
* Rene Liebscher: comment fixes.Greg Ward2000-09-011-2/+2
* Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script.Greg Ward2000-09-011-0/+17
* Bump version to 0.9.2.Greg Ward2000-09-011-1/+1
* Added 'run_setup()' to allow outsiders to run a setup script underGreg Ward2000-09-011-1/+89
* Add /GX to 'compile_options'. This is definitely needed for C++ source;Greg Ward2000-08-311-2/+3
* Add ".cxx" to the list of known C++ extensions.Greg Ward2000-08-301-1/+1
* Added docstring for 'wrap()' function.Greg Ward2000-08-301-0/+5
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-294-37/+58
* Fix line-endings.Greg Ward2000-08-271-1/+1
* New release of the Windows installer from Thomas Heller.Greg Ward2000-08-261-283/+296
* Bumped version to 0.9.2pre.Greg Ward2000-08-261-1/+1
* In 'check_extensions_list()': when converting old-style 'buildinfo' dict,Greg Ward2000-08-261-1/+3
* Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care ofGreg Ward2000-08-221-2/+0
* Ensure destination directory exists before trying to create a tarballGreg Ward2000-08-221-2/+4
* Bump version to 0.9.1.Greg Ward2000-08-151-1/+1
* Fixed the move-RPM-files hack so it knows about the '--binary-only' andGreg Ward2000-08-151-8/+11
* Added support for the '--dist-dir' option, including a mildly nastyGreg Ward2000-08-151-4/+23
* Fix long-hidden inconsistency in internal interface: 'find_modules()' nowGreg Ward2000-08-151-7/+2
* Overhauld 'check_config_h()': now returns a (status, details) tuple,Greg Ward2000-08-131-26/+45
* Added a whinging comment about the ugliness of constructing the BCPPGreg Ward2000-08-131-0/+10
* Rene Liebscher:Greg Ward2000-08-131-18/+23
* Rene Liebscher:Greg Ward2000-08-131-4/+3
* get_export_symbols() changed, adds now module init function if not givenGreg Ward2000-08-131-8/+4
* Rene Liebscher: ext.export_symbols is now always a list (added 'or []').Greg Ward2000-08-131-1/+1
* Typo fix in docstring.Greg Ward2000-08-131-2/+1
* Fix references to functions formerly imported from 'util'.Greg Ward2000-08-131-20/+23
* Fix so 'split_quoted()' handles any whitespace delimiter (not just space).Greg Ward2000-08-081-2/+2
* Fix so the 'install_libbase' directory -- where .pth files are installed --Greg Ward2000-08-071-1/+1
* Fix so we clear or reinitialize various data structures before populatingGreg Ward2000-08-071-0/+5
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-057-16/+18
* Drop the 'extend()' function -- old 1.5.1 compatibility hack thatGreg Ward2000-08-051-20/+0
* Added 'debug_print()'.Greg Ward2000-08-041-0/+5
* Rewrote 'find_library_file()' much more cleanly (and consistently withGreg Ward2000-08-041-18/+16
* Added 'debug' flag to 'find_library_file()', and changed code to handle it.Greg Ward2000-08-041-6/+11
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-042-4/+6
* Typo fix.Greg Ward2000-08-021-1/+1
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-021-3/+6
* Added 'execute()' method, a thin wrapper around 'util.execute() (just likeGreg Ward2000-08-021-1/+4
* Replaced 'execute()' method with a thin wrapper around 'util.execute()'.Greg Ward2000-08-021-25/+1
* Added the 'execute()' function (moved here from cmd.py with minor tweakage).Greg Ward2000-08-021-0/+26
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-021-1/+1
* Latest version from Rene Liebscher; major changes:Greg Ward2000-08-021-107/+230