Files
typeshed/stdlib/2and3
Jacob Ilias Komissar 39ebd62e71 Update stub for socket module (#3451)
* Add new socket constants from 3.7 and 3.8
* Also move TCP_NOTSENT_LOWAT to 3.7 section and add AF_ALG to AddressFamily
* Add missing and updated socket module (and class) methods
* Improve formatting of socket.pyi
    * Add missing line breaks in long function parameters
* Reorder to mirror module documentations
* Fix type of create_server's family parameter
* Add more system conditionals
* Remove CAPI; it isn't an int (it's a PyCapsule)
* Slightly improve version conditions in socket.pyi
* Add incomplete signatures for socket.sendfile and .sendmsg_afalg
* Add VM_SOCKETS_INVALID_VERSION to socket.pyi
* Remove private _GLOBAL_DEFAULT_TIMEOUT from socket.pyi
* Add mode-dependent return types to socket.makefile
    - For Python 2, return and mode types are based on those of 'open'
    - For Python 3, types are based on actual behaviors
* Mark recv_into and recvfrom_into's nbytes argument as optional
* Improve docstring for socket stub
2019-12-05 08:13:06 +01:00
..
2019-10-12 02:45:43 +02:00
2017-04-04 20:14:07 -07:00
2019-12-03 14:33:37 +01:00
2018-09-25 20:23:02 -07:00
2019-10-14 20:01:24 -07:00
2019-07-27 10:58:21 +02:00
2019-10-14 09:51:39 +02:00
2019-10-16 17:11:23 +02:00
2017-04-24 15:05:02 -07:00
2019-09-23 18:24:05 +02:00
2019-09-10 14:40:10 -07:00
2019-02-23 10:26:51 +01:00
2019-11-25 19:46:28 -08:00
2019-11-25 21:21:32 -08:00
2018-06-11 11:26:32 -07:00
2019-03-16 22:14:16 +01:00
2017-04-27 08:14:21 -07:00
2017-04-24 13:55:33 -07:00
2017-03-19 13:08:54 -07:00
2016-08-05 12:04:01 -07:00
2017-05-25 19:39:15 -07:00
2019-05-04 16:13:53 -04:00
2017-03-21 05:54:48 -07:00
2018-04-06 11:09:11 -07:00
2019-12-03 14:33:37 +01:00