1. 1bcab66 (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 10 years ago
  2. 623138c Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 10 years ago
  3. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  4. a81088a (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed by Victor Stinner · 10 years ago
  5. 4d4c69d Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper by Victor Stinner · 10 years ago
  6. c3bc856 (Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch written by diana. by Victor Stinner · 10 years ago
  7. 252d40e Closes #21582: Cleanup test_asyncore. Patch written by diana. by Victor Stinner · 10 years ago
  8. 8af740c fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack. by Giampaolo Rodola' · 10 years ago
  9. 0f1155c Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  10. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  11. f6fbf56 Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  12. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  13. adbfcb8 test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  14. 1ea12ff test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  15. ce1519d test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  16. af5b688 #16896: merge with 3.3. by Ezio Melotti · 12 years ago
  17. 47236db #16896: test_asyncore now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  18. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  19. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  20. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  21. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  22. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  23. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  24. 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
  25. cf85c30 test_asyncore: Actually try to received OOB data. by Charles-François Natali · 13 years ago
  26. 39648d1 test_asyncore: Enable tests of Unix domain sockets with poll(). by Charles-François Natali · 13 years ago
  27. fea6cb0 Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... by Charles-François Natali · 13 years ago
  28. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 13 years ago
  29. a045c05 Issue #12656: Really fix test_asyncore failures on Windows buildbots... by Charles-François Natali · 13 years ago
  30. e3540b4 Issue #12656: Fix test_asyncore failures on Windows buildbots. by Charles-François Natali · 13 years ago
  31. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  32. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 13 years ago
  33. 31c4403 Merged revisions 88604 via svnmerge from by Giampaolo Rodolà · 13 years ago
  34. d2751fb (issue 11214) - fix asyncore.strerror test failure on AIX by Giampaolo Rodolà · 13 years ago
  35. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  36. d6868b4 fix leaking sockets by Benjamin Peterson · 14 years ago
  37. 2d562f8 have test_asyncore properly close files. by Brett Cannon · 14 years ago
  38. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  39. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  40. cbb0ae4 #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. by Georg Brandl · 14 years ago
  41. 9a381c7 With skipUnless there is no need to add test classes conditionally. by Ezio Melotti · 14 years ago
  42. 63c4640 Use proper skips and assert* methods in test_asyncore. by Ezio Melotti · 14 years ago
  43. 82e02b5 Merged revisions 81294 via svnmerge from by Giampaolo Rodolà · 14 years ago
  44. 340d7d2 Merged revisions 81102 via svnmerge from by Giampaolo Rodolà · 14 years ago
  45. 8fc1178 Merged revisions 81043 via svnmerge from by Giampaolo Rodolà · 14 years ago
  46. 8d2dc85 Merged revisions 80875 via svnmerge from by Giampaolo Rodolà · 14 years ago
  47. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  48. 5ed353c Merged revisions 75826 via svnmerge from by Antoine Pitrou · 15 years ago
  49. 847f30e Merged revisions 71553 via svnmerge from by R. David Murray · 15 years ago
  50. 78532ba Merged revisions 70873,70904,70934,71490 via svnmerge from by R. David Murray · 15 years ago
  51. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  52. 7aa42ea Merged revisions 66162 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  53. 91823c7 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  54. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  55. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  56. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  57. 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
  58. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  59. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  60. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  61. df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 17 years ago
  62. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago