summaryrefslogtreecommitdiff
path: root/Lib/asyncore.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-1/+0
* bpo-30980: Fix double close in asyncore.file_wrapper (#2789)Nir Soffer2017-07-241-1/+2
* Issue #25002: Back out asyncore/asynchat deprecation.Guido van Rossum2016-10-251-4/+0
* Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.Guido van Rossum2016-10-251-0/+4
* Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-1/+1
* Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+2
* Issue #23485: select.poll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-4/+2
* Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-301-4/+1
* Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-3/+3
* Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-5/+1
* Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
* (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosedVictor Stinner2014-06-271-0/+8
|\
| * Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapperVictor Stinner2014-06-271-0/+8
* | fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_...Giampaolo Rodola'2014-04-291-14/+0
|/
* Do not raise exception on close() on account of socket attribute still being ...Giampaolo Rodola'2013-04-091-5/+6
* Issue #16787: Increase asyncore and asynchat default output buffers size, toCharles-François Natali2013-01-011-1/+1
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-9/+9
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | merge 79422b3684f1 in 3.3 branch (issue 10340)Giampaolo Rodola'2012-03-221-8/+9
|\ \ | |/
| * fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-221-8/+9
| * Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+1
| * Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-2/+4
| * Merged revisions 88726 via svnmerge fromGiampaolo Rodolà2011-03-031-1/+2
| * Merged revisions 88722 via svnmerge fromGiampaolo Rodolà2011-03-031-4/+5
* | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+1
* | asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flagCharles-François Natali2011-11-051-3/+0
* | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-231-9/+4
* | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-2/+4
* | fix attribute errorGiampaolo Rodolà2011-03-031-1/+2
* | Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN error...Giampaolo Rodolà2011-03-031-4/+5
* | Issue 11177: asyncore's create_socket() arguments can now be omitted.Giampaolo Rodolà2011-02-251-1/+1
|/
* reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-de...Giampaolo Rodolà2011-02-111-11/+12
* asyncore: introduce a new 'closed' attribute to make sure that dispatcher get...Giampaolo Rodolà2011-02-111-9/+11
* get rid of asyncore.dispatcher's debug attribute, which is no longer used (as...Giampaolo Rodolà2011-02-101-3/+0
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-4/+13
* rename DISCONNECTED global constant in _DISCONNECTEDGiampaolo Rodolà2010-09-151-3/+3
* Store all errors signaling a disconnection into a global frozenset to save so...Giampaolo Rodolà2010-09-151-2/+4
* fix issue 658749: correctly interprets asyncore's windows errors on connect()Giampaolo Rodolà2010-08-231-3/+3
* fix issue #2944: asyncore doesn't handle connection refused correctly (patch ...Giampaolo Rodolà2010-08-041-1/+4
* #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.Georg Brandl2010-07-281-0/+8
* Merged revisions 81294 via svnmerge fromGiampaolo Rodolà2010-05-181-2/+2
* Merged revisions 80880 via svnmerge fromGiampaolo Rodolà2010-05-061-2/+3
* Merged revisions 80875 via svnmerge fromGiampaolo Rodolà2010-05-061-5/+19
* This fixes bug 5798 on OS X.Josiah Carlson2009-06-031-2/+7
* Merged revisions 70873,70904,70934,71490 via svnmerge fromR. David Murray2009-04-121-27/+25
* This fixes issue 4332 for Py3k.Josiah Carlson2008-11-191-1/+1
* Merged revisions 65152 via svnmerge fromGeorg Brandl2008-07-201-9/+9
* Fix for AttributeError in test_asynchat.Josiah Carlson2008-07-111-1/+1
* Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768Josiah Carlson2008-07-071-2/+4