| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -5/+5 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
|
|
* | No need to import exceptions, they are builtins | Neal Norwitz | 2005-09-01 | 1 | -2/+1 |
|
|
* | [Bug #1011606] Only check file descriptors for exceptional conditions if the ... | Andrew M. Kuchling | 2004-09-01 | 1 | -4/+10 |
|
|
* | Back out patch #982681 | Andrew M. Kuchling | 2004-08-13 | 1 | -8/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Wi... | Andrew M. Kuchling | 2004-07-15 | 1 | -3/+9 |
|
|
* | In poll(), check connections for exceptional conditions | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+15 |
|
|
* | Return value from .close(); move .set_file up | Andrew M. Kuchling | 2004-07-10 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -4/+3 |
|
|
* | For readable() objects, the previous value of 'flags' was ignored. | Andrew M. Kuchling | 2004-07-07 | 1 | -2/+2 |
|
|
* | Check in the updated version of patch #957240, which doesn't rely | Michael W. Hudson | 2004-06-30 | 1 | -3/+10 |
|
|
* | Back out #957240. | Martin v. Löwis | 2004-06-14 | 1 | -3/+2 |
|
|
* | Patch #957240: Add count parameter to asyncore.loop. | Martin v. Löwis | 2004-06-03 | 1 | -2/+3 |
|
|
* | [Part of patch #909005] Added map parameter for file_dispatcher and dispatche... | Andrew M. Kuchling | 2004-03-21 | 1 | -4/+4 |
|
|
* | [Part of patch #909005] Repeating exception changed from 'raise socket.error,... | Andrew M. Kuchling | 2004-03-21 | 1 | -5/+5 |
|
|
* | [Part of patch #909005] Remove Mac code for writable | Andrew M. Kuchling | 2004-03-21 | 1 | -8/+2 |
|
|
* | [Part of patch #909005] Set initial poll flags | Andrew M. Kuchling | 2004-03-21 | 1 | -2/+2 |
|
|
* | [Part of patch #909005] Use True/False | Andrew M. Kuchling | 2004-03-21 | 1 | -13/+13 |
|
|
* | [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes... | Andrew M. Kuchling | 2004-03-21 | 1 | -1/+3 |
|
|
* | SF bug #892492: Multiple close() for asyncore.dispatcher. | Raymond Hettinger | 2004-02-08 | 1 | -0/+1 |
|
|
* | [Part of patch #648322] Delete the poll2() function, which uses a 'poll' exte... | Andrew M. Kuchling | 2003-10-22 | 1 | -29/+4 |
|
|
* | [Bug #758241] When you use asyncore with a non-default map, methods | Andrew M. Kuchling | 2003-10-22 | 1 | -2/+7 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Fix comment typo | Andrew M. Kuchling | 2003-02-14 | 1 | -1/+1 |
|
|
* | Add XXX about Winsock error values | Guido van Rossum | 2002-12-26 | 1 | -0/+1 |
|
|
* | Fix an old bug in poll(). When a signal is handled while we're | Guido van Rossum | 2002-11-05 | 1 | -0/+2 |
|
|
* | Again, I did check in too many changes. Sorry. | Thomas Heller | 2002-09-26 | 1 | -1/+1 |
|
|
* | On Windows, select() does not accept empty lists. | Thomas Heller | 2002-09-24 | 1 | -5/+9 |
|
|
* | Fiddle with compact_traceback(). | Guido van Rossum | 2002-09-13 | 1 | -7/+6 |
|
|
* | I don't think it's safe to use map.iteritems() in the various poll | Guido van Rossum | 2002-09-12 | 1 | -103/+107 |
|
|
* | A little refactoring. | Jeremy Hylton | 2002-09-08 | 1 | -60/+46 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | Replace use of apply() with extended call syntax. | Jeremy Hylton | 2002-04-04 | 1 | -2/+3 |
|
|
* | Remove duplicate "import os" | Neal Norwitz | 2002-03-14 | 1 | -1/+0 |
|
|
* | [Bug #517554] When a signal happens during the select call in | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+1 |
|
|
* | Partial fix for problem in SF buf #487458 | Jeremy Hylton | 2001-12-14 | 1 | -1/+7 |
|
|
* | /F observes that we need an else: in connect() | Jeremy Hylton | 2001-10-30 | 1 | -1/+2 |
|
|
* | Use connect_ex() instead of connect(). | Jeremy Hylton | 2001-10-29 | 1 | -12/+9 |
|
|
* | Fix for SF bug 453099 -- select not defensive | Jeremy Hylton | 2001-10-29 | 1 | -5/+16 |
|
|
* | Reindent __repr__. | Martin v. Löwis | 2001-10-18 | 1 | -11/+11 |
|
|
* | Patch #470744: Simplify __repr__ error handling. | Martin v. Löwis | 2001-10-18 | 1 | -16/+4 |
|
|
* | Correct __repr__: include module name, avoid extra space for empty status, | Martin v. Löwis | 2001-10-12 | 1 | -3/+2 |
|
|
* | Patch #468647: Fix exception propagation in asyncore. | Martin v. Löwis | 2001-10-09 | 1 | -34/+38 |
|
|
* | Set .addr in a few more places (patch approved by Sam Rushing) | Andrew M. Kuchling | 2001-10-03 | 1 | -0/+2 |
|
|
* | Patch #461321: Support None as a timeout in poll2 and poll3. | Martin v. Löwis | 2001-09-19 | 1 | -4/+6 |
|
|
* | Patch #460554: Properly test for tuples. | Martin v. Löwis | 2001-09-11 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-20 | 1 | -1/+1 |
|
|
* | Remove redundant assignment l = [] from poll3() -- copy-and-paste | Guido van Rossum | 2001-08-13 | 1 | -1/+0 |
|
|