1. 1703cf6 Before calling traceback.print_exc(), call sys.stdout.flush(). This makes by Fred Drake · 24 years ago
  2. 279aa6c DOMException.__init__(): Remember to pass self to Exception.__init__(). by Fred Drake · 24 years ago
  3. 5080b33 Comment out a debugging print statement that triggered a complaint in c.l.py. by Guido van Rossum · 24 years ago
  4. e6e03ea Get rid of string functions. by Guido van Rossum · 24 years ago
  5. c80f182 Get rid of string functions. References to string.whitespace, by Guido van Rossum · 24 years ago
  6. 34735a6 Get rid of string functions. by Guido van Rossum · 24 years ago
  7. b2493f8 Get rid of string functions, except maketrans() (which is *not* obsolete!). by Guido van Rossum · 24 years ago
  8. 4d192b3 Add test case for error message raised by bad % format character by Andrew M. Kuchling · 24 years ago
  9. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  10. f7cf40d Lots of small bug fixes and DOM API conformance improvements: by Fred Drake · 24 years ago
  11. c16adce Adjust PullDOM to use a DOMImplementation instance to create new Document by Fred Drake · 24 years ago
  12. ec126da When raising KeyError, provide the key value that failed. by Fred Drake · 24 years ago
  13. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  14. a63bd1c Untabify! (Barry, this is gonna cost you a bottle of wine! ;) by Fred Drake · 24 years ago
  15. ff87174 Get rid of string module and string exceptions. by Guido van Rossum · 24 years ago
  16. 5d1b5ea Add code to DOMException to ensure it cannot be instantiated directly, by Fred Drake · 24 years ago
  17. 64acf1d Add standard DOM exception hierarchy. by Martin v. Löwis · 24 years ago
  18. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  19. c140131 Change the file's indentation from tabs to 4 spaces per level. by Barry Warsaw · 24 years ago
  20. c7ed0e3 Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno by Barry Warsaw · 24 years ago
  21. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  22. d49056c The ".pth" code knew about the layout of Python trees on unix and by Jack Jansen · 24 years ago
  23. 1072c38 Add popitem(). by Guido van Rossum · 24 years ago
  24. b822c61 Added test for {}.popitem(). by Guido van Rossum · 24 years ago
  25. 988ad2b Changed .getaliases() support to register the new aliases in the by Marc-André Lemburg · 24 years ago
  26. 6bcf4c2 Update the docstring. by Fred Drake · 24 years ago
  27. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 24 years ago
  28. 5b7b764 Apply rstrip() to the lines read from _dirfile in _update(), so that a by Guido van Rossum · 24 years ago
  29. 0aee722 Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with by Guido van Rossum · 24 years ago
  30. 7c1e5ad Make ConfigParser.Error inherit from Exception. by Fred Drake · 24 years ago
  31. c6c2838 (Patch #102698) Fix for a bug reported by Wade Leftwich: by Andrew M. Kuchling · 24 years ago
  32. 23f26ce Fix `credits' to credit the Jython developers when running under that by Barry Warsaw · 24 years ago
  33. f7e84e1 Two changes: by Sjoerd Mullender · 24 years ago
  34. 3d5f7e8 Add test cases for ConfigParser.remove_option() behavior. This includes by Fred Drake · 24 years ago
  35. ff4a23b remove_option(): Use the right variable name for the option name! by Fred Drake · 24 years ago
  36. afb17fc Call of _cmp had wrong number of paramereters. Fixed definition of _cmp. by Moshe Zadka · 24 years ago
  37. 1d99433 Convert Unicode strings to byte strings before passing them into specific by Martin v. Löwis · 24 years ago
  38. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  39. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  40. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  41. 15ffc71 Slight improvement to Unicode test suite, inspired by patch #102563: by Guido van Rossum · 24 years ago
  42. f8baad0 Patch by Finn Bock to support PyStringMap in Jython. by Guido van Rossum · 24 years ago
  43. b7f0cef Update test output. by Fred Drake · 24 years ago
  44. a1bde80 testInsertBefore(): Rewritten to actually test insertBefore() somewhat. by Fred Drake · 24 years ago
  45. 4ccf4a1 Reduce the visibility of imported modules for cleaner "from ... import *" by Fred Drake · 24 years ago
  46. cc78e47 Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). by Tim Peters · 24 years ago
  47. 2595a83 Typo for Mac code, fixing SF bug 12195. by Guido van Rossum · 24 years ago
  48. 56baca3 Removing DOS 8x3 support by Guido van Rossum · 24 years ago
  49. f6fc875 Jack Jansen: added 'get_command_list()' method, and Mac-specific code to by Greg Ward · 24 years ago
  50. a66eed6 Implement the suggestion of bug_id=122070: surround tell() call with try/except. by Guido van Rossum · 24 years ago
  51. 17bfef5 SMTP.connect(): If the socket.connect() raises a socket.error, be sure by Barry Warsaw · 24 years ago
  52. b046b76 Added test cases to detect regression on SourceForge bug #121965. by Fred Drake · 24 years ago
  53. 7fed217 This fixes several bug reports concering memory bloating during large by Barry Warsaw · 24 years ago
  54. 4ebf3be a few small optimizations that seem to give a 5-10% speedup; the by Jeremy Hylton · 24 years ago
  55. eefaeb7 move pruneNext method to correct object (doh!) by Jeremy Hylton · 24 years ago
  56. 314e3fb Change the graph structure to contain the code generator object for by Jeremy Hylton · 24 years ago
  57. a59ac0a If a function contains a doc string, remove the doc string node from by Jeremy Hylton · 24 years ago
  58. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  59. 24ec6fb track recent change to test_extcall.py by Jeremy Hylton · 24 years ago
  60. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  61. ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
  62. add8d86 Fix two typos in __imul__. Closes Bug #117745. by Guido van Rossum · 24 years ago
  63. 7cff7fe Many changes. by Jeremy Hylton · 24 years ago
  64. 628d289 Generated from rev 1.1 of ast.txt by Jeremy Hylton · 24 years ago
  65. 66d2c1f Small optimizations in dispatch method: 1) lookup node's __class__ once by Jeremy Hylton · 24 years ago
  66. 1378bd5 Also point TK_LIBRARY to the appropriate directory. by Guido van Rossum · 24 years ago
  67. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  68. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  69. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
  70. 4ced5e7 Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down by Lars Gustäbel · 24 years ago
  71. cfd3bd8 Updated output. by Lars Gustäbel · 24 years ago
  72. 2fc5294 Added some more tests here and there. by Lars Gustäbel · 24 years ago
  73. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  74. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 24 years ago
  75. 098b55a Make reindent happy, but not in the way it planned! by Fred Drake · 24 years ago
  76. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  77. 2e6d25c Use 4-space indents. by Fred Drake · 24 years ago
  78. 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 24 years ago
  79. dce5641 Make sure the temporary file is cleaned up even when we raise TestSkipped. by Fred Drake · 24 years ago
  80. 44b6bd2 Added note saying to use test_support.TESTFN for a temporary filename, by Fred Drake · 24 years ago
  81. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago
  82. de3518e Maildir.__init__(): Make sure self.boxes is set. by Fred Drake · 24 years ago
  83. d2f5a9a Fixed a bug that caused namespace names to be reported as lists rather by Lars Gustäbel · 24 years ago
  84. f7ef15d Use test_support.TESTFN as the temporary filename. Fix a minor stylistic nit. by Fred Drake · 24 years ago
  85. e216705 the usual (part II) by Jeremy Hylton · 24 years ago
  86. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 24 years ago
  87. a8268e9 the usual by Jeremy Hylton · 24 years ago
  88. 75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf by Barry Warsaw · 24 years ago
  89. 0eb75b4 Bump version to 1.0.1. by Greg Ward · 24 years ago
  90. 55b4efd Fixed minor problem with reset(). by Lars Gustäbel · 24 years ago
  91. 047c372 Removed debugging code at bottom. by Greg Ward · 24 years ago
  92. fa9ff76 Untabified. by Greg Ward · 24 years ago
  93. 4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding by Greg Ward · 24 years ago
  94. 0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if by Greg Ward · 24 years ago
  95. 2e38a50 Bastian Kleineidam: fix up any supplied command-line options. by Greg Ward · 24 years ago
  96. 9c048f9 Now supports entire Python 2.0 language and still supports Python by Jeremy Hylton · 24 years ago
  97. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  98. ec964d5 Moved appendChild calls back to DOMEventStream. Added SAX2DOM class. by Lars Gustäbel · 24 years ago
  99. 4221ff0 Clear siblings, now that they are being set. by Paul Prescod · 24 years ago
  100. 8a00abc Make the regrtest.py -l (findleaks) option considerably less obnoxious. by Neil Schemenauer · 24 years ago