Wykres commitów

6 Commity (49e8a839a003d0e2ebf3eee4204a5be9536036d6)

Autor SHA1 Wiadomość Data
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 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