1. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  2. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  3. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  4. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  5. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  6. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  7. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 10 years ago
  8. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  9. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  10. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  11. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  12. 9cc432d Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  13. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  14. 6a1454f Use proper gettext plural forms in optparse (closes #4391). by Éric Araujo · 13 years ago
  15. f3532df Merged revisions 71540,71563 via svnmerge from by Georg Brandl · 15 years ago
  16. d23f822 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 by Benjamin Peterson · 15 years ago
  17. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  18. 4469d0c 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 by Benjamin Peterson · 15 years ago
  19. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  20. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  21. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  22. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  23. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  24. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  25. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  26. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  27. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  28. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  29. c2b87a6 Don't use StringType -- always test for basestring. by Guido van Rossum · 17 years ago
  30. c2d9d7f Checkin the regenerated Python-ast.c and fix test_optparse. by Georg Brandl · 17 years ago
  31. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  32. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  33. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  34. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  35. 9366241 More has_key() fixes. by Guido van Rossum · 18 years ago
  36. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  37. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  38. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  39. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  40. f715366 Reduce the usage of the types module. by Raymond Hettinger · 19 years ago
  41. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 19 years ago
  42. 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 20 years ago
  43. 1338946 Use proper value for False by Neal Norwitz · 20 years ago
  44. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 20 years ago
  45. 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 20 years ago
  46. 56d7913 [Patch #900071] Be case-insensitive when removing 'usage:' string by Andrew M. Kuchling · 20 years ago
  47. 4e9e7a6 don't wrap lines too late by default closes SF bug #842213 by Fred Drake · 20 years ago
  48. 4656ed4 Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). by Greg Ward · 21 years ago
  49. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  50. 2492fcf Update to Optik 1.4.1; here are the relevant bits of the change log: by Greg Ward · 21 years ago
  51. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 21 years ago
  52. b9ba458 Checking in Greg Ward's Optik, as optparse.py. This is the most by Guido van Rossum · 22 years ago