<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/socketpool/SocketPool.c, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate Socket and SSLSocket, add LWIP connect</title>
<updated>2021-01-25T22:07:25+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2021-01-15T17:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f34ec78c44b6037e2f05bf4ebb44130b35e1425'/>
<id>urn:sha1:9f34ec78c44b6037e2f05bf4ebb44130b35e1425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update shared-bindings/socketpool/SocketPool.c</title>
<updated>2021-01-13T17:17:37+00:00</updated>
<author>
<name>anecdata</name>
<email>16617689+anecdata@users.noreply.github.com</email>
</author>
<published>2021-01-13T17:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e703e065952b7e3f25a23f08609160e9a7a22fae'/>
<id>urn:sha1:e703e065952b7e3f25a23f08609160e9a7a22fae</id>
<content type='text'>
Co-authored-by: Scott Shawcroft &lt;scott@tannewt.org&gt;</content>
</entry>
<entry>
<title>change IPPROTO_* comments to match usage in current shared-bindings and common-hal code</title>
<updated>2021-01-12T19:49:50+00:00</updated>
<author>
<name>anecdata</name>
<email>16617689+anecdata@users.noreply.github.com</email>
</author>
<published>2021-01-12T19:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f07dd487af935b34f1c735c874cf5351612029d9'/>
<id>urn:sha1:f07dd487af935b34f1c735c874cf5351612029d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing implementation-specific values for socket/socketpool class attributes</title>
<updated>2020-11-03T00:59:07+00:00</updated>
<author>
<name>sw23</name>
<email>sw23@users.noreply.github.com</email>
</author>
<published>2020-11-03T00:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=88fcf4ef7e001e547ed94747df5d22b6736c881c'/>
<id>urn:sha1:88fcf4ef7e001e547ed94747df5d22b6736c881c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding socket and socketpool class attributes</title>
<updated>2020-10-31T03:19:27+00:00</updated>
<author>
<name>sw23</name>
<email>sw23@users.noreply.github.com</email>
</author>
<published>2020-10-31T03:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1f179b331750fbe05ccb4caff44e985234c9ee71'/>
<id>urn:sha1:1f179b331750fbe05ccb4caff44e985234c9ee71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing remaining stub mypy issues + run check-stubs to CI</title>
<updated>2020-10-30T22:56:40+00:00</updated>
<author>
<name>sw23</name>
<email>sw23@users.noreply.github.com</email>
</author>
<published>2020-10-30T22:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6a63d20a5d2e7184bfc5747b465818fb7eee6b49'/>
<id>urn:sha1:6a63d20a5d2e7184bfc5747b465818fb7eee6b49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing make stub warnings and mypy issuesmak</title>
<updated>2020-10-30T00:15:34+00:00</updated>
<author>
<name>sw23</name>
<email>sw23@users.noreply.github.com</email>
</author>
<published>2020-10-30T00:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ad166ca479f405a9cb43fae9fe7b082d2e6ba19f'/>
<id>urn:sha1:ad166ca479f405a9cb43fae9fe7b082d2e6ba19f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove logging from shared-bindings, fix translations, revert config target macro</title>
<updated>2020-10-06T17:29:12+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-10-06T17:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=68cb384f8faed451c3e31a83ae087646b0c0a9f6'/>
<id>urn:sha1:68cb384f8faed451c3e31a83ae087646b0c0a9f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change submodule, rework all includes</title>
<updated>2020-09-30T15:26:07+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-09-28T22:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=66b8559fd4e4ea7d50adb12a87b7bac208b5fc16'/>
<id>urn:sha1:66b8559fd4e4ea7d50adb12a87b7bac208b5fc16</id>
<content type='text'>
</content>
</entry>
</feed>
