summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.0.1.Greg Ward2000-10-151-1/+1
* Removed debugging code at bottom.Greg Ward2000-10-141-8/+0
* Untabified.Greg Ward2000-10-148-14/+14
* Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by addingGreg Ward2000-10-141-3/+6
* Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifGreg Ward2000-10-141-2/+4
* Bastian Kleineidam: fix up any supplied command-line options.Greg Ward2000-10-141-1/+16
* Recreated after installer source code changes.Thomas Heller2000-10-121-246/+246
* Bump version to 1.0.Greg Ward2000-10-031-1/+1
* Remove some debugging prints.Greg Ward2000-10-031-2/+0
* Fixed so --no-compile is a negative alias for --compile.Greg Ward2000-10-031-0/+1
* Added a long-winded comment (and commented-out comment to go with out)Greg Ward2000-10-031-1/+17
* Typo fix.Greg Ward2000-10-021-1/+1
* Added the ability to do byte-compilation at build time, currently offGreg Ward2000-10-021-5/+51
* Added --compile, --optimize options so users have an easy way toGreg Ward2000-10-021-0/+12
* Finished the overhaul of byte-compilation options: there's now a 6-wayGreg Ward2000-10-021-15/+66
* Remove the temporary byte-compilation script when we're done with it.Greg Ward2000-10-021-0/+1
* From 'run()', only call 'bytecompile()' if we actually haveGreg Ward2000-10-011-1/+1
* Tweaked 'byte_compile()' so it silently skips non-Python files, rather thanGreg Ward2000-10-011-5/+7
* Reduced the 'bytecompile()' method to a one-line wrapper aroundGreg Ward2000-09-301-15/+4
* Added 'byte_compile(): an all-singing, all-dancing wrapper around theGreg Ward2000-09-301-2/+129
* Various docstring tweaks.Greg Ward2000-09-301-12/+14
* Reformat docstrings.Greg Ward2000-09-301-24/+23
* Standardized whitespace around function calls.Greg Ward2000-09-3014-339/+338
* Andrew Kuchling: changed so the '_path_created' dictionary is keyed onGreg Ward2000-09-301-5/+8
* Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None.Greg Ward2000-09-301-1/+2
* Expect a tuple (dest_name, copied) from 'copy_file()'.Greg Ward2000-09-302-3/+3
* Changed 'build_module()' so it returns the result of 'copy_file()'Greg Ward2000-09-301-1/+1
* Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully,Greg Ward2000-09-301-6/+7
* In 'get_platform()', handle so-called POSIX systems that don't haveGreg Ward2000-09-301-1/+1
* Changed to use the 'sub-commands' machinery:Greg Ward2000-09-301-21/+29
* Moved some things around for better organization.Greg Ward2000-09-301-26/+36
* Removed the extra_dirs and path_file metadata options.Thomas Heller2000-09-291-270/+260
* Removed the implib_dir instance variable because it is unused.Thomas Heller2000-09-281-13/+9
* Bump version to 1.0pre.Greg Ward2000-09-271-1/+1
* Remove deprecation warnings on old 'link_*()' methods, ie. they're notGreg Ward2000-09-271-11/+5
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-275-430/+409
* Bump version to 0.9.4.Greg Ward2000-09-271-1/+1
* Fix '_set_command_options()' so it only calls 'strtobool()' on stringsGreg Ward2000-09-271-2/+3
* Bump version to 0.9.3.Greg Ward2000-09-261-1/+1
* Reformat docstrings.Greg Ward2000-09-262-64/+63
* Standardize whitespace in function calls.Greg Ward2000-09-264-147/+145
* Whitespace fix.Greg Ward2000-09-261-1/+2
* Reformat docstrings.Greg Ward2000-09-261-38/+41
* Standardize whitespace in function calls.Greg Ward2000-09-264-92/+92
* Standardize whitespace in function calls and docstrings.Greg Ward2000-09-261-62/+62
* Added 'translate_longopt()' function.Greg Ward2000-09-251-0/+7
* Change to use the new 'translate_longopt()' function from fancy_getopt, ratherGreg Ward2000-09-251-5/+5
* Added a bunch of missing "=" signs in the option table.Greg Ward2000-09-251-30/+14
* Renamed '--keep-tree' option to '--keep-temp', for consistencyGreg Ward2000-09-251-6/+6
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-2515-0/+31