1. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  2. 7b2ecc4 Merge socket howto fixes from 3.4. by Ezio Melotti · 10 years ago
  3. 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 10 years ago
  4. 3ecb192 merge 3.4 (#21586) by Benjamin Peterson · 10 years ago
  5. 419f1fa fix typo in variable name (closes #21586) by Benjamin Peterson · 10 years ago
  6. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  7. ae4bab7 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 10 years ago
  8. b76b1b1 #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  9. a204636 bind('') does not do the same as bind('localhost') by Georg Brandl · 11 years ago
  10. 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 12 years ago
  11. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  12. 0bfa963 merged from 3.2 by Senthil Kumaran · 12 years ago
  13. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  14. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  15. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  16. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  17. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  18. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  19. 8480bc6 Drop claim about nasty problem. by Martin v. Löwis · 13 years ago
  20. 2d449aa Drop unfounded claims about performance. by Martin v. Löwis · 13 years ago
  21. a7eaa41 Use bytes in myreceive. by Martin v. Löwis · 13 years ago
  22. 987475c Explain that INET is IPv4 and STREAM is TCP. by Martin v. Löwis · 13 years ago
  23. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  24. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  25. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  26. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 15 years ago
  27. 48310cd Remove trailing whitespace. by Georg Brandl · 15 years ago
  28. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  29. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  30. 4c6a140 General clean-up in socket howto. by Collin Winter · 17 years ago
  31. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago