1. a96b0df Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 23 years ago
  2. 1ed564a Whitespace normalization (tabs -> spaces) by Neal Norwitz · 23 years ago
  3. 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 23 years ago
  4. f0a70f6 Alter text test arg to obey new rule, also include inverse test to make time-zone independant by Piers Lauder · 23 years ago
  5. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 23 years ago
  6. 94c9d90 Forgot to add this. It's part of patch 568629. by Guido van Rossum · 23 years ago
  7. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 23 years ago
  8. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 23 years ago
  9. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 23 years ago
  10. da07ea7 Use code.interact(), which is even simpler, *and* imports readline when it can. by Guido van Rossum · 23 years ago
  11. 2aabac8 Don't poorly emulate the interactive interpreter, use by Guido van Rossum · 23 years ago
  12. e7f3e24 Test for the bug in recurse_down_subclasses() that I just fixed. by Guido van Rossum · 23 years ago
  13. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 23 years ago
  14. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 23 years ago
  15. 1b738e9 Test exceptional condition in select() by Neal Norwitz · 23 years ago
  16. 6fc36c5 Test exceptional conditions in list.sort() by Neal Norwitz · 23 years ago
  17. 2b34290 Cleanup a little by Neal Norwitz · 23 years ago
  18. 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 23 years ago
  19. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 23 years ago
  20. 09638c1 Hopefully this addresses the remaining issues of SF bugs 459235 and by Guido van Rossum · 23 years ago
  21. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 23 years ago
  22. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 23 years ago
  23. 1bba31d Refactor compile() method implementations. by Jeremy Hylton · 23 years ago
  24. 6864d30 Add depends=None to the arglist for compile(). by Jeremy Hylton · 23 years ago
  25. 59b103c Extend compiler() method with optional depends argument. by Jeremy Hylton · 23 years ago
  26. 597257b Comment out testHostnameRes() -- it depends on a correctly working by Guido van Rossum · 23 years ago
  27. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 23 years ago
  28. 129b17d More style changes and little cleanups. by Jeremy Hylton · 23 years ago
  29. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
  30. dfad1a9 Fix a typo. by Guido van Rossum · 23 years ago
  31. 022640d Some more style improvements by Jeremy Hylton · 23 years ago
  32. 28f46e1 Python style conformance: Delete spaces between name of function and arglist. by Jeremy Hylton · 23 years ago
  33. 3fcd452 Whitespace nit. by Guido van Rossum · 23 years ago
  34. ab65996 Remove some overly complicated ways to concatenate and repeat strings by Guido van Rossum · 23 years ago
  35. 284a2cf Don't test for Java, test for sys.getrefcount. by Guido van Rossum · 23 years ago
  36. 1c93801 Some provisional changes to get more tests to run on Windows (I hope). by Guido van Rossum · 23 years ago
  37. 8e95ca8 Argh. Typo. :-( by Guido van Rossum · 23 years ago
  38. 6fb3d5e Allow absent fromfd(), for Windows. by Guido van Rossum · 23 years ago
  39. 733632a testSetSockOpt() should not require the reuse flag to be 1 -- any by Guido van Rossum · 23 years ago
  40. 7648968 Lose the message on assertEqual calls -- they actually hide by Guido van Rossum · 23 years ago
  41. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 23 years ago
  42. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 23 years ago
  43. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 23 years ago
  44. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 23 years ago
  45. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 23 years ago
  46. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 23 years ago
  47. 969de45 Rework the code to have only the GvR RPC. Output from execution of user by Kurt B. Kaiser · 23 years ago
  48. 9f709bf The opcode YIELD_STMT was accidentally called YIELD_VALUE here. by Guido van Rossum · 23 years ago
  49. 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 23 years ago
  50. 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 23 years ago
  51. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
  52. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  53. 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 23 years ago
  54. 62080be Took initial_tab and subsequent_tab away from the fill() method and by Greg Ward · 23 years ago
  55. 11ade1d SF patch 560794 (Greg Chapman): deepcopy can't handle custom metaclasses. by Guido van Rossum · 23 years ago
  56. cf02ac6 Allow the standalone wrap() and fill() functions to take arbitrary by Greg Ward · 23 years ago
  57. d34c959 Make 'width' an instance attribute rather than an argument to the wrap() by Greg Ward · 23 years ago
  58. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 23 years ago
  59. 47df99d Make all of TextWrapper's options keyword args to the constructor. by Greg Ward · 23 years ago
  60. 698d9f0 Record copyright and author. by Greg Ward · 23 years ago
  61. 70c726a Use True/False instead of 1/0. by Greg Ward · 23 years ago
  62. f404c7e Remove islower() -- not used anymore. by Greg Ward · 23 years ago
  63. cb320eb Conform to the bloody coding standards: "def foo()" not "def foo ()". Yuck. by Greg Ward · 23 years ago
  64. 9b4864e Convert _fix_sentence_endings() to use a regex, and augment it to by Greg Ward · 23 years ago
  65. 62e4f3b Add fix_sentence_endings option to control whether we ensure that by Greg Ward · 23 years ago
  66. 0093582 Initial revision. Currently biased towards English in a fixed-width font, by Greg Ward · 23 years ago
  67. 9e9d4f8 Added -t (--threshold) option to call gc.set_threshold(N). by Guido van Rossum · 23 years ago
  68. 96803b2 gnu_getopt should be exported in __all__ by Skip Montanaro · 23 years ago
  69. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
  70. a312c3a Remove uses of string module and stat.ST_MODE by Neal Norwitz · 23 years ago
  71. ec7cf13 Remove another reference to stat.ST_MODE by Neal Norwitz · 23 years ago
  72. 33b77de Use isinstance for the type check, use booleans. by Martin v. Löwis · 23 years ago
  73. a48cb8f Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 23 years ago
  74. 3e3583c Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 23 years ago
  75. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 23 years ago
  76. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 23 years ago
  77. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 23 years ago
  78. cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 23 years ago
  79. 294bbf3 Replace obsolete stat module constants with by Walter Dörwald · 23 years ago
  80. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 23 years ago
  81. f97b2d7 open method changed to use arguments and set instance host/port values (instead of __init__) by Piers Lauder · 23 years ago
  82. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 23 years ago
  83. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 23 years ago
  84. 8f787bf Test changes before checking them in. by Jeremy Hylton · 23 years ago
  85. 40ebbef Track extra arg to option_table to all uses of it by Jeremy Hylton · 23 years ago
  86. 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 23 years ago
  87. 115fdc6 Define DEBUG as early as possible to avoid import problems. by Jeremy Hylton · 23 years ago
  88. 4f2f133 Add missing import of log. by Jeremy Hylton · 23 years ago
  89. 7146073 Use module-level import of DEBUG instead of many function-level imports. by Jeremy Hylton · 23 years ago
  90. fc861ba Remove unused imports by Jeremy Hylton · 23 years ago
  91. 11a5270 Make None return explicit by Jeremy Hylton · 23 years ago
  92. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 23 years ago
  93. ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 23 years ago
  94. adb2b38 Reindent lines to improve readability by Jeremy Hylton · 23 years ago
  95. 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 23 years ago
  96. d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 23 years ago
  97. d53f6e4 global _option_order is not used by Jeremy Hylton · 23 years ago
  98. e6f40ea Fix bug in recent change to logging code. by Jeremy Hylton · 23 years ago
  99. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 23 years ago
  100. a181ec0 Set repeat metadata for an option based on repeat local var not constant. by Jeremy Hylton · 23 years ago