1. 66078ac Issue #25002: Back out asyncore/asynchat deprecation. by Guido van Rossum · 8 years ago
  2. 16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. by Guido van Rossum · 8 years ago
  3. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  4. 316b16d (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now by Victor Stinner · 10 years ago
  5. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  6. db5f8fc (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a by Victor Stinner · 10 years ago
  7. 630a4f6 Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if by Victor Stinner · 10 years ago
  8. 7b9328f (Merge 3.4) asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  9. fd5d1b5 asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  10. e8209da (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if by Victor Stinner · 10 years ago
  11. d9e810a Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't by Victor Stinner · 10 years ago
  12. bd04876 #6916: raise a deprecation warning if using asynchat.fifo by Giampaolo Rodola' · 10 years ago
  13. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  14. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  15. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  16. fe22dca Issue #16787: Increase asyncore and asynchat default output buffers size, to by Charles-François Natali · 11 years ago
  17. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  18. d9f38bc asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing by Giampaolo Rodola' · 12 years ago
  19. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  20. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  21. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  22. 74e68c7 Fix test_smtplib by munging asynchat some more. by Thomas Wouters · 17 years ago
  23. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  24. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  25. 076da09 Fix asynchat to use bytes instead of strings. by Guido van Rossum · 17 years ago
  26. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  27. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  28. ca69f02 [Patch #1002763] Allow long ints as terminator values; also, treat a terminator of 0 like the empty string or None by Andrew M. Kuchling · 19 years ago
  29. b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 20 years ago
  30. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  31. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago
  32. ac093c6 Use collection.deque() instead of a list for a FIFO queue. by Raymond Hettinger · 20 years ago
  33. a416341 [Patch #649762] Fix for asynchat endless loop by Andrew M. Kuchling · 21 years ago
  34. faef74a Use isinstance() instead of type comparison by Andrew M. Kuchling · 21 years ago
  35. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  36. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  37. c63a396 A faster version of the find_prefix_at_end() function (that I found in the by Andrew M. Kuchling · 22 years ago
  38. 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 22 years ago
  39. 6fd7120 Fix from the Madusa mailing list: by Tim Peters · 23 years ago
  40. e4a1b6d Make the docstring a raw string, for pydoc. by Guido van Rossum · 23 years ago
  41. b5d1392 Fix the fix (my error -- hasty pasty). by Tim Peters · 23 years ago
  42. a29b622 One-liner critical fix from Jim Fulton: Eric's string-method crusade by Tim Peters · 23 years ago
  43. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  44. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  45. d305f51 New asynchat.py from Sam Rushing: this foregoes using the regex module by Andrew M. Kuchling · 23 years ago
  46. 146965a Whitespace standardization. by Tim Peters · 23 years ago
  47. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  48. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  49. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  50. 0079b28 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  51. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  52. 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 25 years ago