1. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  2. 540d987 Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6? by Guido van Rossum · 18 years ago
  3. 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 18 years ago
  4. 5accbdb Make sure socket.close() doesn't interfere with socket.makefile(). by Jeremy Hylton · 18 years ago
  5. 6718062 Fix test_socket.py. Simple str/bytes issue with IPV6 addresse. by Guido van Rossum · 18 years ago
  6. a7eb93e Simplify socket_repr() by using PyUnicode_FromFormat() by Walter Dörwald · 18 years ago
  7. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
  8. 7d0a826 Sockets facelift. APIs that could return binary data (e.g. aton() and by Guido van Rossum · 18 years ago
  9. b5b2270 Make test_socket pass. There was an unchecked error when a Unicode by Guido van Rossum · 18 years ago
  10. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  11. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 19 years ago
  12. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  13. 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 19 years ago
  14. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  15. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 19 years ago
  16. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  17. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
  18. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  19. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  20. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  21. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 20 years ago
  22. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
  23. 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 21 years ago
  24. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 21 years ago
  25. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 21 years ago
  26. 494aaee Whitespace normalization. by Tim Peters · 21 years ago
  27. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 21 years ago
  28. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 21 years ago
  29. 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 21 years ago
  30. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
  31. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
  32. 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 21 years ago
  33. 05eb401 Fix indentation error in testGetServByName and rewrite loop to avoid clumsy by Skip Montanaro · 21 years ago
  34. 11a35f5 SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 22 years ago
  35. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  36. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  37. f4001ee Skip testing inet_ntop() an inet_pton() if they aren't defined. by Guido van Rossum · 22 years ago
  38. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
  39. 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 23 years ago
  40. 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 23 years ago
  41. c0a0e08 Since it tests both ntohl and ntohs, the test should not be called by Guido van Rossum · 23 years ago
  42. a2627af Maybe this fixes test_socket on 64-bit Linux. by Guido van Rossum · 23 years ago
  43. 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 23 years ago
  44. 558fc97 Don't use hex constants representing negative numbers. by Guido van Rossum · 23 years ago
  45. e531e29 testSendAll(): loop until all data is read; this was necessary at by Guido van Rossum · 23 years ago
  46. 469cdad Whitespace normalization. by Tim Peters · 23 years ago
  47. 8c94383 Replace docstrings on test functions witrh comments -- then unittest by Guido van Rossum · 23 years ago
  48. 10e3f41 Tighten the unbuffered readline test to distinguish between the two lines. by Guido van Rossum · 23 years ago
  49. 29bf915 Oops. I accidentally commented out some tests. by Guido van Rossum · 23 years ago
  50. e9f6614 "Unbuffered" mode of class _fileobject wasn't actually unbuffered, by Guido van Rossum · 23 years ago
  51. f443330 testGetServByName shouldn't check for getservbyname - the socket module by Skip Montanaro · 23 years ago
  52. d3c884d modify testGetServByName so it tries a few different protocols. In this day by Skip Montanaro · 23 years ago
  53. b995eb7 Enable test_socket again, if only to prevent mistakes like Jeremy by Guido van Rossum · 23 years ago
  54. cbd5b89 Repair testNtoH for large long arguments. by Jeremy Hylton · 23 years ago
  55. c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 23 years ago
  56. b8a690d Remove test that was none too picky about whether attributes exist. by Jeremy Hylton · 23 years ago
  57. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  58. 246a58a Remove a few lines that aren't used and cause problems on platforms by Guido van Rossum · 23 years ago
  59. b6cc7d2 Add test for previous core dump when sending on closed socket with timeout. by Guido van Rossum · 23 years ago
  60. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 23 years ago
  61. 3875e90 I get failures half of the time that I run this, so I'll disable by Guido van Rossum · 23 years ago
  62. 83ccb4e Michael fixed the race conditions and removed the sleeps. by Guido van Rossum · 23 years ago
  63. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 23 years ago
  64. 597257b Comment out testHostnameRes() -- it depends on a correctly working by Guido van Rossum · 23 years ago
  65. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 23 years ago
  66. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
  67. dfad1a9 Fix a typo. by Guido van Rossum · 23 years ago
  68. ab65996 Remove some overly complicated ways to concatenate and repeat strings by Guido van Rossum · 23 years ago
  69. 284a2cf Don't test for Java, test for sys.getrefcount. by Guido van Rossum · 23 years ago
  70. 1c93801 Some provisional changes to get more tests to run on Windows (I hope). by Guido van Rossum · 23 years ago
  71. 8e95ca8 Argh. Typo. :-( by Guido van Rossum · 23 years ago
  72. 6fb3d5e Allow absent fromfd(), for Windows. by Guido van Rossum · 23 years ago
  73. 733632a testSetSockOpt() should not require the reuse flag to be 1 -- any by Guido van Rossum · 23 years ago
  74. 7648968 Lose the message on assertEqual calls -- they actually hide by Guido van Rossum · 23 years ago
  75. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 23 years ago
  76. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
  77. ada1983 Refcounting isn't available in Jython. Putting the jython test around it. by Finn Bock · 24 years ago
  78. 4279346 getnameinfo() appears to raise socket.error instead of by Barry Warsaw · 24 years ago
  79. 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 24 years ago
  80. cb65688 Test sendall(). by Guido van Rossum · 24 years ago
  81. 6870bba Make socket.getservbyname test optional on socket module having that by Barry Warsaw · 24 years ago
  82. 83ff749 String method conversion. by Eric S. Raymond · 25 years ago
  83. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  84. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  85. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  86. 1bfdc78 Skip Montanaro: modify test_socket.py to listen/connect using loopback addr by Guido van Rossum · 25 years ago
  87. 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 25 years ago
  88. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  89. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 28 years ago
  90. cf3527b socket_type --> SocketType by Fred Drake · 28 years ago
  91. f858021 Add test for presence of socket_type. by Guido van Rossum · 28 years ago
  92. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 28 years ago
  93. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 28 years ago
  94. f518d5e Print less in test_socket. by Guido van Rossum · 28 years ago
  95. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 29 years ago
  96. 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 29 years ago
  97. dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 29 years ago
  98. dce1005 Added an os._exit(0) in the parent so we don't have two test processes by Barry Warsaw · 29 years ago
  99. cf3d4b5 Test of the socket module. The following functions and methods are by Barry Warsaw · 29 years ago