30 Commits (66dd94199c00bc059fc70bb246db01b60f5a650a)

Author SHA1 Message Date
R David Murray a436e713b6 #8158: add missing 'description' description to optparse docstring. 15 years ago
R. David Murray 3caf7b9c88 #9161: Fix regression in acceptance of unicode strings in add_option calls. 16 years ago
Jesus Cea 585ad8ae5e Merged revisions 69846 via svnmerge from 17 years ago
Georg Brandl 537caa2a0d Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from 17 years ago
Georg Brandl aa48157d3d #5719: add short usage example to optparse docstring. 17 years ago
Barry Warsaw 90971e0cd2 Bump to 2.6.2c1. 17 years ago
Georg Brandl 9b08e05e1e Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from 17 years ago
Georg Brandl c5d8c63345 #5190: export make_option in __all__. 17 years ago
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 17 years ago
Benjamin Peterson 21f25d3fcd raise a better error 18 years ago
Andrew M. Kuchling b9433b5d5e Backport r66813: per Greg Ward, optparse is no longer being externally maintained. 18 years ago
Andrew M. Kuchling 8b2b75692a Backport r66804: #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() 18 years ago
Georg Brandl 4aef703c45 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from 18 years ago
Andrew M. Kuchling ddbce9e845 Per Greg Ward, optparse is no longer being externally maintained. 18 years ago
Andrew M. Kuchling dcf3b1c79a #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() 18 years ago
Raymond Hettinger 930795b7e0 Clear the -3 warnings in optparse.py 18 years ago
Christian Heimes 0b11c5fdf6 Change isbasestring function as discussed on the cvs list a while ago 18 years ago
Christian Heimes 5b25bc0598 Change isbasestring function as discussed on the cvs list a while ago 18 years ago
Christian Heimes 082c9b0267 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. 18 years ago
Christian Heimes d2f4cb8cca Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. 18 years ago
Greg Ward 48fae7acd2 Resync optparse with Optik 1.5.3: minor tweaks for/to tests. 20 years ago
Tim Peters 4f96f1f2b5 Whitespace normalization. 20 years ago
Greg Ward 0e0c9f4740 Bug #1498146: fix optparse to handle Unicode strings in option help, 20 years ago
Armin Rigo a3f092751a ("Forward-port" of r46506) 20 years ago
Tim Peters 81b7e57e49 Whitespace normalization. 20 years ago
Greg Ward ab05edc0d1 Update optparse to Optik 1.5.1. 20 years ago
Raymond Hettinger f715366f23 Reduce the usage of the types module. 21 years ago
Brett Cannon 84667c063a Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse 22 years ago
Greg Ward 48aa84b24d Update optparse module and test suite to Optik 1.5a2. 22 years ago
Neal Norwitz 1338946c7b Use proper value for False 22 years ago
Greg Ward eba20e6015 Upgrade optparse module and tests to Optik 1.5a1: 22 years ago
Fred Drake 456d3258d6 Fix support for the "prog" keyword to the OptionParser constructor, as well 22 years ago
Andrew M. Kuchling 56d7913bae [Patch #900071] Be case-insensitive when removing 'usage:' string 22 years ago
Fred Drake 4e9e7a6140 don't wrap lines too late by default 22 years ago
Greg Ward 4656ed44ca Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). 23 years ago
Tim Peters 0eadaac7dc Whitespace normalization. 23 years ago
Greg Ward 2492fcf3b0 Update to Optik 1.4.1; here are the relevant bits of the change log: 23 years ago
Greg Ward 5bd844e20f Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. 24 years ago
Guido van Rossum b9ba45894a Checking in Greg Ward's Optik, as optparse.py. This is the most 24 years ago