| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Ned Deily.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
non-blocking mode: they return None when an operation would block (instead
of raising an exception).
|
| |
|
| |
|
|
|
|
| |
(GNU/Hurd is not dead)
|
| |
|
| |
|
| |
|
|
|
|
| |
buildbots, while investigating.
|
|
|
|
| |
Previous commit changed macpath but macpath is not used anymore as os.path
|
|
|
|
| |
different type.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
some computation time on recv() and send().
|
|
|
|
| |
independent of the locale. Set LC_ALL=C too.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The forward links are hard references.
The sentinel element is also a weakref proxy
(to break a forward cylce wrapping around the sentinel).
|
|
|
|
| |
handles non-blocking readinto() returning None correctly.
|
|
|
|
|
| |
objects supporting the whole socket API (rather than the "raw"
_socket.socket objects).
|
|
|
|
| |
SSLSocket.sendto() to match the corresponding socket methods.
|
| |
|
| |
|
| |
|