summaryrefslogtreecommitdiffstats
path: root/Lib/asynchat.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2002-04-161-6/+6
* A faster version of the find_prefix_at_end() function (that I found in theAndrew M. Kuchling2002-03-201-9/+7
* [Bug #491820] Define two abstract methods to shut up Pychecker, and forAndrew M. Kuchling2002-03-081-0/+6
* Fix from the Madusa mailing list:Tim Peters2001-04-081-1/+1
* Make the docstring a raw string, for pydoc.Guido van Rossum2001-04-061-1/+1
* Fix the fix (my error -- hasty pasty).Tim Peters2001-04-051-1/+1
* One-liner critical fix from Jim Fulton: Eric's string-method crusadeTim Peters2001-04-051-1/+1
* Whitespace normalization.Tim Peters2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-091-2/+1
* New asynchat.py from Sam Rushing: this foregoes using the regex moduleAndrew M. Kuchling2001-01-241-36/+12
* Whitespace standardization.Tim Peters2001-01-141-239/+239
* Match Sam Rushing's current version of asyncore.py and asynchat.pyAndrew M. Kuchling2000-09-081-4/+7
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-18/+21
* Put Sam Rushing's original RCS ID string back, without dollars around it.Guido van Rossum1999-09-141-1/+1
* Sam's latest versionsGuido van Rossum1999-06-081-39/+61
* A gift from Sam Rushing - modules asyncore and asynchat for theGuido van Rossum1999-01-121-0/+290