summaryrefslogtreecommitdiff
path: root/Lib/asynchat.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25002: Back out asyncore/asynchat deprecation.Guido van Rossum2016-10-251-5/+0
* Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.Guido van Rossum2016-10-251-0/+5
* Issue #27034: Removed deprecated class asynchat.fifo.Serhiy Storchaka2016-05-161-29/+0
* (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method nowVictor Stinner2014-07-241-0/+2
|\
| * Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-241-0/+2
* | (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises aVictor Stinner2014-07-081-0/+2
|\ \ | |/
| * Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError ifVictor Stinner2014-07-081-0/+2
* | (Merge 3.4) asynchat: PEP8-ify the codeVictor Stinner2014-07-081-44/+50
|\ \ | |/
| * asynchat: PEP8-ify the codeVictor Stinner2014-07-081-44/+50
* | (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError ifVictor Stinner2014-07-081-0/+3
|\ \ | |/
| * Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn'tVictor Stinner2014-07-081-0/+3
* | #6916: raise a deprecation warning if using asynchat.fifoGiampaolo Rodola'2014-06-211-0/+3
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-6/+3
|\
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-6/+3
* | Issue #16787: Increase asyncore and asynchat default output buffers size, toCharles-François Natali2013-01-011-2/+2
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
|/
* asynchat speedup improvement: avoid to use a function mimicking old buffer() ...Giampaolo Rodola'2012-08-041-13/+1
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
* Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768Josiah Carlson2008-07-071-2/+2
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-071-66/+98
* Fix test_smtplib by munging asynchat some more.Thomas Wouters2007-08-311-1/+10
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+1
* Fix asynchat to use bytes instead of strings.Guido van Rossum2007-07-121-12/+12
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* [Patch #1002763] Allow long ints as terminator values; also, treat a terminat...Andrew M. Kuchling2005-06-091-2/+2
* Trivial bug fix: deque == [] is not a good way to check if a deque is empty.Armin Rigo2004-09-271-1/+1
* Replace left(), right(), and __reversed__() with the more general purposeRaymond Hettinger2004-03-011-1/+1
* Improvements to collections.deque():Raymond Hettinger2004-02-291-5/+1
* Use collection.deque() instead of a list for a FIFO queue.Raymond Hettinger2004-02-071-5/+10
* [Patch #649762] Fix for asynchat endless loopAndrew M. Kuchling2003-03-101-1/+1
* Use isinstance() instead of type comparisonAndrew M. Kuchling2003-03-101-3/+2
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-301-3/+1
* 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