1. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  2. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  3. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  4. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  5. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  6. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  7. cf85c30 test_asyncore: Actually try to received OOB data. by Charles-François Natali · 13 years ago
  8. 39648d1 test_asyncore: Enable tests of Unix domain sockets with poll(). by Charles-François Natali · 13 years ago
  9. fea6cb0 Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... by Charles-François Natali · 13 years ago
  10. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 13 years ago
  11. a045c05 Issue #12656: Really fix test_asyncore failures on Windows buildbots... by Charles-François Natali · 13 years ago
  12. e3540b4 Issue #12656: Fix test_asyncore failures on Windows buildbots. by Charles-François Natali · 13 years ago
  13. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  14. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 13 years ago
  15. 31c4403 Merged revisions 88604 via svnmerge from by Giampaolo Rodolà · 13 years ago
  16. d2751fb (issue 11214) - fix asyncore.strerror test failure on AIX by Giampaolo Rodolà · 13 years ago
  17. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  18. d6868b4 fix leaking sockets by Benjamin Peterson · 14 years ago
  19. 2d562f8 have test_asyncore properly close files. by Brett Cannon · 14 years ago
  20. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  21. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  22. cbb0ae4 #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. by Georg Brandl · 14 years ago
  23. 9a381c7 With skipUnless there is no need to add test classes conditionally. by Ezio Melotti · 14 years ago
  24. 63c4640 Use proper skips and assert* methods in test_asyncore. by Ezio Melotti · 14 years ago
  25. 82e02b5 Merged revisions 81294 via svnmerge from by Giampaolo Rodolà · 14 years ago
  26. 340d7d2 Merged revisions 81102 via svnmerge from by Giampaolo Rodolà · 14 years ago
  27. 8fc1178 Merged revisions 81043 via svnmerge from by Giampaolo Rodolà · 14 years ago
  28. 8d2dc85 Merged revisions 80875 via svnmerge from by Giampaolo Rodolà · 14 years ago
  29. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  30. 5ed353c Merged revisions 75826 via svnmerge from by Antoine Pitrou · 15 years ago
  31. 847f30e Merged revisions 71553 via svnmerge from by R. David Murray · 15 years ago
  32. 78532ba Merged revisions 70873,70904,70934,71490 via svnmerge from by R. David Murray · 15 years ago
  33. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  34. 7aa42ea Merged revisions 66162 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  35. 91823c7 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  36. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  37. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  38. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  39. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  40. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  41. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  42. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  43. df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 17 years ago
  44. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago