index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
asynchat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1
/
+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2
/
+2
*
[Patch #1002763] Allow long ints as terminator values; also, treat a terminat...
Andrew M. Kuchling
2005-06-09
1
-2
/
+2
*
Trivial bug fix: deque == [] is not a good way to check if a deque is empty.
Armin Rigo
2004-09-27
1
-1
/
+1
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
1
-1
/
+1
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
1
-5
/
+1
*
Use collection.deque() instead of a list for a FIFO queue.
Raymond Hettinger
2004-02-07
1
-5
/
+10
*
[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