<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/socketpool, branch 6.1.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-11-24T16:32:18+00:00</updated>
<entry>
<title>Fix stubs</title>
<updated>2020-11-24T16:32:18+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-11-24T16:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ba6e15b0700093933826c054ea44d45993751036'/>
<id>urn:sha1:ba6e15b0700093933826c054ea44d45993751036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement recvfrom_into and sendto for UDP</title>
<updated>2020-11-17T21:11:04+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-11-13T18:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0bbdf05936c1b36bee6ef4f9f81bd3b9ea40fbc6'/>
<id>urn:sha1:0bbdf05936c1b36bee6ef4f9f81bd3b9ea40fbc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/main' into esp32s2-udp</title>
<updated>2020-11-10T19:59:32+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-11-10T19:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=21ca1b8c2bcf5be54117e2de0381eb956e60d0df'/>
<id>urn:sha1:21ca1b8c2bcf5be54117e2de0381eb956e60d0df</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>Initial UDP work. Need to test</title>
<updated>2020-10-29T01:08:31+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-10-29T01:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7fd73c7d39399042ad6ed3bfe5b1c64da05c964e'/>
<id>urn:sha1:7fd73c7d39399042ad6ed3bfe5b1c64da05c964e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into recv_into_size_check</title>
<updated>2020-10-16T20:52:45+00:00</updated>
<author>
<name>Mark</name>
<email>56205165+gamblor21@users.noreply.github.com</email>
</author>
<published>2020-10-16T20:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e6d3e5b91f4c7cdb0dc4743a9a9937708daa624'/>
<id>urn:sha1:8e6d3e5b91f4c7cdb0dc4743a9a9937708daa624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added max size check to recv_into</title>
<updated>2020-10-15T23:46:42+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2020-10-15T23:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa75231ae321ea95007804ac01a39dcbd09ecd75'/>
<id>urn:sha1:fa75231ae321ea95007804ac01a39dcbd09ecd75</id>
<content type='text'>
</content>
</entry>
</feed>
