COMMITS
/ Lib/asyncore.py July 24, 2017
N
bpo-30980: Fix double close in asyncore.file_wrapper (#2789)
Nir Soffer committed
October 26, 2016
G
Issue #25002: Back out asyncore/asynchat deprecation.
Guido van Rossum committed
October 25, 2016
G
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
Guido van Rossum committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
March 30, 2015
V
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner committed
V
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner committed
November 9, 2014
R
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger committed
July 29, 2014
V
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
June 27, 2014
V
(Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed
Victor Stinner committed
V
Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
Victor Stinner committed
April 29, 2014
G
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.
Giampaolo Rodola' committed
April 9, 2013
G
Do not raise exception on close() on account of socket attribute still being None:
Giampaolo Rodola' committed
January 1, 2013
C
Issue #16787: Increase asyncore and asynchat default output buffers size, to
Charles-François Natali committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
March 22, 2012
G
merge 79422b3684f1 in 3.3 branch (issue 10340)
Giampaolo Rodola' committed
March 20, 2012
G
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
Giampaolo Rodola' committed
G
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
Giampaolo Rodola' committed
November 5, 2011
C
asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag
Charles-François Natali committed
October 23, 2011
A
Use InterruptedError instead of checking for EINTR
Antoine Pitrou committed
July 14, 2011
C
Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali committed
C
Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali committed
March 3, 2011
G
Merged revisions 88726 via svnmerge from
Giampaolo Rodolà committed
G
fix attribute error
Giampaolo Rodolà committed
G
Merged revisions 88722 via svnmerge from
Giampaolo Rodolà committed
G
February 25, 2011
G
Issue 11177: asyncore's create_socket() arguments can now be omitted.
Giampaolo Rodolà committed
February 11, 2011
G
reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html
Giampaolo Rodolà committed
G
asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once.
Giampaolo Rodolà committed
February 10, 2011
G
get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was).
Giampaolo Rodolà committed
October 4, 2010
G
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo Rodolà committed
September 15, 2010
G
rename DISCONNECTED global constant in _DISCONNECTED
Giampaolo Rodolà committed
August 23, 2010
G
fix issue 658749: correctly interprets asyncore's windows errors on connect()
Giampaolo Rodolà committed
August 4, 2010
July 28, 2010
G
#9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
Georg Brandl committed
May 18, 2010
G
Merged revisions 81294 via svnmerge from
Giampaolo Rodolà committed
May 6, 2010
G
Merged revisions 80880 via svnmerge from
Giampaolo Rodolà committed
G
Merged revisions 80875 via svnmerge from
Giampaolo Rodolà committed
June 3, 2009
J
This fixes bug 5798 on OS X.
Josiah Carlson committed
April 12, 2009
R
Merged revisions 70873,70904,70934,71490 via svnmerge from
R. David Murray committed
November 19, 2008
J
This fixes issue 4332 for Py3k.
Josiah Carlson committed
July 20, 2008
G
Merged revisions 65152 via svnmerge from
Georg Brandl committed
July 11, 2008
J
Fix for AttributeError in test_asynchat.
Josiah Carlson committed
July 7, 2008
J
Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768
Josiah Carlson committed
J
Committing Py3k version of changelist 64080 and 64257, along with updated tests
Josiah Carlson committed