Wykres commitów

16 Commity (dedf328503430fa70257ec980f26bbbbfa2d9321)

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 dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 99c7b546d1 socket: Release 0.5.1. 2016-04-16 21:24:42 +03:00
Paul Sokolovsky 70e497bc73 socket: Release 0.5. 2016-01-28 18:55:27 +02:00
Paul Sokolovsky 8fda258464 socket: Release 0.4. 2016-01-11 15:05:46 +02:00
Michael Buesch ff27e3c8ba socket: Add socket.error
Older CPython versions raised socker.error (or classes derived from it)
as exceptions on errors. Various software still uses it to be compatible
with older Python versions. As it's one-line fix, allow MicroPython to
run such code too.

try:
  socket...
except socker.error as e:
  ...
2015-12-09 00:34:48 +02:00
Paul Sokolovsky fdcf1aad99 socket: Release 0.3.2. 2015-12-01 19:05:46 +02:00
Paul Sokolovsky 15da903277 socket: Release 0.3.1. 2015-10-19 10:12:12 +03:00
Paul Sokolovsky b0f8d85a62 socket: Release 0.3. 2015-10-16 00:36:13 +03:00
Paul Sokolovsky 07830bd027 socket: Release 0.2. 2015-07-26 12:09:35 +03:00
Paul Sokolovsky 7122b14ebc socket: Release 0.1. 2015-07-16 13:18:42 +03:00
Paul Sokolovsky e42b955c1d socket: Update for rename microsocket -> usocket. 2014-10-11 05:18:49 +03:00
Paul Sokolovsky a8f0713548 socket: Add _GLOBAL_DEFAULT_TIMEOUT constant. 2014-05-25 22:56:45 +03:00
Paul Sokolovsky 5c1b7e4885 socket: Switch to metadata.txt. 2014-05-25 22:51:52 +03:00
Paul Sokolovsky a252332423 socket: Add dummy re-import module. 2014-05-10 01:30:52 +03:00