Files
typeshed/stubs
Sebastian Rittau 6ee67483a3 Rework socket (#5545)
* Extract _socket.pyi from socket.pyi.
* Extract _socket.socket from socket.socket.
* Fix socket.family annotation.
* Annotate SocketIO properly.
* SocketType is an alias of _socket.socket.
* Sort items in socket.pyi in the same order as in socket.py.
* Remove socket.EINTR.
* Use _typeshed.WriteableBuffer instead of custom alias.
* Add errorTab (Windows only).
* Add _socket.dup().
* Mark positional-only argments.
* Remove constructors from socket exceptions.
* socket.timeout is an alias for TimeoutError, starting with Python 3.10.
* Use PEP 604 in changed lines.
* Add alias for fileno arguments.
* getaddrinfo() port can be bytes.
* Explicitly override some SSLSocket methods.
* Allow ReadableBuffer in _CMSG arguments.
2021-05-30 20:17:33 +02:00
..
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-03-27 07:52:37 -07:00
2021-05-12 19:17:42 +03:00
2021-05-17 20:45:48 +02:00
2021-03-27 17:35:22 -07:00
2021-05-30 20:17:33 +02:00
2021-05-13 18:24:23 -07:00
2021-05-30 20:17:33 +02:00
2021-05-12 19:17:42 +03:00