1. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  2. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  3. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  4. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  5. c1b76e4 Suppress the warning in asynchat from using buffer() when running udner -3. by Brett Cannon · 16 years ago
  6. ff5f420 Fixed bugs 760475, 953599, and 1519. by Josiah Carlson · 16 years ago
  7. 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 16 years ago
  8. 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
  9. b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 20 years ago
  10. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  11. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  12. ac093c6 Use collection.deque() instead of a list for a FIFO queue. by Raymond Hettinger · 21 years ago
  13. a416341 [Patch #649762] Fix for asynchat endless loop by Andrew M. Kuchling · 22 years ago
  14. faef74a Use isinstance() instead of type comparison by Andrew M. Kuchling · 22 years ago
  15. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  16. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  17. c63a396 A faster version of the find_prefix_at_end() function (that I found in the by Andrew M. Kuchling · 22 years ago
  18. 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 23 years ago
  19. 6fd7120 Fix from the Madusa mailing list: by Tim Peters · 23 years ago
  20. e4a1b6d Make the docstring a raw string, for pydoc. by Guido van Rossum · 23 years ago
  21. b5d1392 Fix the fix (my error -- hasty pasty). by Tim Peters · 23 years ago
  22. a29b622 One-liner critical fix from Jim Fulton: Eric's string-method crusade by Tim Peters · 23 years ago
  23. 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
  24. b49f4a4 String method conversion. by Eric S. Raymond · 24 years ago
  25. d305f51 New asynchat.py from Sam Rushing: this foregoes using the regex module by Andrew M. Kuchling · 24 years ago
  26. 146965a Whitespace standardization. by Tim Peters · 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. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  29. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  30. 0079b28 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