Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
389cea8efccabb7e31b40325a512c2cf626a1b01
/
Lib
/
asynchat.py
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
b562bc6
Trivial bug fix: deque == [] is not a good way to check if a deque is empty.
by Armin Rigo
· 20 years ago
0a4977c
Replace left(), right(), and __reversed__() with the more general purpose
by Raymond Hettinger
· 21 years ago
738ec90
Improvements to collections.deque():
by Raymond Hettinger
· 21 years ago
ac093c6
Use collection.deque() instead of a list for a FIFO queue.
by Raymond Hettinger
· 21 years ago
a416341
[Patch #649762] Fix for asynchat endless loop
by Andrew M. Kuchling
· 22 years ago
faef74a
Use isinstance() instead of type comparison
by Andrew M. Kuchling
· 22 years ago
46ac8eb
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
by Raymond Hettinger
· 22 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
c63a396
A faster version of the find_prefix_at_end() function (that I found in the
by Andrew M. Kuchling
· 23 years ago
7dd5f3c
[Bug #491820] Define two abstract methods to shut up Pychecker, and for
by Andrew M. Kuchling
· 23 years ago
6fd7120
Fix from the Madusa mailing list:
by Tim Peters
· 24 years ago
e4a1b6d
Make the docstring a raw string, for pydoc.
by Guido van Rossum
· 24 years ago
b5d1392
Fix the fix (my error -- hasty pasty).
by Tim Peters
· 24 years ago
a29b622
One-liner critical fix from Jim Fulton: Eric's string-method crusade
by Tim Peters
· 24 years ago
658cba6
Whitespace normalization.
by Tim Peters
· 24 years ago
b49f4a4
String method conversion.
by Eric S. Raymond
· 24 years ago
d305f51
New asynchat.py from Sam Rushing: this foregoes using the regex module
by Andrew M. Kuchling
· 24 years ago
146965a
Whitespace standardization.
by Tim Peters
· 24 years ago
da85a27
Match Sam Rushing's current version of asyncore.py and asynchat.py
by Andrew M. Kuchling
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
4b8c6ea
Actually, the previous batch's comment should have been different;
by Guido van Rossum
· 25 years ago
0079b28
Put Sam Rushing's original RCS ID string back, without dollars around it.
by Guido van Rossum
· 25 years ago
a8d0f4f
Sam's latest versions
by Guido van Rossum
· 25 years ago
0039d7b
A gift from Sam Rushing - modules asyncore and asynchat for the
by Guido van Rossum
· 26 years ago