1. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  2. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 23 years ago
  3. 4ac8347 Provide a default for the blocksize arg of storbinary(). by Guido van Rossum · 23 years ago
  4. 8e6d44e Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one by Andrew M. Kuchling · 23 years ago
  5. cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 23 years ago
  6. d4df94b Be much more permissive in what we accept in section names; there has been by Fred Drake · 23 years ago
  7. f9bb496 Miranda newlines: if anything at all was written to stdout, supply a by Tim Peters · 23 years ago
  8. 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 23 years ago
  9. ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 23 years ago
  10. 467d723 Added a comment explaining why this file must really have #! by Guido van Rossum · 23 years ago
  11. 5bba231 The bulk of the credit for these changes goes to Bastian Kleineidam by Skip Montanaro · 23 years ago
  12. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 23 years ago
  13. d83bbbf Allow square brackets in the option names; this makes it possible to use by Fred Drake · 23 years ago
  14. bfae196 This change makes imputil more closely emulate the standard import by Thomas Heller · 24 years ago
  15. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 24 years ago
  16. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  17. ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 24 years ago
  18. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 24 years ago
  19. 6db54c6 Add std test for doctest. by Tim Peters · 24 years ago
  20. ecb6fb9 Bump __version__ tuple. by Tim Peters · 24 years ago
  21. 6e025bc String method cleanup. by Eric S. Raymond · 24 years ago
  22. c8c6aa2 String method cleanup. by Eric S. Raymond · 24 years ago
  23. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 24 years ago
  24. 6f8ee59 SF bug #131560: pdb imports 'repr', causing name collision by Tim Peters · 24 years ago
  25. 11db72a update to use new symtable interface by Jeremy Hylton · 24 years ago
  26. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 24 years ago
  27. 6b6b39e Nuke accurate but confusing and unhelpful comments about split vs splitfields. by Tim Peters · 24 years ago
  28. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  29. 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
  30. dbbbaf2 joinfields -> join. by Eric S. Raymond · 24 years ago
  31. e37340e String method conversion. by Eric S. Raymond · 24 years ago
  32. dcd3a87 String method conversion. by Eric S. Raymond · 24 years ago
  33. 62f1a23 Fixed syntax error. by Sjoerd Mullender · 24 years ago
  34. 13b3ba4 splitfields -> split by Eric S. Raymond · 24 years ago
  35. 85d6edf Remove silly EMPTYSTRING global. Saves a global lookup. by Marc-André Lemburg · 24 years ago
  36. b3acd3e String method conversion. by Eric S. Raymond · 24 years ago
  37. 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 24 years ago
  38. 83ff749 String method conversion. by Eric S. Raymond · 24 years ago
  39. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  40. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  41. d8c628b String method conversion. by Eric S. Raymond · 24 years ago
  42. 8b3cf58 String method conversion. by Eric S. Raymond · 24 years ago
  43. b08b2d3 String method conversion. by Eric S. Raymond · 24 years ago
  44. be9b507 String method conversion. by Eric S. Raymond · 24 years ago
  45. be18552 String method conversion. by Eric S. Raymond · 24 years ago
  46. c9838f9 Test with an actual mbox caught a trivial error. by Eric S. Raymond · 24 years ago
  47. 304b6a3 Correction after translation test. by Eric S. Raymond · 24 years ago
  48. 0c03cc2 String method conversion. by Eric S. Raymond · 24 years ago
  49. bf97c9d String method conversion. by Eric S. Raymond · 24 years ago
  50. 8d87603 Aha. We can remove he string import after all by using ValueError. by Eric S. Raymond · 24 years ago
  51. 18af564 Use ValueError instead of string.atoi.error, since we've switched to int(). by Eric S. Raymond · 24 years ago
  52. 19e6d62 String method conversion. by Eric S. Raymond · 24 years ago
  53. c95bf69 String method conversion. by Eric S. Raymond · 24 years ago
  54. 7e9b4f5 String method conversion. by Eric S. Raymond · 24 years ago
  55. db5ebc7 String method conversion. by Eric S. Raymond · 24 years ago
  56. 51cc3bc String method conversion. Added a trivial main to test it with. by Eric S. Raymond · 24 years ago
  57. ec3bbde String method conversion. by Eric S. Raymond · 24 years ago
  58. 92852ad Oops...that will teach me to hit ^C^C too fast. Test passed. by Eric S. Raymond · 24 years ago
  59. 66d9919 String method conversion. by Eric S. Raymond · 24 years ago
  60. ee5e61d String method conversion. by Eric S. Raymond · 24 years ago
  61. 6b71e74 String method conversion. by Eric S. Raymond · 24 years ago
  62. 141971f String method conversion. by Eric S. Raymond · 24 years ago
  63. 630e69c String method conversion. by Eric S. Raymond · 24 years ago
  64. 373c55e String method conversion. by Eric S. Raymond · 24 years ago
  65. 9b93c5f String method conversion. by Eric S. Raymond · 24 years ago
  66. 1b645e8 String method conversion. by Eric S. Raymond · 24 years ago
  67. 38151ed Fixed a bug in the test jig. by Eric S. Raymond · 24 years ago
  68. 6b8c528 String method conversion. by Eric S. Raymond · 24 years ago
  69. b9c24fb String method conversion. by Eric S. Raymond · 24 years ago
  70. 341f929 String method conversion. by Eric S. Raymond · 24 years ago
  71. 25a0cbc String method conversion. by Eric S. Raymond · 24 years ago
  72. c013f30 String method conversion. by Eric S. Raymond · 24 years ago
  73. 5ff63d6 Correction to test main. by Eric S. Raymond · 24 years ago
  74. f296019 Correction after second code path test. by Eric S. Raymond · 24 years ago
  75. 9eb54d9 String method conversion. by Eric S. Raymond · 24 years ago
  76. b49f4a4 String method conversion. by Eric S. Raymond · 24 years ago
  77. 20e4423 String method conversion. by Eric S. Raymond · 24 years ago
  78. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  79. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 24 years ago
  80. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 24 years ago
  81. b417be2 Do not allow empty qualifiedName in createDocument. by Martin v. Löwis · 24 years ago
  82. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  83. 46fa39a Add toprettyxml method into minidom, closes patch #103471. by Martin v. Löwis · 24 years ago
  84. 9e1fe1e A couple of changes to make this more conformant. MvL and Uche agree. by Guido van Rossum · 24 years ago
  85. 795ad56 Don't get fooled by an empty prefix with a valid namespaceURI -- in by Guido van Rossum · 24 years ago
  86. 1b26b6a Patch #103587: Fix typo that broke the install_data command; caught by by Andrew M. Kuchling · 24 years ago
  87. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 24 years ago
  88. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  89. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 24 years ago
  90. 2523977 Added Node.isSameNode() support. by Fred Drake · 24 years ago
  91. 0399bd8 Ouch! I need a better test suite for this. ;-( by Fred Drake · 24 years ago
  92. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 24 years ago
  93. 312a5dc WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for by Fred Drake · 24 years ago
  94. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago
  95. 0c07b50 The socket constants have been moved to the socket module for a long time; by Fred Drake · 24 years ago
  96. 42dd01a An ssl-wrapped socket now returns '' on EOF, just like a regular by Jeremy Hylton · 24 years ago
  97. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  98. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
  99. 6fe0a82 move extra arguments to the back of the new.code() arglist by Jeremy Hylton · 24 years ago
  100. acfb3f6 Revise the driver code to be more informative in the final report. by Fred Drake · 24 years ago