Commit message (Expand) | Author | Age | |
---|---|---|---|
* | all: Replace all uses of umodule in Python code. | Jim Mussared | 2023-06-08 |
* | examples/http_client: Use read() instead of readall(). | Paul Sokolovsky | 2016-11-14 |
* | examples/network/http_client*: Use \r\n line-endings in request. | Paul Sokolovsky | 2016-10-09 |
* | examples/http_client*: Be sure to close socket. | Paul Sokolovsky | 2016-07-23 |
* | examples/network/: Use getaddrinfo() result in easy way. | Paul Sokolovsky | 2016-05-03 |
* | examples/http_client.py: Introduce main() function. | Paul Sokolovsky | 2016-04-02 |
* | examples/http_client.py: Improve CPython compatibility in stream mode. | Paul Sokolovsky | 2016-04-02 |
* | example/http_client.py: Remove unused code. | Paul Sokolovsky | 2016-04-01 |
* | examples: http_client.py, http_server.py aren't just unix, move to network/. | Paul Sokolovsky | 2016-04-01 |