Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | examples/network: Support full URLs in HTTP(S) client examples. | Damien George |
2024-08-28 | examples/network: Support IPv4 and IPv6 in HTTP client examples. | Damien George |
2023-06-08 | all: Replace all uses of umodule in Python code. | Jim Mussared |
2016-11-14 | examples/http_client: Use read() instead of readall(). | Paul Sokolovsky |
2016-10-09 | examples/network/http_client*: Use \r\n line-endings in request. | Paul Sokolovsky |
2016-07-23 | examples/http_client*: Be sure to close socket. | Paul Sokolovsky |
2016-05-03 | examples/network/: Use getaddrinfo() result in easy way. | Paul Sokolovsky |
2016-04-02 | 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-01 | 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 |