<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix, branch travis-esp8266</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-esp8266</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-esp8266'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-08-10T18:43:34+00:00</updated>
<entry>
<title>unix/mpconfigport.h: Don't include stdio.h on MacOS.</title>
<updated>2016-08-10T18:43:34+00:00</updated>
<author>
<name>ilovezfs</name>
<email>ilovezfs@icloud.com</email>
</author>
<published>2016-08-10T14:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e36dd570ba039a5d9af7b181eb5a4b8f6f921de'/>
<id>urn:sha1:4e36dd570ba039a5d9af7b181eb5a4b8f6f921de</id>
<content type='text'>
Fixes build errors such as
"../lib/utils/printf.c:43:5: error: expected parameter declarator"
</content>
</entry>
<entry>
<title>py/objstr: Make .partition()/.rpartition() methods configurable.</title>
<updated>2016-08-07T03:46:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-07T03:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=56eb25f04928132f9921a1163684e626256e2a2c'/>
<id>urn:sha1:56eb25f04928132f9921a1163684e626256e2a2c</id>
<content type='text'>
Default is disabled, enabled for unix port. Saves 600 bytes on x86.
</content>
</entry>
<entry>
<title>unix/moduselect: Allow poll.register(), etc. accept fd-like objects.</title>
<updated>2016-08-06T22:25:59+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-06T22:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a4aaf824219818c421b85436b0bf8f67468590d9'/>
<id>urn:sha1:a4aaf824219818c421b85436b0bf8f67468590d9</id>
<content type='text'>
This includes file and socket objects, backed by Unix file descriptor.
This improves compatibility with stmhal's uselect (and convenience of
use), though not completely: return value from poll.poll() is still
raw file descriptor.
</content>
</entry>
<entry>
<title>unix: Enable websocket module.</title>
<updated>2016-08-06T12:15:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-06T12:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b9e7e29f63eb9aaa30e69d9178a5c2512b28a82'/>
<id>urn:sha1:5b9e7e29f63eb9aaa30e69d9178a5c2512b28a82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/Makefile: And note why btree module is disabled for coverage build.</title>
<updated>2016-07-30T23:27:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T23:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aac9e8cfa343790a9e8dbafccf3d27687fc29cf4'/>
<id>urn:sha1:aac9e8cfa343790a9e8dbafccf3d27687fc29cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.</title>
<updated>2016-07-30T17:05:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T17:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=61e77a4e88c4b6971fd997191de01e5ab08e46c5'/>
<id>urn:sha1:61e77a4e88c4b6971fd997191de01e5ab08e46c5</id>
<content type='text'>
To filter out even prototypes of mp_stream_posix_*() functions, which
require POSIX types like ssize_t &amp; off_t, which may be not available in
some ports.
</content>
</entry>
<entry>
<title>unix/file: Use generic stream flush() method.</title>
<updated>2016-07-27T21:28:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-27T21:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64da62ec2eb2c7d2d598e4219d23ad6143a20228'/>
<id>urn:sha1:64da62ec2eb2c7d2d598e4219d23ad6143a20228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/file: fdfile_ioctl(): Fix argument to check_fd_is_open().</title>
<updated>2016-07-26T23:50:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-26T23:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01816068c8254c3440e8e6afac250ae00e332b91'/>
<id>urn:sha1:01816068c8254c3440e8e6afac250ae00e332b91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/file: ioctl(): Check that file is open before operations.</title>
<updated>2016-07-26T21:30:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-26T21:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ade36806c8b81cd6509b6823b908e38ae747805f'/>
<id>urn:sha1:ade36806c8b81cd6509b6823b908e38ae747805f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/file: Implement MP_STREAM_FLUSH ioctl.</title>
<updated>2016-07-26T21:24:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-26T21:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fac939889c6f2db36cc8f1290605812305cea59'/>
<id>urn:sha1:8fac939889c6f2db36cc8f1290605812305cea59</id>
<content type='text'>
</content>
</entry>
</feed>
