| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not raise exception on close() on account of socket attribute still being ... | Giampaolo Rodola' | 2013-04-09 | 1 | -5/+6 |
|
|
* | Issue #16787: Increase asyncore and asynchat default output buffers size, to | Charles-François Natali | 2013-01-01 | 1 | -1/+1 |
|
|
* | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -9/+9 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | merge 79422b3684f1 in 3.3 branch (issue 10340) | Giampaolo Rodola' | 2012-03-22 | 1 | -8/+9 |
|\ \
| |/ |
|
| * | 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 |
|
|
| * | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 1 | -2/+4 |
|
|
| * | Merged revisions 88726 via svnmerge from | Giampaolo Rodolà | 2011-03-03 | 1 | -1/+2 |
|
|
| * | Merged revisions 88722 via svnmerge from | Giampaolo Rodolà | 2011-03-03 | 1 | -4/+5 |
|
|
* | | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. | Giampaolo Rodola' | 2012-03-20 | 1 | -0/+1 |
|
|
* | | asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag | Charles-François Natali | 2011-11-05 | 1 | -3/+0 |
|
|
* | | Use InterruptedError instead of checking for EINTR | Antoine Pitrou | 2011-10-23 | 1 | -9/+4 |
|
|
* | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 1 | -2/+4 |
|
|
* | | fix attribute error | Giampaolo Rodolà | 2011-03-03 | 1 | -1/+2 |
|
|
* | | Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN error... | Giampaolo Rodolà | 2011-03-03 | 1 | -4/+5 |
|
|
* | | Issue 11177: asyncore's create_socket() arguments can now be omitted. | Giampaolo Rodolà | 2011-02-25 | 1 | -1/+1 |
|/ |
|
* | reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-de... | Giampaolo Rodolà | 2011-02-11 | 1 | -11/+12 |
|
|
* | asyncore: introduce a new 'closed' attribute to make sure that dispatcher get... | Giampaolo Rodolà | 2011-02-11 | 1 | -9/+11 |
|
|
* | get rid of asyncore.dispatcher's debug attribute, which is no longer used (as... | Giampaolo Rodolà | 2011-02-10 | 1 | -3/+0 |
|
|
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo Rodolà | 2010-10-04 | 1 | -4/+13 |
|
|
* | rename DISCONNECTED global constant in _DISCONNECTED | Giampaolo Rodolà | 2010-09-15 | 1 | -3/+3 |
|
|
* | Store all errors signaling a disconnection into a global frozenset to save so... | Giampaolo Rodolà | 2010-09-15 | 1 | -2/+4 |
|
|
* | fix issue 658749: correctly interprets asyncore's windows errors on connect() | 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 |
|
|
* | #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. | Georg Brandl | 2010-07-28 | 1 | -0/+8 |
|
|
* | Merged revisions 81294 via svnmerge from | Giampaolo Rodolà | 2010-05-18 | 1 | -2/+2 |
|
|
* | Merged revisions 80880 via svnmerge from | Giampaolo Rodolà | 2010-05-06 | 1 | -2/+3 |
|
|
* | Merged revisions 80875 via svnmerge from | Giampaolo Rodolà | 2010-05-06 | 1 | -5/+19 |
|
|
* | This fixes bug 5798 on OS X. | Josiah Carlson | 2009-06-03 | 1 | -2/+7 |
|
|
* | Merged revisions 70873,70904,70934,71490 via svnmerge from | R. David Murray | 2009-04-12 | 1 | -27/+25 |
|
|
* | This fixes issue 4332 for Py3k. | Josiah Carlson | 2008-11-19 | 1 | -1/+1 |
|
|
* | Merged revisions 65152 via svnmerge from | Georg Brandl | 2008-07-20 | 1 | -9/+9 |
|
|
* | Fix for AttributeError in test_asynchat. | Josiah Carlson | 2008-07-11 | 1 | -1/+1 |
|
|
* | Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 | Josiah Carlson | 2008-07-07 | 1 | -2/+4 |
|
|
* | Committing Py3k version of changelist 64080 and 64257, along with updated tests | Josiah Carlson | 2008-07-07 | 1 | -54/+119 |
|
|
* | Fix exception slicing. | Georg Brandl | 2008-01-06 | 1 | -3/+3 |
|
|
* | In followup to #1310: Remove more exception indexing. | Georg Brandl | 2007-10-22 | 1 | -2/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Fix test_asyncore after merge. It needs to use bytes. | Guido van Rossum | 2007-07-18 | 1 | -3/+4 |
|
|
* | 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 |
|
|