Wykres commitów

9 Commity (5fd3d0d860451b5fd4d9741cfa7d26d3cafe9410)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 8bc5ac5b75 http.client: Add metadata. 2014-06-07 23:15:03 +03:00
Paul Sokolovsky c07404dab3 http.client: Add basic example. 2014-06-07 22:21:44 +03:00
Paul Sokolovsky bd3ceb4513 http.client: Comment out io.RawIOBase, as uPy lacks complete io hierarchy. 2014-06-07 22:20:10 +03:00
Paul Sokolovsky 471d805b45 http.client: Explicitly check for str type instead of "encode" method.
MicroPython string type shares setup with bytes, and thus both have entries
for "encode" and "decode" (but only one valid for a type really works).
2014-06-07 22:17:28 +03:00
Paul Sokolovsky 5fb6c52c1f http.client: Add pristine from CPython 3.3.3. 2014-06-07 22:15:47 +03:00
Paul Sokolovsky 500a82267d http.client: Add example. 2014-05-31 15:17:58 +03:00
Paul Sokolovsky 886587bd72 http.client: Test string by type, not by presense of some method.
MicroPython has both encode() & decode() for both str & bytes, and it's
expensive to have it otherwise.
2014-05-25 23:02:53 +03:00
Paul Sokolovsky 34644d566e http.client: uPy doesn't have io.RawIOBase, so skip it. 2014-05-25 23:02:14 +03:00
Paul Sokolovsky 6c8875f591 http.client: Add pristine from CPython 3.3.3. 2014-05-25 23:00:54 +03:00