COMMITS
/ Lib/socket.py September 17, 2016
B
Issue #26384: Merge from 3.5
Berker Peksag committed
B
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag committed
September 11, 2016
E
issue28083: add IntFlag constants
Ethan Furman committed
August 17, 2016
V
Issue #27698: Add socketpair to socket.__all__ on Windows
Victor Stinner committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
February 18, 2016
B
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
Berker Peksag committed
October 25, 2015
B
merge 3.4 (#25471)
Benjamin Peterson committed
B
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Benjamin Peterson committed
March 19, 2015
E
issue23673
Ethan Furman committed
E
issue23673
Ethan Furman committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
January 13, 2015
B
merge 3.4 (#23221)
Benjamin Peterson committed
B
fix instances of consecutive articles (closes #23221)
Benjamin Peterson committed
November 19, 2014
S
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka committed
S
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka committed
October 18, 2014
E
Issue20689: add missing API pieces to __all__
Ethan Furman committed
E
Issue20689: add missing API pieces to __all__
Ethan Furman committed
October 15, 2014
E
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Ethan Furman committed
E
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Ethan Furman committed
October 14, 2014
C
Issue #18643: Add socket.socketpair() on Windows.
Charles-François Natali committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
June 11, 2014
October 3, 2013
G
Provide a more readable representation of socket on repr().
Giampaolo Rodola' committed
August 31, 2013
E
Switch the AF_* and SOCK_* constants in the socket module to IntEnum.
Eli Bendersky committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 10, 2013
G
Fix issue #17675: make socket repr() provide local and remote addresses (if any).
Giampaolo Rodola' committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
September 14, 2012
A
April 7, 2012
K
Issue #14310: inter-process socket duplication for windows
Kristján Valur Jónsson committed
March 31, 2012
A
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
Antoine Pitrou committed
A
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
Antoine Pitrou committed
October 23, 2011
A
Use InterruptedError instead of checking for EINTR
Antoine Pitrou committed
March 20, 2011
A
Issue #11127: Raise a TypeError when trying to pickle a socket object.
Antoine Pitrou committed
February 25, 2011
A
Merged revisions 88622 via svnmerge from
Antoine Pitrou committed
A
Issue #7322: Trying to read from a socket's file-like object after a timeout
Antoine Pitrou committed
January 5, 2011
A
Issue #7995: When calling accept() on a socket with a timeout, the returned
Antoine Pitrou committed
January 4, 2011
V
Issue #10819: SocketIO.name property returns -1 when its closed, instead of
Victor Stinner committed
October 29, 2010
A
Issue #10093: ResourceWarnings are now issued when files and sockets are
Antoine Pitrou committed
October 13, 2010
A
Issue #10041: The signature of optional arguments in socket.makefile()
Antoine Pitrou committed
September 18, 2010
A
Issue #9854: SocketIO objects now observe the RawIOBase interface in
Antoine Pitrou committed
September 15, 2010
A
Reverted unwanted change in r84826
Antoine Pitrou committed
A
Improve docs for socket.makefile() and SocketIO
Antoine Pitrou committed
A
Add a comment explaining why SocketIO is needed
Antoine Pitrou committed
September 14, 2010
A
Issue #1552: socket.socketpair() now returns regular socket.socket
Antoine Pitrou committed
September 8, 2010
September 7, 2010
A
Issue #9792: In case of connection failure, socket.create_connection()
Antoine Pitrou committed
August 31, 2010
B
reformat comment
Benjamin Peterson committed