index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
socket.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
andrei kulakov
2021-08-26
1
-2/+3
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-1/+1
*
bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
Inada Naoki
2021-04-27
1
-0/+1
*
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
Serhiy Storchaka
2020-11-22
1
-2/+2
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-1/+1
*
Fix host in address of socket.create_server example. (GH-17706)
Karthikeyan Singaravelan
2020-01-11
1
-1/+1
*
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...
Mario Corchero
2019-12-06
1
-1/+5
*
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...
Giampaolo Rodola
2019-10-01
1
-2/+2
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
1
-0/+36
*
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Ngalim Siregar
2019-09-09
1
-1/+82
*
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
Hai Shi
2019-07-12
1
-2/+0
*
BPO-17561: set create_server backlog default to None (GH-12735)
Giampaolo Rodola
2019-04-09
1
-2/+5
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
1
-2/+85
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-1/+1
*
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123
2018-09-12
1
-4/+4
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-1/+8
*
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov
2017-12-19
1
-5/+1
*
bpo-31234, socket.create_connection(): Fix ref cycle (#3546)
Victor Stinner
2017-09-13
1
-0/+2
*
Issue #26384: Merge from 3.5
Berker Peksag
2016-09-17
1
-1/+1
|
\
|
*
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag
2016-09-17
1
-1/+1
*
|
issue28083: add IntFlag constants
Ethan Furman
2016-09-11
1
-1/+11
|
/
*
Issue #27698: Add socketpair to socket.__all__ on Windows
Victor Stinner
2016-08-17
1
-0/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
Berker Peksag
2016-02-18
1
-3/+3
*
merge 3.4 (#25471)
Benjamin Peterson
2015-10-25
1
-1/+5
|
\
|
*
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Benjamin Peterson
2015-10-25
1
-1/+5
|
*
issue23673
Ethan Furman
2015-03-19
1
-9/+9
*
|
issue23673
Ethan Furman
2015-03-19
1
-8/+8
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-2/+0
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka
2014-11-19
1
-3/+2
|
\
\
|
|
/
|
*
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka
2014-11-19
1
-3/+2
*
|
Issue20689: add missing API pieces to __all__
Ethan Furman
2014-10-18
1
-1/+3
|
\
\
|
|
/
|
*
Issue20689: add missing API pieces to __all__
Ethan Furman
2014-10-18
1
-1/+3
*
|
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...
Ethan Furman
2014-10-15
1
-5/+7
|
\
\
|
|
/
|
*
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...
Ethan Furman
2014-10-15
1
-5/+7
*
|
Issue #18643: Add socket.socketpair() on Windows.
Charles-François Natali
2014-10-14
1
-0/+51
*
|
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka
2014-07-22
1
-1/+1
*
|
fix issue #17552: add socket.sendfile() method allowing to send a file over a...
Giampaolo Rodola'
2014-06-11
1
-1/+147
|
/
*
Provide a more readable representation of socket on repr().
Giampaolo Rodola'
2013-10-03
1
-1/+1
*
Switch the AF_* and SOCK_* constants in the socket module to IntEnum.
Eli Bendersky
2013-08-31
1
-1/+65
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-1/+16
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
Fix issue #17675: make socket repr() provide local and remote addresses (if a...
Giampaolo Rodola'
2013-04-10
1
-7/+26
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
*
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val...
Antoine Pitrou
2012-09-14
1
-2/+13
|
\
|
*
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val...
Antoine Pitrou
2012-09-14
1
-2/+13
*
|
Issue #14310: inter-process socket duplication for windows
Kristján Valur Jónsson
2012-04-07
1
-1/+9
[next]