1. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 23 years ago
  2. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 23 years ago
  3. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  4. ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 24 years ago
  5. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 24 years ago
  6. 6db54c6 Add std test for doctest. by Tim Peters · 24 years ago
  7. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 24 years ago
  8. 11db72a update to use new symtable interface by Jeremy Hylton · 24 years ago
  9. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 24 years ago
  10. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  11. dbbbaf2 joinfields -> join. by Eric S. Raymond · 24 years ago
  12. 83ff749 String method conversion. by Eric S. Raymond · 24 years ago
  13. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  14. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  15. d8c628b String method conversion. by Eric S. Raymond · 24 years ago
  16. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  17. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 24 years ago
  18. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 24 years ago
  19. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  20. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 24 years ago
  21. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  22. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 24 years ago
  23. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago
  24. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  25. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
  26. 6fe0a82 move extra arguments to the back of the new.code() arglist by Jeremy Hylton · 24 years ago
  27. acfb3f6 Revise the driver code to be more informative in the final report. by Fred Drake · 24 years ago
  28. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago
  29. fc3fc33 Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. by Moshe Zadka · 24 years ago
  30. 251ef96 Fix test for free ref to global. This test should have caught a by Jeremy Hylton · 24 years ago
  31. ac25a38 add test for illegal imports by Jeremy Hylton · 24 years ago
  32. fde66e1 Fixed .capitalize() method of Unicode objects to work like the by Marc-André Lemburg · 24 years ago
  33. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 24 years ago
  34. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 24 years ago
  35. 64d42c5 Added tests for new signature of new.instance(). by Fred Drake · 24 years ago
  36. 2bcb323 Except HierarchyRequestErr instead of TypeError. by Martin v. Löwis · 24 years ago
  37. 619eea6 PEP 227 implementation by Jeremy Hylton · 24 years ago
  38. 4588c78 PEP 227 implementation by Jeremy Hylton · 24 years ago
  39. 92e9f29 add extra tests to verify that co_varnames is being set up properly by Jeremy Hylton · 24 years ago
  40. 03d9014 added a few more __all__ lists by Skip Montanaro · 24 years ago
  41. 42756df Fix the test output, now that escapes in repr() of string and Unicode by Guido van Rossum · 24 years ago
  42. 0fc8b74 Fix the test output, now that escapes in repr() of string and Unicode by Guido van Rossum · 24 years ago
  43. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  44. 06d1268 Move uchhash functionality into unicodedata (after the recent by Fredrik Lundh · 24 years ago
  45. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  46. 24f3aca It's "gopherlib" not "gopher". by Barry Warsaw · 24 years ago
  47. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  48. f87d857 Restore alphabetic order. Also try to import rlcompleter and curses, but by Tim Peters · 24 years ago
  49. 578ceee Add simple test of list comprehension that uses a name that isn't by Jeremy Hylton · 24 years ago
  50. d0f5e70 - Use "exec ... in dict" to avoid having to walk on eggshells; locals by Guido van Rossum · 24 years ago
  51. 763cb0a Typo repair. by Tim Peters · 24 years ago
  52. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago
  53. d74804d The "user" module cannot reasonably be tested. Moved to the end (and by Fred Drake · 24 years ago
  54. 7f9b5e0 OK, changed my mind once more on this. The comparison hierarchy is now by Guido van Rossum · 24 years ago
  55. d9bae8b Numeric-smelling objects now once again compare smaller than by Guido van Rossum · 24 years ago
  56. f317a18 Finn Bock (SF patch #103345): Avoid outdated exec form in test_class.py. by Guido van Rossum · 24 years ago
  57. d304f44 Patch #103343: Allow the important test_pkg to succeed under Jython. by Tim Peters · 24 years ago
  58. 08dabf0 Patch #103344: Sort dicts from extcall for easier comparison with Jython. by Tim Peters · 24 years ago
  59. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  60. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  61. e78b92a added some tests for urlencode by Skip Montanaro · 24 years ago
  62. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  63. c955f89 docstring typo by Skip Montanaro · 24 years ago
  64. f605606 Better error message if ucnhash cannot be found (obscure attribute by Fredrik Lundh · 24 years ago
  65. 0a5f91f Now that Marc-Andre has retracted unistr(), remove the tests. by Guido van Rossum · 24 years ago
  66. a8e14d4 Use a saner test filename, to work on Windows. by Guido van Rossum · 24 years ago
  67. 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 24 years ago
  68. a1374e4 Change verify() function to raise TestFailed, not AssertionError. by Guido van Rossum · 24 years ago
  69. 2acb54a improved the ucnhash test a bit by Fredrik Lundh · 24 years ago
  70. ee865c6 added "getcode" and "getname" methods to the ucnhash module (they're by Fredrik Lundh · 24 years ago
  71. 0fdb90c refactored the unicodeobject/ucnhash interface, to hide the by Fredrik Lundh · 24 years ago
  72. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 24 years ago
  73. 8880f6d Whitespace normalization. by Tim Peters · 24 years ago
  74. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 24 years ago
  75. 983874d Use constructor form of "raise"; normalize <wink> docstrings. by Tim Peters · 24 years ago
  76. d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 24 years ago
  77. e1bb5f9 make error msg more informative when test of exec fails by Jeremy Hylton · 24 years ago
  78. 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 24 years ago
  79. b4ed8c4 add test of bastion and rexec to std regression test suite by Jeremy Hylton · 24 years ago
  80. 2312024 Add test that ensures hash() of objects defining __cmp__ or __eq__ but by Guido van Rossum · 24 years ago
  81. 0c6614c Add test that ensures hash([]) and hash({}) raise TypeError. by Guido van Rossum · 24 years ago
  82. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  83. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 24 years ago
  84. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  85. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  86. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago
  87. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  88. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  89. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  90. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  91. 8551dd6 Stop creating an unbounded number of "Jack is my hero" files under Windows. by Tim Peters · 24 years ago
  92. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  93. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 24 years ago
  94. d2ebe87 Changed name of codec to full path name. This allows importing by Marc-André Lemburg · 24 years ago
  95. e69d3d7 Use __name__ instead of "test_regex" as the module name in the by Guido van Rossum · 24 years ago
  96. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  97. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  98. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  99. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  100. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago