| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | Issue #16274: revert r79813:90a46f8943d0 changes to asyncore/test_asyncore. | Trent Nelson | 2012-10-18 | 1 | -7/+1 |
|
|
* | Issue #16274: backport of 3.2's asyncore/test_asyncore to 2.7. | Trent Nelson | 2012-10-18 | 1 | -1/+7 |
|
|
* | fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne... | Giampaolo Rodola' | 2012-03-22 | 1 | -8/+9 |
|
|
* | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. | Giampaolo Rodola' | 2012-03-20 | 1 | -0/+1 |
|
|
* | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 1 | -2/+4 |
|
|
* | Merged revisions 88722 via svnmerge from | Giampaolo Rodolà | 2011-03-03 | 1 | -5/+9 |
|
|
* | Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED ... | Giampaolo Rodolà | 2010-11-01 | 1 | -4/+7 |
|
|
* | Merged revisions 84284 via svnmerge from | Giampaolo Rodolà | 2010-08-23 | 1 | -3/+3 |
|
|
* | fix issue #2944: asyncore doesn't handle connection refused correctly (patch ... | Giampaolo Rodolà | 2010-08-04 | 1 | -1/+4 |
|
|
* | Merged revisions 83201 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+8 |
|
|
* | Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included Na... | Giampaolo Rodolà | 2010-05-18 | 1 | -2/+2 |
|
|
* | provides a clearer warning message when cheap inheritance with the underlying... | Giampaolo Rodolà | 2010-05-06 | 1 | -2/+3 |
|
|
* | Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore... | Giampaolo Rodolà | 2010-05-06 | 1 | -5/+18 |
|
|
* | Fix for line wrap ugly. | Josiah Carlson | 2009-06-03 | 1 | -2/+1 |
|
|
* | This fixes bug 5798 on OS X. | Josiah Carlson | 2009-06-03 | 1 | -2/+8 |
|
|
* | Fix for failing asyncore tests. | Josiah Carlson | 2009-04-01 | 1 | -1/+1 |
|
|
* | Made handle_expt_event() be called last, so that we don't accidentally read | Josiah Carlson | 2009-03-31 | 1 | -2/+2 |
|
|
* | This resolves issue 1161031. Tests pass. | Josiah Carlson | 2009-03-31 | 1 | -27/+25 |
|
|
* | Fix for issue 4332 in trunk. | Josiah Carlson | 2008-11-19 | 1 | -1/+1 |
|
|
* | undoing change that broke trunk. Need to find a better solution to this. | Josiah Carlson | 2008-09-07 | 1 | -1/+1 |
|
|
* | This fixes a small inconsistency between trunk and 3.0, closing bug 3764. | Josiah Carlson | 2008-09-07 | 1 | -1/+1 |
|
|
* | Remove a dict.has_key() use to silence a warning when running under -3. | Brett Cannon | 2008-08-02 | 1 | -1/+1 |
|
|
* | Remove exception indexing in asyncore. | Georg Brandl | 2008-07-20 | 1 | -9/+9 |
|
|
* | Fix for the AttributeError in test_asynchat. | Josiah Carlson | 2008-07-11 | 1 | -1/+1 |
|
|
* | Fixed bugs 760475, 953599, and 1519. | Josiah Carlson | 2008-07-07 | 1 | -2/+4 |
|
|
* | Fixed test to reflect new filedispatcher semantics, as well as two | Josiah Carlson | 2008-06-10 | 1 | -2/+2 |
|
|
* | Applying updated patch from Issue 1736190, which addresses partial | Josiah Carlson | 2008-06-10 | 1 | -46/+113 |
|
|
* | 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 |
|
|