Wykres commitów

14 Commity (49e8a839a003d0e2ebf3eee4204a5be9536036d6)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 60de502676 all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +02:00
Paul Sokolovsky 2ff5940d92 all: setup.py: Consistently update author and maintainer fields. 2018-02-02 20:25:27 +02:00
Paul Sokolovsky c9471276b3 http.client: Rename examples as such.
To not be mixed up with real tests.
2017-09-27 00:34:43 -07:00
Paul Sokolovsky dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 65fb3707ba all: metadata.txt: Bump version for gzip 4k conversion. 2016-10-11 06:46:12 +03:00
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