1. f112369 Merged revisions 65152 via svnmerge from by Georg Brandl · 16 years ago
  2. c31bc9a Fix for AttributeError in test_asynchat. by Josiah Carlson · 16 years ago
  3. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  4. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  5. 7357c23 Fix exception slicing. by Georg Brandl · 16 years ago
  6. 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
  7. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  8. df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  11. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  12. 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 19 years ago
  13. e47c381 [Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable by Andrew M. Kuchling · 20 years ago
  14. 9d499f2 Back out patch #982681 by Andrew M. Kuchling · 20 years ago
  15. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  16. 5336f8c [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Windows by Andrew M. Kuchling · 20 years ago
  17. 0fff6c8 In poll(), check connections for exceptional conditions by Andrew M. Kuchling · 20 years ago
  18. dfa74b9 Return value from .close(); move .set_file up by Andrew M. Kuchling · 20 years ago
  19. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  20. 6fe93cd For readable() objects, the previous value of 'flags' was ignored. by Andrew M. Kuchling · 20 years ago
  21. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  22. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  23. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  24. 67867ea [Part of patch #909005] Added map parameter for file_dispatcher and dispatcher_with_send by Andrew M. Kuchling · 20 years ago
  25. 174bdbc [Part of patch #909005] Repeating exception changed from 'raise socket.error, why' to just raise. Make use of connect_ex() raise socket.error with 2-tuple instead of just error code by Andrew M. Kuchling · 20 years ago
  26. 419af88 [Part of patch #909005] Remove Mac code for writable by Andrew M. Kuchling · 20 years ago
  27. 0ebbbe3 [Part of patch #909005] Set initial poll flags by Andrew M. Kuchling · 20 years ago
  28. 68522b1 [Part of patch #909005] Use True/False by Andrew M. Kuchling · 20 years ago
  29. 9303777 [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes bug #887279 by Andrew M. Kuchling · 20 years ago
  30. 3dc3484 SF bug #892492: Multiple close() for asyncore.dispatcher. by Raymond Hettinger · 20 years ago
  31. 6c2871e [Part of patch #648322] Delete the poll2() function, which uses a 'poll' extension module that was once part of Medusa. Contributed by Kjetil Jacobsen by Andrew M. Kuchling · 21 years ago
  32. f9ca409 [Bug #758241] When you use asyncore with a non-default map, methods by Andrew M. Kuchling · 21 years ago
  33. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  34. c07fb2f Fix comment typo by Andrew M. Kuchling · 21 years ago
  35. 9a40c1c Add XXX about Winsock error values by Guido van Rossum · 21 years ago
  36. e94d8fa Fix an old bug in poll(). When a signal is handled while we're by Guido van Rossum · 22 years ago
  37. 6d817ad Again, I did check in too many changes. Sorry. by Thomas Heller · 22 years ago
  38. d8ce87a On Windows, select() does not accept empty lists. by Thomas Heller · 22 years ago
  39. 12e9668 Fiddle with compact_traceback(). by Guido van Rossum · 22 years ago
  40. d560ace I don't think it's safe to use map.iteritems() in the various poll by Guido van Rossum · 22 years ago
  41. d750036 A little refactoring. by Jeremy Hylton · 22 years ago
  42. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  43. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 22 years ago
  44. 9672901 Remove duplicate "import os" by Neal Norwitz · 22 years ago
  45. cc5f5b2 [Bug #517554] When a signal happens during the select call in by Andrew M. Kuchling · 22 years ago
  46. 2a05bc7 Partial fix for problem in SF buf #487458 by Jeremy Hylton · 23 years ago
  47. f24339f /F observes that we need an else: in connect() by Jeremy Hylton · 23 years ago
  48. e16e54f Use connect_ex() instead of connect(). by Jeremy Hylton · 23 years ago
  49. fbd5797 Fix for SF bug 453099 -- select not defensive by Jeremy Hylton · 23 years ago
  50. 29103c7 Reindent __repr__. by Martin v. Löwis · 23 years ago
  51. eee80ee Patch #470744: Simplify __repr__ error handling. by Martin v. Löwis · 23 years ago
  52. 106bdd3 Correct __repr__: include module name, avoid extra space for empty status, by Martin v. Löwis · 23 years ago
  53. 6ec9a36 Patch #468647: Fix exception propagation in asyncore. by Martin v. Löwis · 23 years ago
  54. 4602c1b Set .addr in a few more places (patch approved by Sam Rushing) by Andrew M. Kuchling · 23 years ago
  55. f6cc07c Patch #461321: Support None as a timeout in poll2 and poll3. by Martin v. Löwis · 23 years ago
  56. 1efbe42 Patch #460554: Properly test for tuples. by Martin v. Löwis · 23 years ago
  57. 7c005af Whitespace normalization. by Tim Peters · 23 years ago
  58. bfbc18d Remove redundant assignment l = [] from poll3() -- copy-and-paste error. by Guido van Rossum · 23 years ago
  59. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  60. 9f9b593 <socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error, by Fred Drake · 23 years ago
  61. a94414a Remove all remaining uses of the FCNTL module from the standard library. by Fred Drake · 23 years ago
  62. 8ae2df4 Whitespace normalization. by Tim Peters · 23 years ago
  63. 12e73bb dispatcher.__repr__() was unprepared to handle the address for a Unix by Jeremy Hylton · 23 years ago
  64. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  65. af6963c Updated version of asyncore.py from Sam Rushing: by Andrew M. Kuchling · 23 years ago
  66. 146965a Whitespace standardization. by Tim Peters · 23 years ago
  67. 526a182 Untabify. When compiling in -tt mode, an inconsistent Tab use error by Fred Drake · 24 years ago
  68. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  69. 2341794 Fix a couple broken append() calls, spotted by Tim. by Guido van Rossum · 24 years ago
  70. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  71. c2b6de5 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  72. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  73. 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 25 years ago