| Commit message (Expand) | Author | Age | Files | Lines |
* | (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now | Victor Stinner | 2014-07-24 | 1 | -0/+3 |
|\ |
|
| * | (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a | Victor Stinner | 2014-07-08 | 1 | -0/+3 |
| |\ |
|
| | * | (Merge 3.4) asynchat: PEP8-ify the code | Victor Stinner | 2014-07-08 | 1 | -0/+3 |
| | |\ |
|
| | | * | (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if | Victor Stinner | 2014-07-08 | 1 | -0/+3 |
| | | |\ |
|
| | | | * | #6916: raise a deprecation warning if using asynchat.fifo | Giampaolo Rodola' | 2014-06-21 | 1 | -0/+3 |
* | | | | | Issue #16133: The asynchat.async_chat.handle_read() method now ignores | Victor Stinner | 2014-07-24 | 1 | -0/+2 |
|/ / / / |
|
* | | | | Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if | Victor Stinner | 2014-07-08 | 1 | -0/+2 |
|/ / / |
|
* | | | asynchat: PEP8-ify the code | Victor Stinner | 2014-07-08 | 1 | -44/+50 |
|/ / |
|
* | | Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't | Victor Stinner | 2014-07-08 | 1 | -0/+3 |
|/ |
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+0 |
* | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -4/+4 |
|\ |
|
| * | Issue #16787: Increase asyncore and asynchat default output buffers size, to | Charles-Fran?ois Natali | 2013-01-01 | 1 | -2/+2 |
| * | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -6/+3 |
|/ |
|
* | asynchat speedup improvement: avoid to use a function mimicking old buffer() ... | Giampaolo Rodola' | 2012-08-04 | 1 | -13/+1 |
* | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -1/+1 |
* | Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 | Josiah Carlson | 2008-07-07 | 1 | -2/+2 |
* | Committing Py3k version of changelist 64080 and 64257, along with updated tests | Josiah Carlson | 2008-07-07 | 1 | -66/+98 |
* | Fix test_smtplib by munging asynchat some more. | Thomas Wouters | 2007-08-31 | 1 | -1/+10 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -1/+1 |
* | Fix asynchat to use bytes instead of strings. | Guido van Rossum | 2007-07-12 | 1 | -12/+12 |
* | 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 |