COMMITS
/ Lib/distutils/fancy_getopt.py July 28, 2011
July 22, 2010
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
September 21, 2009
T
Merged revisions 74988 via svnmerge from
Tarek Ziadé committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
September 25, 2007
G
Fix a straggler filter() call.
Guido van Rossum committed
August 31, 2007
G
string.maketrans() now produces translation tables for bytes.translate() -- wrong module?
Georg Brandl committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
April 17, 2007
N
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
August 2, 2004
F
- fix description of option table entries
Fred Drake committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
June 4, 2002
J
Test changes before checking them in.
Jeremy Hylton committed
J
Track extra arg to option_table to all uses of it
Jeremy Hylton committed
J
global _option_order is not used
Jeremy Hylton committed
J
Set repeat metadata for an option based on repeat local var not
Jeremy Hylton committed
J
Make setup.py less chatty by default.
Jeremy Hylton committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
August 9, 2001
A
Use correct variable name
Andrew M. Kuchling committed
September 26, 2000
G
Standardize whitespace in function calls.
Greg Ward committed
September 25, 2000
G
Added 'translate_longopt()' function.
Greg Ward committed
August 30, 2000
G
Added docstring for 'wrap()' function.
Greg Ward committed
August 7, 2000
G
Fix so we clear or reinitialize various data structures before populating
Greg Ward committed
June 8, 2000
G
Fixed so we print more than just the first line of help for options with
Greg Ward committed
May 23, 2000
G
Don't take advantage of OptionDummy's new "auto-initialization" feature
Greg Ward committed
G
OptionDummy now has a constructor that takes a list of options: each string
Greg Ward committed
April 23, 2000
G
Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff.
Greg Ward committed
April 21, 2000
G
Added the capability for alias options.
Greg Ward committed
G
Added 'has_option()', 'get_attr_name()' methods.
Greg Ward committed
G
Made 'generate_help()' and 'print_help()' methods of FancyGetopt.
Greg Ward committed
G
Continuing the refactoring: deleted the old 'fancy_getopt()' function,
Greg Ward committed
G
Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt
Greg Ward committed
March 2, 2000
G
Changed '__rcsid__' to '__revision__'.
Greg Ward committed
December 12, 1999
G
Added support for printing out help text from option table: 'print_help()',
Greg Ward committed
October 3, 1999
G
Hacked to support the notion of "negative alias" options, to handle
Greg Ward committed
August 14, 1999
G
Better detection of bad entries in option table.
Greg Ward committed
March 22, 1999
G
First checkin of real Distutils code.
Greg Ward committed