GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
asynchat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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