summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* On David Ascher's recommendation: reversed order of 'utime()' andGreg Ward1999-06-081-2/+5
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-081-7/+56
* Added the 'have_run' dictionary to Distribution, and changedGreg Ward1999-06-081-3/+33
* Now handles NT, through '_init_nt()' function (courtesy ofGreg Ward1999-06-081-0/+11
* The 'copy_file()' and 'copy_tree()' functions in util.py now haveGreg Ward1999-05-022-20/+38
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-025-42/+73
* 'warn()' method now takes an optional line number.Greg Ward1999-04-151-4/+6
* Added all the "external action" methods (to make handling the verboseGreg Ward1999-04-041-1/+131
* Added 'dry_run' flag to most functions (to support the "shadow methods"Greg Ward1999-04-041-15/+28
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-043-12/+7
* Replaced the last attempt at an "unreadline" with one that actuallyGreg Ward1999-03-291-29/+18
* Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).Greg Ward1999-03-261-1/+30
* Changes to allow passing an open file to the constructor (to supportGreg Ward1999-03-231-14/+13
* First checkin of real Distutils command modules.Greg Ward1999-03-226-0/+448
* Obsolete source file -- command options are actually implemented inGreg Ward1999-03-221-111/+0
* First checkin of real Distutils code.Greg Ward1999-03-225-0/+1131
* Added collapse_ws option.Greg Ward1999-03-081-0/+5
* Added 'warn' method.Greg Ward1999-01-181-1/+10
* Added: mems.lib.text_file: provides TextFile class for parsing textGreg Ward1999-01-131-0/+206
* get_config_h_filename(): Fix to work with current PythonFred Drake1999-01-111-2/+2
* Update and add docstrings.Fred Drake1999-01-061-5/+13
* Another patch from Fred: factored _init_posix intoGreg Ward1999-01-061-18/+37
* Applied Fred's patch to fix the bugs that John Skaller noticed.Greg Ward1998-12-221-6/+14
* Fred's sysconfig module.Greg Ward1998-12-181-0/+106
* Initial checkin of distutils source files.Greg Ward1998-12-182-0/+301