summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/fancy_getopt.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
|
* Added support for printing out help text from option table: 'print_help()',Greg Ward1999-12-121-12/+171
| | | | | | | | 'generate_help()', 'wrap_text()' functions, and a little tiny test of 'wrap_text()'. Changed how caller states that one option is the boolean opposite of another: added 'negative_opt' parameter to 'fancy_getopt()', and changed to use it instead of parsing long option name.
* Hacked to support the notion of "negative alias" options, to handleGreg Ward1999-10-031-3/+32
| | | | -q/--quiet reasonably elegantly.
* Better detection of bad entries in option table.Greg Ward1999-08-141-3/+11
| | | | Better error messages for bad entries in option table.
* First checkin of real Distutils code.Greg Ward1999-03-221-0/+115