1. 17bfef5 SMTP.connect(): If the socket.connect() raises a socket.error, be sure by Barry Warsaw · 24 years ago
  2. b046b76 Added test cases to detect regression on SourceForge bug #121965. by Fred Drake · 24 years ago
  3. 7fed217 This fixes several bug reports concering memory bloating during large by Barry Warsaw · 24 years ago
  4. 4ebf3be a few small optimizations that seem to give a 5-10% speedup; the by Jeremy Hylton · 24 years ago
  5. eefaeb7 move pruneNext method to correct object (doh!) by Jeremy Hylton · 24 years ago
  6. 314e3fb Change the graph structure to contain the code generator object for by Jeremy Hylton · 24 years ago
  7. a59ac0a If a function contains a doc string, remove the doc string node from by Jeremy Hylton · 24 years ago
  8. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  9. 24ec6fb track recent change to test_extcall.py by Jeremy Hylton · 24 years ago
  10. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  11. ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
  12. add8d86 Fix two typos in __imul__. Closes Bug #117745. by Guido van Rossum · 24 years ago
  13. 7cff7fe Many changes. by Jeremy Hylton · 24 years ago
  14. 628d289 Generated from rev 1.1 of ast.txt by Jeremy Hylton · 24 years ago
  15. 66d2c1f Small optimizations in dispatch method: 1) lookup node's __class__ once by Jeremy Hylton · 24 years ago
  16. 1378bd5 Also point TK_LIBRARY to the appropriate directory. by Guido van Rossum · 24 years ago
  17. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  18. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  19. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
  20. 4ced5e7 Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down by Lars Gustäbel · 24 years ago
  21. cfd3bd8 Updated output. by Lars Gustäbel · 24 years ago
  22. 2fc5294 Added some more tests here and there. by Lars Gustäbel · 24 years ago
  23. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  24. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 24 years ago
  25. 098b55a Make reindent happy, but not in the way it planned! by Fred Drake · 24 years ago
  26. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  27. 2e6d25c Use 4-space indents. by Fred Drake · 24 years ago
  28. 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 24 years ago
  29. dce5641 Make sure the temporary file is cleaned up even when we raise TestSkipped. by Fred Drake · 24 years ago
  30. 44b6bd2 Added note saying to use test_support.TESTFN for a temporary filename, by Fred Drake · 24 years ago
  31. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago
  32. de3518e Maildir.__init__(): Make sure self.boxes is set. by Fred Drake · 24 years ago
  33. d2f5a9a Fixed a bug that caused namespace names to be reported as lists rather by Lars Gustäbel · 24 years ago
  34. f7ef15d Use test_support.TESTFN as the temporary filename. Fix a minor stylistic nit. by Fred Drake · 24 years ago
  35. e216705 the usual (part II) by Jeremy Hylton · 24 years ago
  36. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 24 years ago
  37. a8268e9 the usual by Jeremy Hylton · 24 years ago
  38. 75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf by Barry Warsaw · 24 years ago
  39. 0eb75b4 Bump version to 1.0.1. by Greg Ward · 24 years ago
  40. 55b4efd Fixed minor problem with reset(). by Lars Gustäbel · 24 years ago
  41. 047c372 Removed debugging code at bottom. by Greg Ward · 24 years ago
  42. fa9ff76 Untabified. by Greg Ward · 24 years ago
  43. 4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding by Greg Ward · 24 years ago
  44. 0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if by Greg Ward · 24 years ago
  45. 2e38a50 Bastian Kleineidam: fix up any supplied command-line options. by Greg Ward · 24 years ago
  46. 9c048f9 Now supports entire Python 2.0 language and still supports Python by Jeremy Hylton · 24 years ago
  47. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  48. ec964d5 Moved appendChild calls back to DOMEventStream. Added SAX2DOM class. by Lars Gustäbel · 24 years ago
  49. 4221ff0 Clear siblings, now that they are being set. by Paul Prescod · 24 years ago
  50. 8a00abc Make the regrtest.py -l (findleaks) option considerably less obnoxious. by Neil Schemenauer · 24 years ago
  51. 4e1be72 Fix SF bug #116263: support for from .. import * by Jeremy Hylton · 24 years ago
  52. 110941a If the status line is invalid, assume it is a pre-1.0 response. The by Jeremy Hylton · 24 years ago
  53. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  54. 73574ee two fixes for redirects: by Jeremy Hylton · 24 years ago
  55. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
  56. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  57. b636dc6 [ Bug #116636 ] Bug in StringIO.write() by Guido van Rossum · 24 years ago
  58. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 24 years ago
  59. 0157e7a Added some single tuple/list unpacking for JPython regression testing. by Barry Warsaw · 24 years ago
  60. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 24 years ago
  61. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  62. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  63. bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. by Lars Gustäbel · 24 years ago
  64. d178ba6 Added non-ns start and end element methods. by Lars Gustäbel · 24 years ago
  65. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 24 years ago
  66. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  67. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 24 years ago
  68. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 24 years ago
  69. cfc4178 When the classes in wave.py opened files themselves, their .close() methods by Tim Peters · 24 years ago
  70. e8d2f55 The usual. by Guido van Rossum · 24 years ago
  71. 16b198e wave test output by Guido van Rossum · 24 years ago
  72. a00afc1 Simple test suite for wave.py by Jean-Claude Rimbault (with some by Guido van Rossum · 24 years ago
  73. 13a3069 Paul Prescod <paul@prescod.net>: Correct the chaining between siblings. by Fred Drake · 24 years ago
  74. eca576c Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was by Guido van Rossum · 24 years ago
  75. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  76. 95d53d2 Use python$EXE instead of python, for Darwin. (Patch by Tony Lownds. (#101816) by Guido van Rossum · 24 years ago
  77. 04f4943 _exceptions: Format a missing system id as <unknown>. by Martin v. Löwis · 24 years ago
  78. 46735ad Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. by Guido van Rossum · 24 years ago
  79. e9f922f Adapt test output to changed error message. by Guido van Rossum · 24 years ago
  80. ce6292e Correct output. by Guido van Rossum · 24 years ago
  81. 923ebe4 It seems our sound cards can't play mulaw data. Use native-format by Guido van Rossum · 24 years ago
  82. 830b37b Don't use string methods to allow sharing this code with PyXML. by Martin v. Löwis · 24 years ago
  83. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
  84. 5c0b43d The test is good, but Jim forgot to check in the updated output. by Fred Drake · 24 years ago
  85. 613f7c4 Donn Cave <donn@oz.net>: Generated files for BeOS R5. by Fred Drake · 24 years ago
  86. a2fda0d Record bugs found when comparing the module with DOM Core Level 2. by Martin v. Löwis · 24 years ago
  87. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
  88. b96d802 Updated test with a case which checks for the bug reported in by Marc-André Lemburg · 24 years ago
  89. de49583 Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py). by Tim Peters · 24 years ago
  90. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  91. 2c8a89c minidom: access attribute value before printing it by Martin v. Löwis · 24 years ago
  92. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 24 years ago
  93. 31b485f In an incremental parser, close the parser after feeding everything. by Martin v. Löwis · 24 years ago
  94. 5fece7f Don't use a file object as system id; try to propagate the file name to by Martin v. Löwis · 24 years ago
  95. 2aa93ef Don't report a final chunk for an external entity parser. by Martin v. Löwis · 24 years ago
  96. ee1dc15 Move translation from expat.error to SAXParseException into feed, so that by Martin v. Löwis · 24 years ago
  97. 24c532a Fix a couple of typos in docstrings. by Fred Drake · 24 years ago
  98. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  99. cc773d3 __getslice__(): Make this use the constructor form that gets a sequence by Fred Drake · 24 years ago
  100. d1229f5 Uncommented tests that failed for cStringIO, by Jim Fulton · 24 years ago