summaryrefslogtreecommitdiff
path: root/Lib/distutils/fancy_getopt.py
Commit message (Expand)AuthorAgeFilesLines
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Test changes before checking them in.Jeremy Hylton2002-06-041-1/+1
* Track extra arg to option_table to all uses of itJeremy Hylton2002-06-041-2/+2
* global _option_order is not usedJeremy Hylton2002-06-041-6/+0
* Set repeat metadata for an option based on repeat local var notJeremy Hylton2002-06-041-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-27/+30
* Whitespace normalization.Fred Drake2001-12-061-6/+6
* Use correct variable nameAndrew M. Kuchling2001-08-091-1/+1
* Standardize whitespace in function calls.Greg Ward2000-09-261-55/+54
* Added 'translate_longopt()' function.Greg Ward2000-09-251-0/+7
* Added docstring for 'wrap()' function.Greg Ward2000-08-301-0/+5
* Fix so we clear or reinitialize various data structures before populatingGreg Ward2000-08-071-0/+5
* Fixed so we print more than just the first line of help for options withGreg Ward2000-06-081-3/+3
* Don't take advantage of OptionDummy's new "auto-initialization" featureGreg Ward2000-05-231-1/+1
* OptionDummy now has a constructor that takes a list of options: each stringGreg Ward2000-05-231-2/+9
* Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff.Greg Ward2000-04-231-2/+2
* Added the capability for alias options.Greg Ward2000-04-211-12/+36
* Added 'has_option()', 'get_attr_name()' methods.Greg Ward2000-04-211-1/+14
* Made 'generate_help()' and 'print_help()' methods of FancyGetopt.Greg Ward2000-04-211-99/+102
* Continuing the refactoring: deleted the old 'fancy_getopt()' function,Greg Ward2000-04-211-121/+0
* Hefty refactoring: converted 'fancy_getopt()' function into FancyGetoptGreg Ward2000-04-211-15/+266
* 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
* Hacked to support the notion of "negative alias" options, to handleGreg Ward1999-10-031-3/+32
* Better detection of bad entries in option table.Greg Ward1999-08-141-3/+11
* First checkin of real Distutils code.Greg Ward1999-03-221-0/+115