1. 994b51e Capture exception message (PyChecker) by Andrew M. Kuchling · 23 years ago
  2. a49e0a0 Remove unused imports (PyChecker) by Andrew M. Kuchling · 23 years ago
  3. 3e44248 Remove unused variable by Andrew M. Kuchling · 23 years ago
  4. 118aa53 Fix malformed line (PyChecker) by Andrew M. Kuchling · 23 years ago
  5. 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
  6. 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
  7. fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
  8. fee3126 Catch curses.error instead of a non-existent global (PyChecker) Edit comment by Andrew M. Kuchling · 23 years ago
  9. 40ea617 Remove redundant import by Andrew M. Kuchling · 23 years ago
  10. 33277c7 further work on font config and general feel improvements by Steven M. Gava · 23 years ago
  11. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  12. 39f77bc Modify _Set to support iteration. by Jeremy Hylton · 23 years ago
  13. d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
  14. a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
  15. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  16. 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
  17. f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
  18. a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
  19. b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
  20. 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
  21. a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
  22. dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 23 years ago
  23. d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
  24. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  25. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  26. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  27. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  28. 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
  29. 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
  30. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  31. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  32. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  33. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
  34. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  35. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  36. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  37. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  38. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
  39. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  40. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
  41. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  42. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  43. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  44. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  45. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  46. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  47. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
  48. e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
  49. 6386a4c Import UnknownFileError by Andrew M. Kuchling · 23 years ago
  50. 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
  51. affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
  52. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  53. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  54. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
  55. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago
  56. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
  57. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
  58. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  59. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  60. dbdcb0f Regenerate for glibc 2.2.3. by Martin v. Löwis · 23 years ago
  61. 4414933 Regenerate for Solaris 8. by Martin v. Löwis · 23 years ago
  62. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  63. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 23 years ago
  64. 034cbf1 Typo fix (spelling mistake in error message). by Greg Ward · 23 years ago
  65. ff88556 Patch #449083: Use builtins to initalize the module. by Martin v. Löwis · 23 years ago
  66. e00dde2 Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. by Steve Purcell · 23 years ago
  67. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 23 years ago
  68. 96204f5 Add new tokens // and //=, in support of PEP 238. by Guido van Rossum · 23 years ago
  69. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  70. 074c9d2 beginning of work on the conf. handling smarts by Steven M. Gava · 23 years ago
  71. 54e99e8 Fix SF bug [ #447370 ] typo in urllib2.py by Jeremy Hylton · 23 years ago
  72. 16fd338 Apply two small changes to the Windows code, according to SF bug by Guido van Rossum · 23 years ago
  73. 56b5fdd Remove make_re() function; this is no longer needed since _sre and pcre by Fred Drake · 23 years ago
  74. c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 23 years ago
  75. dad91dd Make sure XMLGenerator uses quoteattr() instead of escape() to quote by Fred Drake · 23 years ago
  76. 288cd2c Fix the test so it uses IterableUserDict for the "for x in dict" test. by Guido van Rossum · 23 years ago
  77. 2050b65 Remove the __iter__ method from the UserDict class -- it can silently by Guido van Rossum · 23 years ago
  78. c5943b1 Add the NannyNag exception class and the process_tokens() function to by Guido van Rossum · 23 years ago
  79. 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 23 years ago
  80. cd73836 silence warnings about import * by Jeremy Hylton · 23 years ago
  81. 230e578 more fleshing out, this time primarily the 'general' page by Steven M. Gava · 23 years ago
  82. e02f904 fix for Bug ID 448100 - "test code using NL instead of CRNL" by Piers Lauder · 23 years ago
  83. f213ccb began font / indentation page by Steven M. Gava · 23 years ago
  84. cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
  85. 60fc707 further work on keybinding page by Steven M. Gava · 23 years ago
  86. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  87. eeee4ec Refactor so that it is easier to work with alternate MIME types databases, by Fred Drake · 23 years ago
  88. e861365 Don't use any characters C doesn't guarantee are safe for text-mode files. by Tim Peters · 23 years ago
  89. 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
  90. 1d4601d Change some comments into docstrings. by Fred Drake · 23 years ago
  91. fffd722 The test opened the binary test data files in text mode! Fixed. by Jack Jansen · 23 years ago
  92. 952d0a5 further work on config dialog, particularly highligthing config by Steven M. Gava · 23 years ago
  93. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  94. c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
  95. d342c62 This test failed under python -O. by Tim Peters · 23 years ago
  96. 394a47b Unit test for improved package import semantics. by Guido van Rossum · 23 years ago
  97. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  98. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  99. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  100. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago