1. e472933 Bill Janssen wrote: by Guido van Rossum · 18 years ago
  2. 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 18 years ago
  3. 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 18 years ago
  4. 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 18 years ago
  5. ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 18 years ago
  6. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  7. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 18 years ago
  8. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 18 years ago
  9. 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 18 years ago
  10. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 18 years ago
  11. ff9b963 Catch the correct errors. by Georg Brandl · 18 years ago
  12. 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 18 years ago
  13. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
  14. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 18 years ago
  15. 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 18 years ago
  16. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 18 years ago
  17. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
  18. 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 18 years ago
  19. 966bb8c Fix silly typo in test name. by Guido van Rossum · 18 years ago
  20. 1042a4d Fix bug 1725856. by Gregory P. Smith · 18 years ago
  21. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 18 years ago
  22. d8672aa Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code by Alex Martelli · 18 years ago
  23. 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 18 years ago
  24. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 18 years ago
  25. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 18 years ago
  26. c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 18 years ago
  27. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 18 years ago
  28. 855da6c Make test_warnings re-entrant. by Brett Cannon · 18 years ago
  29. 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 18 years ago
  30. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  31. 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 18 years ago
  32. a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 18 years ago
  33. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
  34. 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 18 years ago
  35. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
  36. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
  37. 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 18 years ago
  38. 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 18 years ago
  39. ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 18 years ago
  40. 8eab424 Moved all of the capture_server socket setup code into the try block by Facundo Batista · 18 years ago
  41. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  42. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
  43. ec2ce9b Make test_math error messages more meaningful for small discrepancies in results by Nick Coghlan · 18 years ago
  44. 00f2029 Add explicit test for a misbehaving math.floor by Nick Coghlan · 18 years ago
  45. 55248d6 Add a temporary diagnostic message before a strange failure on the alpha Debian buildbot by Nick Coghlan · 18 years ago
  46. d44a5af More buildbot cleanup - let the OS assign the port for test_urllib2_localnet by Nick Coghlan · 18 years ago
  47. 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 18 years ago
  48. 12adef9 Try to get rid of spurious failure in test_resource on the Debian buildbots by changing the file size limit before attempting to close the file by Nick Coghlan · 18 years ago
  49. 13c25c0 Fix an incompatibility between the -i and -m command line switches as reported on python-dev by PJE - runpy.run_module now leaves any changes it makes to the sys module intact after the function terminates by Nick Coghlan · 18 years ago
  50. 4f82a03 Tweak runpy test to do a better job of confirming that sys has been manipulated correctly by Nick Coghlan · 18 years ago
  51. ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 18 years ago
  52. f17a2e4 Add explicit relative import tests for runpy.run_module by Nick Coghlan · 18 years ago
  53. 7f4f412 Selectively enable tests for asyncore.readwrite based on the presence by Facundo Batista · 18 years ago
  54. b1994b4 Added a select.select call in the test server loop to make sure the by Facundo Batista · 18 years ago
  55. db98f36 Fix failing unicode test caused by change to ast.c at r56441 by Kurt B. Kaiser · 18 years ago
  56. b6ac23c SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. by Guido van Rossum · 18 years ago
  57. 78e1961 Prevent asyncore.dispatcher tests from hanging by adding loop counters by Facundo Batista · 18 years ago
  58. 66263cf Changed the used port and commented out some tests that uses by Facundo Batista · 18 years ago
  59. f47bc18 First version. Includes tests for helper functions: read, write, by Facundo Batista · 18 years ago
  60. 2b09ef0 Avoid exception if there's a stray directory inside a Maildir folder. by Andrew M. Kuchling · 18 years ago
  61. 5a3b524 Added tests for basic behavior of DateTime, Binary, and Fault classes by Facundo Batista · 18 years ago
  62. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 18 years ago
  63. b2e208f Patch #1731169: clean up expected skips list. by Georg Brandl · 18 years ago
  64. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 18 years ago
  65. f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
  66. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 18 years ago
  67. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 18 years ago
  68. ade2c21 Not sure why this only fails sometimes on Unix machines. Better by Neal Norwitz · 18 years ago
  69. 478b99b Add all of the distuils modules that don't seem to have explicit tests. :-( by Neal Norwitz · 18 years ago
  70. fdffca2 Prevent hang if the port cannot be opened. by Neal Norwitz · 18 years ago
  71. 5c9a81a Fix a bug when there was a newline in the string expandtabs was called on. by Neal Norwitz · 18 years ago
  72. ba965de Prevent these tests from running on Win64 since they don\'t apply there either by Neal Norwitz · 18 years ago
  73. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  74. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
  75. ff87122 Patch #1667860: Fix UnboundLocalError in urllib2. by Georg Brandl · 18 years ago
  76. e06cf45 Disallow function calls like foo(None=1). by Georg Brandl · 18 years ago
  77. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
  78. 50b79ce Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O). by Collin Winter · 18 years ago
  79. f9a0ea8 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 18 years ago
  80. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  81. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 18 years ago
  82. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
  83. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  84. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
  85. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 18 years ago
  86. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
  87. 81a191b Applied patch 1669481, slightly modified: Support close_fds on Win32 by Peter Astrand · 18 years ago
  88. 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 18 years ago
  89. 38917f5 Get test passing again by commenting out the reference to the test class. by Neal Norwitz · 18 years ago
  90. d9880d0 Commenting out the tests until find out who can test them in by Facundo Batista · 18 years ago
  91. e312416 Fixing stupid error, and introducing a sleep, to see if the by Facundo Batista · 18 years ago
  92. b4dfafa Trying to make the tests work in Windows and Solaris, everywhere else just works by Facundo Batista · 18 years ago
  93. 62c744e Let's see if reading exactly what is written allow this live by Facundo Batista · 18 years ago
  94. 965fa24 Removed the .recv() in the test, is not necessary, and was by Facundo Batista · 18 years ago
  95. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  96. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
  97. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
  98. 767debb Allow all alphanumeric and underscores in type and field names. by Raymond Hettinger · 18 years ago
  99. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
  100. 49da0ea Move imgfile import to the global namespace to trigger an import error ASAP to by Brett Cannon · 18 years ago