30 Commits (c551776f8e5b4c8bcb3cf4b91c679ba080e543cf)

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 f3532df236 Merged revisions 71540,71563 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
Benjamin Peterson d23f8224e9 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 17 years ago
Georg Brandl c5d8c63345 #5190: export make_option in __all__. 17 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 17 years ago
Benjamin Peterson 4469d0ca56 Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from 18 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
Benjamin Peterson f10a79aad4 merge from trunk 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
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 19 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Neal Norwitz 016880229a Kill execfile(), use exec() instead 19 years ago
Guido van Rossum 34d1928766 SF patch# 1770008 by Christian Heimes (plus some extras). 19 years ago
Guido van Rossum c1f779cb01 Merged revisions 56125-56153 via svnmerge from 19 years ago
Guido van Rossum 1325790b93 Merged revisions 55795-55816 via svnmerge from 19 years ago
Guido van Rossum e7ba495627 Merged revisions 55631-55794 via svnmerge from 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Guido van Rossum c2b87a6dff Don't use StringType -- always test for basestring. 19 years ago
Georg Brandl c2d9d7f489 Checkin the regenerated Python-ast.c and fix test_optparse. 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum e2a383d062 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Guido van Rossum 47b9ff6ba1 Restructure comparison dramatically. There is no longer a default 20 years ago
Guido van Rossum 93662417e9 More has_key() fixes. 20 years ago
Guido van Rossum e2b70bcf74 Get rid of dict.has_key(). Boy this has a lot of repercussions! 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 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
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Armin Rigo a3f092751a ("Forward-port" of r46506) 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Tim Peters 81b7e57e49 Whitespace normalization. 20 years ago