1. a416341 [Patch #649762] Fix for asynchat endless loop by Andrew M. Kuchling · 21 years ago
  2. faef74a Use isinstance() instead of type comparison by Andrew M. Kuchling · 21 years ago
  3. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  4. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  5. c63a396 A faster version of the find_prefix_at_end() function (that I found in the by Andrew M. Kuchling · 22 years ago
  6. 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 22 years ago
  7. 6fd7120 Fix from the Madusa mailing list: by Tim Peters · 23 years ago
  8. e4a1b6d Make the docstring a raw string, for pydoc. by Guido van Rossum · 23 years ago
  9. b5d1392 Fix the fix (my error -- hasty pasty). by Tim Peters · 23 years ago
  10. a29b622 One-liner critical fix from Jim Fulton: Eric's string-method crusade by Tim Peters · 23 years ago
  11. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  12. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  13. d305f51 New asynchat.py from Sam Rushing: this foregoes using the regex module by Andrew M. Kuchling · 23 years ago
  14. 146965a Whitespace standardization. by Tim Peters · 23 years ago
  15. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  16. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  17. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  18. 0079b28 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  19. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  20. 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 26 years ago