1. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  2. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 22 years ago
  3. 9672901 Remove duplicate "import os" by Neal Norwitz · 22 years ago
  4. cc5f5b2 [Bug #517554] When a signal happens during the select call in by Andrew M. Kuchling · 22 years ago
  5. 2a05bc7 Partial fix for problem in SF buf #487458 by Jeremy Hylton · 23 years ago
  6. f24339f /F observes that we need an else: in connect() by Jeremy Hylton · 23 years ago
  7. e16e54f Use connect_ex() instead of connect(). by Jeremy Hylton · 23 years ago
  8. fbd5797 Fix for SF bug 453099 -- select not defensive by Jeremy Hylton · 23 years ago
  9. 29103c7 Reindent __repr__. by Martin v. Löwis · 23 years ago
  10. eee80ee Patch #470744: Simplify __repr__ error handling. by Martin v. Löwis · 23 years ago
  11. 106bdd3 Correct __repr__: include module name, avoid extra space for empty status, by Martin v. Löwis · 23 years ago
  12. 6ec9a36 Patch #468647: Fix exception propagation in asyncore. by Martin v. Löwis · 23 years ago
  13. 4602c1b Set .addr in a few more places (patch approved by Sam Rushing) by Andrew M. Kuchling · 23 years ago
  14. f6cc07c Patch #461321: Support None as a timeout in poll2 and poll3. by Martin v. Löwis · 23 years ago
  15. 1efbe42 Patch #460554: Properly test for tuples. by Martin v. Löwis · 23 years ago
  16. 7c005af Whitespace normalization. by Tim Peters · 23 years ago
  17. bfbc18d Remove redundant assignment l = [] from poll3() -- copy-and-paste error. by Guido van Rossum · 23 years ago
  18. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  19. 9f9b593 <socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error, by Fred Drake · 23 years ago
  20. a94414a Remove all remaining uses of the FCNTL module from the standard library. by Fred Drake · 23 years ago
  21. 8ae2df4 Whitespace normalization. by Tim Peters · 23 years ago
  22. 12e73bb dispatcher.__repr__() was unprepared to handle the address for a Unix by Jeremy Hylton · 23 years ago
  23. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  24. af6963c Updated version of asyncore.py from Sam Rushing: by Andrew M. Kuchling · 24 years ago
  25. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  26. 526a182 Untabify. When compiling in -tt mode, an inconsistent Tab use error by Fred Drake · 24 years ago
  27. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  28. 2341794 Fix a couple broken append() calls, spotted by Tim. by Guido van Rossum · 24 years ago
  29. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  30. c2b6de5 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  31. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  32. 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 26 years ago