| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-47061: use `warnings._deprecated()` with asynchat, asyncore, and smtpd (G... | Brett Cannon | 2022-04-06 | 1 | -5/+3 |
|
|
* | bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) | Hugo van Kemenade | 2022-03-18 | 1 | -1/+1 |
|
|
* | Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2... | Victor Stinner | 2021-12-07 | 1 | -0/+649 |
|
|
* | bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) | Victor Stinner | 2021-11-15 | 1 | -649/+0 |
|
|
* | bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import... | Barry Warsaw | 2021-06-24 | 1 | -0/+7 |
|
|
* | bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449) | Serhiy Storchaka | 2020-11-22 | 1 | -8/+8 |
|
|
* | bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) | Serhiy Storchaka | 2019-09-01 | 1 | -2/+2 |
|
|
* | bpo-36793: Remove unneeded __str__ definitions. (GH-13081) | Serhiy Storchaka | 2019-05-06 | 1 | -2/+0 |
|
|
* | bpo-29639: change test.support.HOST to "localhost" | Gregory P. Smith | 2017-09-09 | 1 | -1/+0 |
|
|
* | bpo-30980: Fix double close in asyncore.file_wrapper (#2789) | Nir Soffer | 2017-07-24 | 1 | -1/+2 |
|
|
* | Issue #25002: Back out asyncore/asynchat deprecation. | Guido van Rossum | 2016-10-26 | 1 | -4/+0 |
|
|
* | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. | Guido van Rossum | 2016-10-25 | 1 | -0/+4 |
|
|
* | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 1 | -1/+1 |
|
|
* | Add a source parameter to warnings.warn() | Victor Stinner | 2016-03-22 | 1 | -1/+2 |
|
|
* | Issue #23485: select.poll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-30 | 1 | -4/+2 |
|
|
* | Issue #23485: select.select() is now retried automatically with the recomputed | Victor Stinner | 2015-03-30 | 1 | -4/+1 |
|
|
* | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 1 | -3/+3 |
|
|
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 1 | -5/+1 |
|
|
* | Issue #22032: __qualname__ instead of __name__ is now always used to format | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
|
|
* | (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed | Victor Stinner | 2014-06-27 | 1 | -0/+8 |
|\ |
|
| * | Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper | Victor Stinner | 2014-06-27 | 1 | -0/+8 |
|
|
* | | fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_... | Giampaolo Rodola' | 2014-04-29 | 1 | -14/+0 |
|/ |
|
* | 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 |
|
|