1. 91012fe Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. by Brett Cannon · 21 years ago
  2. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  3. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 21 years ago
  4. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago
  5. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 21 years ago
  6. 1546bc4 add a couple test cases which involve longs and floats in 'e' format. by Skip Montanaro · 21 years ago
  7. 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 21 years ago
  8. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 21 years ago
  9. 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 21 years ago
  10. 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 21 years ago
  11. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  12. bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 21 years ago
  13. aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 21 years ago
  14. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  15. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  16. 29a1def Test script changed. by Greg Ward · 21 years ago
  17. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  18. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago
  19. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  20. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  21. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  22. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  23. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  24. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  25. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  26. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  27. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  28. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  29. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  30. 9a3a9f7 Consider \U-escapes in raw-unicode-escape. Fixes #444514. by Martin v. Löwis · 21 years ago
  31. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  32. ba39d9c Add another error case to the insert test. by Walter Dörwald · 21 years ago
  33. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  34. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 21 years ago
  35. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  36. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 21 years ago
  37. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  38. ab0053a simpler temp dir cleanup by Skip Montanaro · 21 years ago
  39. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 21 years ago
  40. eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 21 years ago
  41. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  42. 627728a Use test_support.run_doctest() by Raymond Hettinger · 21 years ago
  43. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  44. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  45. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  46. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 21 years ago
  47. 065f7b8 Fixed test_anydbm_creates to use proper paths for the created db. by Brett Cannon · 21 years ago
  48. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  49. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  50. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  51. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  52. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  53. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  54. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 22 years ago
  55. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 22 years ago
  56. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 22 years ago
  57. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 22 years ago
  58. 6967f2c don't need to worry about file endianness by Skip Montanaro · 22 years ago
  59. f0776d2 Data file for bsddb185 test by Skip Montanaro · 22 years ago
  60. 46f4e79 test case for bsddb185 module by Skip Montanaro · 22 years ago
  61. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 22 years ago
  62. 1a56665 add not-yet-supported Unicode test just so it doesn't get lost. by Skip Montanaro · 22 years ago
  63. 411e5a2 Port test_uu.py to PyUnit. From SF patch #662807. by Walter Dörwald · 22 years ago
  64. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 22 years ago
  65. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 22 years ago
  66. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 22 years ago
  67. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 22 years ago
  68. 4d28d96 Refer to __builtin__.file, not __builtins__.file by Martin v. Löwis · 22 years ago
  69. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 22 years ago
  70. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 22 years ago
  71. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 22 years ago
  72. 320a1b0 Simplify ref count test. by Raymond Hettinger · 22 years ago
  73. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 22 years ago
  74. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 22 years ago
  75. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 22 years ago
  76. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 22 years ago
  77. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 22 years ago
  78. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  79. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 22 years ago
  80. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 22 years ago
  81. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 22 years ago
  82. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 22 years ago
  83. e6b7033 Flesh out test_support docs. by Brett Cannon · 22 years ago
  84. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 22 years ago
  85. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
  86. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 22 years ago
  87. 1a4a9d0 Add doctest for example in the library reference. by Raymond Hettinger · 22 years ago
  88. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 22 years ago
  89. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 22 years ago
  90. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 22 years ago
  91. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 22 years ago
  92. 2b6dfec Raise a ValueError when there is data that was not covered in the format string. Done to match behavior of pre-existing C-based strptime implementations. by Brett Cannon · 22 years ago
  93. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 22 years ago
  94. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 22 years ago
  95. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 22 years ago
  96. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 22 years ago
  97. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 22 years ago
  98. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 22 years ago
  99. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 22 years ago
  100. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 22 years ago