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