1. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 18 years ago
  2. 4cdceac Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. by Georg Brandl · 18 years ago
  3. 470dcd2 remove use of non-existent SSLFakeSocket in apparently untested code by Bill Janssen · 18 years ago
  4. 910fa59 remove mentions of socket.ssl in comments by Bill Janssen · 18 years ago
  5. c459264 deprecate use of FakeSocket by Bill Janssen · 18 years ago
  6. 628e3bb One more fix to consider missing SSL support. by Thomas Wouters · 18 years ago
  7. a6900e8 Don't lie in __all__ attributes when SSL is not available: only add the SSL by Thomas Wouters · 18 years ago
  8. dcb3c38 Somewhat-preliminary slice-object and extended slicing support for ctypes. by Thomas Wouters · 18 years ago
  9. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
  10. 24bccf2 Added docstrings to methods and functions. by Bill Janssen · 18 years ago
  11. 0226d85 * Skip test_pipes on non-POSIX. by Georg Brandl · 18 years ago
  12. 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 18 years ago
  13. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  14. 492e592 Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 18 years ago
  15. 6d20b70 Fix test output. by Walter Dörwald · 18 years ago
  16. 1a41313 fixes 813986 by Skip Montanaro · 18 years ago
  17. bf13833 Add a crasher for the thread-unsafety of file objects. by Georg Brandl · 18 years ago
  18. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 18 years ago
  19. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
  20. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
  21. d51b579 Patch # 1739906 by Christian Heimes -- add reduce to functools (importing by Guido van Rossum · 18 years ago
  22. ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 18 years ago
  23. f91ad6a Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 18 years ago
  24. 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 18 years ago
  25. 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 18 years ago
  26. f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 18 years ago
  27. d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 18 years ago
  28. 1b2f62d Catch IOError for when the device file doesn't exist or the user doesn't have by Neal Norwitz · 18 years ago
  29. 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 18 years ago
  30. e472933 Bill Janssen wrote: by Guido van Rossum · 18 years ago
  31. 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 18 years ago
  32. 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 18 years ago
  33. 60b52bd Fix typo in docstring (missing c in reacquire) by Neal Norwitz · 18 years ago
  34. 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 18 years ago
  35. ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 18 years ago
  36. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  37. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 18 years ago
  38. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 18 years ago
  39. 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 18 years ago
  40. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 18 years ago
  41. ff9b963 Catch the correct errors. by Georg Brandl · 18 years ago
  42. 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 18 years ago
  43. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
  44. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 18 years ago
  45. 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 18 years ago
  46. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 18 years ago
  47. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
  48. 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 18 years ago
  49. 966bb8c Fix silly typo in test name. by Guido van Rossum · 18 years ago
  50. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 18 years ago
  51. 1042a4d Fix bug 1725856. by Gregory P. Smith · 18 years ago
  52. daa6f25 Patch #1779550: remove redundant code in logging. by Georg Brandl · 18 years ago
  53. da5f16a Bug #1688564: document os.path.join's absolute path behavior in the docstring. by Georg Brandl · 18 years ago
  54. ac4018a Use try-except-finally in contextlib. by Georg Brandl · 18 years ago
  55. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 18 years ago
  56. ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 18 years ago
  57. 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
  58. 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 18 years ago
  59. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 18 years ago
  60. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 18 years ago
  61. 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 18 years ago
  62. e4f271f [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 18 years ago
  63. c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 18 years ago
  64. 54ec61e Add a hack (originally devised in a slightly different form by Thomas Wouters) by Guido van Rossum · 18 years ago
  65. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 18 years ago
  66. 855da6c Make test_warnings re-entrant. by Brett Cannon · 18 years ago
  67. 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 18 years ago
  68. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  69. 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 18 years ago
  70. 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 18 years ago
  71. a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 18 years ago
  72. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
  73. 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 18 years ago
  74. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
  75. 0f6d360 Replace unnecessary function call. by Georg Brandl · 18 years ago
  76. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
  77. 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 18 years ago
  78. f8bbaa9 Eliminate RLock race condition reported in SF bug #1764059 by Nick Coghlan · 18 years ago
  79. 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 18 years ago
  80. ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 18 years ago
  81. 8eab424 Moved all of the capture_server socket setup code into the try block by Facundo Batista · 18 years ago
  82. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  83. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
  84. ec2ce9b Make test_math error messages more meaningful for small discrepancies in results by Nick Coghlan · 18 years ago
  85. 00f2029 Add explicit test for a misbehaving math.floor by Nick Coghlan · 18 years ago
  86. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
  87. 55248d6 Add a temporary diagnostic message before a strange failure on the alpha Debian buildbot by Nick Coghlan · 18 years ago
  88. d44a5af More buildbot cleanup - let the OS assign the port for test_urllib2_localnet by Nick Coghlan · 18 years ago
  89. 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 18 years ago
  90. 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
  91. 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
  92. 4f82a03 Tweak runpy test to do a better job of confirming that sys has been manipulated correctly by Nick Coghlan · 18 years ago
  93. ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 18 years ago
  94. f17a2e4 Add explicit relative import tests for runpy.run_module by Nick Coghlan · 18 years ago
  95. 7f4f412 Selectively enable tests for asyncore.readwrite based on the presence by Facundo Batista · 18 years ago
  96. b1994b4 Added a select.select call in the test server loop to make sure the by Facundo Batista · 18 years ago
  97. db98f36 Fix failing unicode test caused by change to ast.c at r56441 by Kurt B. Kaiser · 18 years ago
  98. b6ac23c SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. by Guido van Rossum · 18 years ago
  99. 78e1961 Prevent asyncore.dispatcher tests from hanging by adding loop counters by Facundo Batista · 18 years ago
  100. 66263cf Changed the used port and commented out some tests that uses by Facundo Batista · 18 years ago