Tim Peters
8ae2df483c
Whitespace normalization.
2001-05-02 05:54:44 +00:00
Jeremy Hylton
12e73bb2f0
dispatcher.__repr__() was unprepared to handle the address for a Unix
...
domain socket. Fix that and make the error message for failures a
little more helpful by including the class name.
2001-04-20 19:04:55 +00:00
Eric S. Raymond
b49f4a4b15
String method conversion.
2001-02-09 05:07:04 +00:00
Andrew M. Kuchling
af6963c2f0
Updated version of asyncore.py from Sam Rushing:
...
Adds support for using select.poll() if it's available
Move a 'map is None' test out of an else branch and into the right place
2001-01-24 15:50:19 +00:00
Tim Peters
146965abf2
Whitespace standardization.
2001-01-14 18:09:23 +00:00
Fred Drake
526a18235a
Untabify. When compiling in -tt mode, an inconsistent Tab use error
...
was raised. This occurred during installation.
2000-09-11 04:00:46 +00:00
Andrew M. Kuchling
da85a272a6
Match Sam Rushing's current version of asyncore.py and asynchat.py
...
(SF patch 101447, fixing PR#113704)
2000-09-08 20:30:39 +00:00
Guido van Rossum
2341794667
Fix a couple broken append() calls, spotted by Tim.
2000-02-25 11:48:42 +00:00
Guido van Rossum
4b8c6eaf8b
Actually, the previous batch's comment should have been different;
...
*this* set of patches is Ka-Ping's final sweep:
The attached patches update the standard library so that all modules
have docstrings beginning with one-line summaries.
A new docstring was added to formatter. The docstring for os.py
was updated to mention nt, os2, ce in addition to posix, dos, mac.
2000-02-04 15:39:30 +00:00
Guido van Rossum
c2b6de5b91
Put Sam Rushing's original RCS ID string back, without dollars around it.
1999-09-14 20:16:00 +00:00
Guido van Rossum
a8d0f4fd2d
Sam's latest versions
1999-06-08 13:20:05 +00:00
Guido van Rossum
0039d7b4e6
A gift from Sam Rushing - modules asyncore and asynchat for the
...
standard Python library. (Async socket support.)
1999-01-12 20:19:27 +00:00