summaryrefslogtreecommitdiffstats
path: root/Lib/asyncore.py
Commit message (Expand)AuthorAgeFilesLines
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* Replace use of apply() with extended call syntax.Jeremy Hylton2002-04-041-2/+3
* Remove duplicate "import os"Neal Norwitz2002-03-141-1/+0
* [Bug #517554] When a signal happens during the select call inAndrew M. Kuchling2002-03-081-0/+1
* Partial fix for problem in SF buf #487458Jeremy Hylton2001-12-141-1/+7
* /F observes that we need an else: in connect()Jeremy Hylton2001-10-301-1/+2
* Use connect_ex() instead of connect().Jeremy Hylton2001-10-291-12/+9
* Fix for SF bug 453099 -- select not defensiveJeremy Hylton2001-10-291-5/+16
* Reindent __repr__.Martin v. Löwis2001-10-181-11/+11
* Patch #470744: Simplify __repr__ error handling.Martin v. Löwis2001-10-181-16/+4
* Correct __repr__: include module name, avoid extra space for empty status,Martin v. Löwis2001-10-121-3/+2
* Patch #468647: Fix exception propagation in asyncore.Martin v. Löwis2001-10-091-34/+38
* Set .addr in a few more places (patch approved by Sam Rushing)Andrew M. Kuchling2001-10-031-0/+2
* Patch #461321: Support None as a timeout in poll2 and poll3.Martin v. Löwis2001-09-191-4/+6
* Patch #460554: Properly test for tuples.Martin v. Löwis2001-09-111-1/+1
* Whitespace normalization.Tim Peters2001-08-201-1/+1
* Remove redundant assignment l = [] from poll3() -- copy-and-pasteGuido van Rossum2001-08-131-1/+0
* Remove hard-coded NT constants that are already defined in errno on NT.Jeremy Hylton2001-08-101-11/+5
* <socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error,Fred Drake2001-05-111-1/+1
* Remove all remaining uses of the FCNTL module from the standard library.Fred Drake2001-05-101-4/+3
* Whitespace normalization.Tim Peters2001-05-021-1/+1
* dispatcher.__repr__() was unprepared to handle the address for a UnixJeremy Hylton2001-04-201-11/+16
* String method conversion.Eric S. Raymond2001-02-091-9/+2
* Updated version of asyncore.py from Sam Rushing:Andrew M. Kuchling2001-01-241-4/+40
* Whitespace standardization.Tim Peters2001-01-141-11/+11
* Untabify. When compiling in -tt mode, an inconsistent Tab use errorFred Drake2000-09-111-408/+407
* Match Sam Rushing's current version of asyncore.py and asynchat.pyAndrew M. Kuchling2000-09-081-77/+119
* Fix a couple broken append() calls, spotted by Tim.Guido van Rossum2000-02-251-4/+4
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-0/+21
* Put Sam Rushing's original RCS ID string back, without dollars around it.Guido van Rossum1999-09-141-1/+1
* Sam's latest versionsGuido van Rossum1999-06-081-48/+48
* A gift from Sam Rushing - modules asyncore and asynchat for theGuido van Rossum1999-01-121-0/+453