index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asynchat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Patch #649762] Fix for asynchat endless loop
Andrew M. Kuchling
2003-03-10
1
-1/+1
*
Use isinstance() instead of type comparison
Andrew M. Kuchling
2003-03-10
1
-3/+2
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
1
-3/+1
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-6/+6
*
A faster version of the find_prefix_at_end() function (that I found in the
Andrew M. Kuchling
2002-03-20
1
-9/+7
*
[Bug #491820] Define two abstract methods to shut up Pychecker, and for
Andrew M. Kuchling
2002-03-08
1
-0/+6
*
Fix from the Madusa mailing list:
Tim Peters
2001-04-08
1
-1/+1
*
Make the docstring a raw string, for pydoc.
Guido van Rossum
2001-04-06
1
-1/+1
*
Fix the fix (my error -- hasty pasty).
Tim Peters
2001-04-05
1
-1/+1
*
One-liner critical fix from Jim Fulton: Eric's string-method crusade
Tim Peters
2001-04-05
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-2/+1
*
New asynchat.py from Sam Rushing: this foregoes using the regex module
Andrew M. Kuchling
2001-01-24
1
-36/+12
*
Whitespace standardization.
Tim Peters
2001-01-14
1
-239/+239
*
Match Sam Rushing's current version of asyncore.py and asynchat.py
Andrew M. Kuchling
2000-09-08
1
-4/+7
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Actually, the previous batch's comment should have been different;
Guido van Rossum
2000-02-04
1
-18/+21
*
Put Sam Rushing's original RCS ID string back, without dollars around it.
Guido van Rossum
1999-09-14
1
-1/+1
*
Sam's latest versions
Guido van Rossum
1999-06-08
1
-39/+61
*
A gift from Sam Rushing - modules asyncore and asynchat for the
Guido van Rossum
1999-01-12
1
-0/+290