1. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 22 years ago
  2. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 22 years ago
  3. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 22 years ago
  4. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  5. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 22 years ago
  6. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 22 years ago
  7. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 22 years ago
  8. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 22 years ago
  9. e6b7033 Flesh out test_support docs. by Brett Cannon · 22 years ago
  10. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 22 years ago
  11. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
  12. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 22 years ago
  13. 1a4a9d0 Add doctest for example in the library reference. by Raymond Hettinger · 22 years ago
  14. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 22 years ago
  15. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 22 years ago
  16. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 22 years ago
  17. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 22 years ago
  18. 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
  19. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 22 years ago
  20. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 22 years ago
  21. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 22 years ago
  22. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 22 years ago
  23. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 22 years ago
  24. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 22 years ago
  25. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 22 years ago
  26. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 22 years ago
  27. 9593792 test_sre is dead! long live test_re! by Skip Montanaro · 22 years ago
  28. 35b9ff3 deleted more tests which were either already in test_re or that I migrated by Skip Montanaro · 22 years ago
  29. 1e703c6 more tests converted from test_sre by Skip Montanaro · 22 years ago
  30. bf7ad96 Remove tests which were migrated to test_re.py. There are still more tests by Skip Montanaro · 22 years ago
  31. f4001ee Skip testing inet_ntop() an inet_pton() if they aren't defined. by Guido van Rossum · 22 years ago
  32. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 22 years ago
  33. 48816c6 some sniffer tests by Skip Montanaro · 22 years ago
  34. 2726fcd more tests from test_sre by Skip Montanaro · 22 years ago
  35. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 22 years ago
  36. 7d9963f copy a few tests from test_sre by Skip Montanaro · 22 years ago
  37. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 22 years ago
  38. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 22 years ago
  39. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 22 years ago
  40. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
  41. 45f4130 test_re is no longer needed by Guido van Rossum · 22 years ago
  42. 46144be Fix test_limitations(). The match there is *expected* to raise RuntimeError. by Guido van Rossum · 22 years ago
  43. 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 22 years ago
  44. 8ed06da first cut at unittest version of re tests by Skip Montanaro · 22 years ago
  45. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 22 years ago
  46. 142da98 remove test_socketserver from the skip lists by Skip Montanaro · 22 years ago
  47. edb155f UnicodeTranslationsTest.setUp(): Removed the coerce flag to the by Barry Warsaw · 22 years ago
  48. 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 22 years ago
  49. 54aa578 This test now uses the separate getargs_X functions from _testcapimodule. by Thomas Heller · 22 years ago
  50. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  51. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 22 years ago
  52. 9f4eb6b [Patch #679505] Silence DeprecationWarning when testing rotor module by Andrew M. Kuchling · 22 years ago
  53. ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 22 years ago
  54. b28271f Do a little more searching for the data file for the test: this allows by Fred Drake · 22 years ago
  55. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 22 years ago
  56. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 22 years ago
  57. 5549322 Test suite for optparse. This is a slightly-edited copy of by Greg Ward · 22 years ago
  58. be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 22 years ago
  59. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 22 years ago
  60. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 22 years ago
  61. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 22 years ago
  62. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 22 years ago
  63. b4cb664 New file. by Martin v. Löwis · 22 years ago
  64. 53d93ad Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. by Martin v. Löwis · 22 years ago
  65. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 22 years ago
  66. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 22 years ago
  67. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  68. bbb931b Delete the 'h' test -- 'h' is no longer unsigned so the machinery here by Guido van Rossum · 22 years ago
  69. aa1ac54 Get test to work under regrtest when running whole suite by Neal Norwitz · 22 years ago
  70. fafd56f Add test that demonstrates SGML-style handling of processing instructions. by Fred Drake · 22 years ago
  71. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 22 years ago
  72. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 22 years ago
  73. a4541a3 - super() no longer ignores data descriptors, except __class__. See by Guido van Rossum · 22 years ago
  74. a95eab5 Test SystemEvents too. by Jack Jansen · 22 years ago
  75. 52b2705 Ouch, it's Carlo Verre, not Verre Carlo. by Guido van Rossum · 22 years ago
  76. 357981e Add a few errors tests for range(). by Walter Dörwald · 22 years ago
  77. 64976e7 Fix copy & paste error in comment. by Walter Dörwald · 22 years ago
  78. 43bc1f1 Fix the test so that it works even when /etc/group has two entries by Walter Dörwald · 22 years ago
  79. 66e1e50 Fix the test so that it works even when /etc/passwd has two entries by Walter Dörwald · 22 years ago
  80. 299b3df test_range(): The C code changed to raise TypeError in one of these by Tim Peters · 22 years ago
  81. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
  82. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 22 years ago
  83. 4dcdb78 Close off the "Verre Carlo hack" as discussed on python-dev. by Guido van Rossum · 22 years ago
  84. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 22 years ago
  85. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 22 years ago
  86. ae32319 Get test working if gzip support is not available by Neal Norwitz · 22 years ago
  87. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 22 years ago
  88. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 22 years ago
  89. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 22 years ago
  90. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 22 years ago
  91. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 22 years ago
  92. 594adac hoist contents of csv submodule up to the package level by Skip Montanaro · 22 years ago
  93. 11d204c Add test for MessageBeep() by Guido van Rossum · 22 years ago
  94. 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 22 years ago
  95. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 22 years ago
  96. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 22 years ago
  97. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 22 years ago
  98. f394df4 SF bug #699934: Obscure error message by Raymond Hettinger · 22 years ago
  99. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  100. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 22 years ago