summaryrefslogtreecommitdiffstats
path: root/Lib/getopt.py
Commit message (Expand)AuthorAgeFilesLines
* more __all__ updatesSkip Montanaro2001-01-201-0/+2
* GetoptError is always initialized with exactly two parameters, so simplifyFred Drake2001-01-081-7/+4
* getopt used to sort the long option names, in an attempt to simplifyTim Peters2000-12-291-12/+2
* Fix for SF bugTim Peters2000-12-271-13/+30
* Gerrit forgot to remove the "import string".Guido van Rossum2000-02-251-2/+0
* Gerrit Holl's patch to move attribution from the docstring to aFred Drake2000-02-251-4/+4
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+1
* Contribution from Gerrit Holl:Guido van Rossum1999-12-211-8/+26
* Accept a non-list sequence for the long options (request by Jack Jansen).Guido van Rossum1998-11-171-39/+54
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-41/+41
* Layout and cleanup by FredGuido van Rossum1996-09-111-82/+76
* Rewritten by Lars Wizenius to add long optionsGuido van Rossum1996-09-091-25/+90
* Bugfix: it choked on an empty argument!Guido van Rossum1992-01-091-1/+1
* New == syntaxGuido van Rossum1992-01-011-5/+5
* Initial revisionGuido van Rossum1990-10-131-0/+47