<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/stream.h, branch v1.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-03T22:27:38+00:00</updated>
<entry>
<title>Add license header to (almost) all files.</title>
<updated>2014-05-03T22:27:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b9147e150d2d6fa3750f312fe328b6a71c1b28'/>
<id>urn:sha1:04b9147e150d2d6fa3750f312fe328b6a71c1b28</id>
<content type='text'>
Blanket wide to all .c and .h files.  Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.

Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
</content>
</entry>
<entry>
<title>py, stream: Implement readlines for a stream.</title>
<updated>2014-05-03T21:01:32+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T21:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa'/>
<id>urn:sha1:d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stream: Add generic unbuffered iternext method.</title>
<updated>2014-01-20T16:42:08+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-20T16:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d54bef76921ae719bcbaf4ad7f9915da10f25574'/>
<id>urn:sha1:d54bef76921ae719bcbaf4ad7f9915da10f25574</id>
<content type='text'>
Uses stream_unbuffered_readline underline.
</content>
</entry>
<entry>
<title>Add unbuffered readline() implementation for Raw I/O files.</title>
<updated>2014-01-15T21:43:25+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-15T21:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9953ca432b063a245c3f1bd07b8907a295ff1397'/>
<id>urn:sha1:9953ca432b063a245c3f1bd07b8907a295ff1397</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add generic impl of stream .readall() method. Use one for unix io.FileIO.</title>
<updated>2014-01-13T21:31:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-13T21:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5225450b9f7116e0c2a1d4080fbc479ea4b677c7'/>
<id>urn:sha1:5225450b9f7116e0c2a1d4080fbc479ea4b677c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add generic implementations of Python read()/write methods for streams.</title>
<updated>2014-01-08T15:38:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-08T00:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e98cf40c34b46cc1a4b814344f40d28a04c79d57'/>
<id>urn:sha1:e98cf40c34b46cc1a4b814344f40d28a04c79d57</id>
<content type='text'>
These can be used for any object which implements stream protocol
(mp_stream_p_t).
</content>
</entry>
</feed>
