1. 362310d Bump version number by Barry Warsaw · 21 years ago
  2. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  3. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  4. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  5. 2557100 Minor clarification of dedent(). by Greg Ward · 21 years ago
  6. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  7. 478cd48 SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  8. 4656ed4 Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). by Greg Ward · 21 years ago
  9. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  10. a409f7c SF #596434: tweak wordsep_re so the definition of an em-dash is by Greg Ward · 21 years ago
  11. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  12. 21820cd SF #726446: raise ValueError if width <= 0. by Greg Ward · 21 years ago
  13. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  14. 02cd365 detect old version 2 hash files and return "bsddb185" as the appropriate by Skip Montanaro · 21 years ago
  15. 6967f2c don't need to worry about file endianness by Skip Montanaro · 21 years ago
  16. f0776d2 Data file for bsddb185 test by Skip Montanaro · 21 years ago
  17. 46f4e79 test case for bsddb185 module by Skip Montanaro · 21 years ago
  18. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 21 years ago
  19. 1a56665 add not-yet-supported Unicode test just so it doesn't get lost. by Skip Montanaro · 21 years ago
  20. c7c78ae Allow for Version, Flavor and Download-URL not being set. by Jack Jansen · 21 years ago
  21. 705553a When doing a forced install of a package depending on a pseudo-package by Jack Jansen · 21 years ago
  22. 411e5a2 Port test_uu.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  23. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 21 years ago
  24. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  25. 581c367 typo by Skip Montanaro · 21 years ago
  26. 0389295 Better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 21 years ago
  27. f6b444e Add comment explaining try/except for endheaders(). by Jeremy Hylton · 21 years ago
  28. 828023b Repair redirect handling and raise URLError on host-not-found. by Jeremy Hylton · 21 years ago
  29. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  30. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  31. 4d28d96 Refer to __builtin__.file, not __builtins__.file by Martin v. Löwis · 21 years ago
  32. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  33. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  34. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  35. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  36. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 21 years ago
  37. 4f45011 CWI moved websites around without me knowing it, and together with by Jack Jansen · 21 years ago
  38. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  39. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  40. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  41. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  42. 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 21 years ago
  43. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  44. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 21 years ago
  45. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 21 years ago
  46. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  47. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  48. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 21 years ago
  49. e6b7033 Flesh out test_support docs. by Brett Cannon · 21 years ago
  50. 533366b improved CRLF regex for previous fix by Piers Lauder · 21 years ago
  51. 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 21 years ago
  52. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 21 years ago
  53. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  54. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 21 years ago
  55. 1a4a9d0 Add doctest for example in the library reference. by Raymond Hettinger · 21 years ago
  56. 70d566b Extract the errno value to use from the errno module if possible. by Fred Drake · 21 years ago
  57. c689918 Regain throughput lost with the _socketobject wrapper. The by Skip Montanaro · 21 years ago
  58. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 21 years ago
  59. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 21 years ago
  60. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  61. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  62. 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 · 21 years ago
  63. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  64. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 21 years ago
  65. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 21 years ago
  66. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 21 years ago
  67. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  68. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 21 years ago
  69. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  70. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  71. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 21 years ago
  72. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 21 years ago
  73. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 21 years ago
  74. 9593792 test_sre is dead! long live test_re! by Skip Montanaro · 21 years ago
  75. 35b9ff3 deleted more tests which were either already in test_re or that I migrated by Skip Montanaro · 21 years ago
  76. 1e703c6 more tests converted from test_sre by Skip Montanaro · 21 years ago
  77. bf7ad96 Remove tests which were migrated to test_re.py. There are still more tests by Skip Montanaro · 21 years ago
  78. f4001ee Skip testing inet_ntop() an inet_pton() if they aren't defined. by Guido van Rossum · 21 years ago
  79. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 21 years ago
  80. 1448d47 rework Sniffer api significantly by Skip Montanaro · 21 years ago
  81. 48816c6 some sniffer tests by Skip Montanaro · 21 years ago
  82. 2726fcd more tests from test_sre by Skip Montanaro · 21 years ago
  83. 7c852f3 Attempt to deal with some obvious errors in the code. These were all by Fred Drake · 21 years ago
  84. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  85. 7d9963f copy a few tests from test_sre by Skip Montanaro · 21 years ago
  86. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  87. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 21 years ago
  88. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  89. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  90. 45f4130 test_re is no longer needed by Guido van Rossum · 21 years ago
  91. 46144be Fix test_limitations(). The match there is *expected* to raise RuntimeError. by Guido van Rossum · 21 years ago
  92. 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 21 years ago
  93. a4c2b74 [Patch #628208] Add optional support for the 'nil' extension by Andrew M. Kuchling · 21 years ago
  94. da4ec5a csv is a module again by Skip Montanaro · 21 years ago
  95. 04ae705 cvs is going to be a module again by Skip Montanaro · 21 years ago
  96. b34ef94 SF bug 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  97. bfcbfa7 move imports in Binary class to top level to avoid repeated imports. by Skip Montanaro · 21 years ago
  98. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 21 years ago
  99. 8ed06da first cut at unittest version of re tests by Skip Montanaro · 21 years ago
  100. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 21 years ago