<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib, branch v1.4.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-07-26T14:22:13+00:00</updated>
<entry>
<title>lib/mp-readline: Add emacs-style control characters for cursor movement.</title>
<updated>2015-07-26T14:22:13+00:00</updated>
<author>
<name>Tom Soulanille</name>
<email>soul@prama.com</email>
</author>
<published>2015-07-09T23:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7d588b0c7c9698d23b1e5e7b54e0e2094ad8f464'/>
<id>urn:sha1:7d588b0c7c9698d23b1e5e7b54e0e2094ad8f464</id>
<content type='text'>
Disabled by default.  Adds 108 bytes to Thumb2 arch when enabled.
</content>
</entry>
<entry>
<title>lib/mp-readline: Allow overriding implementation of cursor functions</title>
<updated>2015-05-30T10:38:34+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-05-28T11:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=278d22ce8f9c5b51778f70d36088a986f1b6adc8'/>
<id>urn:sha1:278d22ce8f9c5b51778f70d36088a986f1b6adc8</id>
<content type='text'>
Default implementation uses VT100-style sequences which are not implemented
by all terminals out there
</content>
</entry>
<entry>
<title>lib/mp-readline: Add implementation for deleting a character</title>
<updated>2015-05-30T10:38:24+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-05-28T11:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9a522dda6e699bfa329dd44ec7fd215f38533122'/>
<id>urn:sha1:9a522dda6e699bfa329dd44ec7fd215f38533122</id>
<content type='text'>
xterm and others use the ESC[~3 sequence when pressing the delete key
</content>
</entry>
<entry>
<title>lib/mp-readline: Export readline_push_history function.</title>
<updated>2015-05-27T14:06:17+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-05-16T23:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2acfb7c00225c7fbc7b9fe4a4b5da450025dfc9a'/>
<id>urn:sha1:2acfb7c00225c7fbc7b9fe4a4b5da450025dfc9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: Fix some issues in timeutils</title>
<updated>2015-05-21T20:31:50+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-05-18T15:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a3a14b9db79d3af24e724832092d1861ec231365'/>
<id>urn:sha1:a3a14b9db79d3af24e724832092d1861ec231365</id>
<content type='text'>
In particular, dates prior to Mar 1, 2000 are screwed up.

The easiest way to see this is to do:

&gt;&gt;&gt; import time
&gt;&gt;&gt; time.localtime(0)
(2000, 1, 1, 0, 0, 0, 5, 1)
&gt;&gt;&gt; time.localtime(1)
(2000, 1, 2, 233, 197, 197, 6, 2)

With this patch, we instead get:
&gt;&gt;&gt; import time
&gt;&gt;&gt; time.localtime(1)
(2000, 1, 1, 0, 0, 1, 5, 1)

Doh - In C % is NOT a modulo operator, it's a remainder operator.
</content>
</entry>
<entry>
<title>lib: Move time utility functions to common library.</title>
<updated>2015-05-12T23:12:54+00:00</updated>
<author>
<name>Josef Gajdusek</name>
<email>atx@atx.name</email>
</author>
<published>2015-05-11T00:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1db42538864e1f235fee1b37b44ca428b1f3c427'/>
<id>urn:sha1:1db42538864e1f235fee1b37b44ca428b1f3c427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: Move some common mod_network_* functions to lib/netutils.</title>
<updated>2015-05-04T10:48:40+00:00</updated>
<author>
<name>Josef Gajdusek</name>
<email>atx@atx.name</email>
</author>
<published>2015-05-03T18:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04ee5983feadc6945e324eb54cd9e7f8c1d6aa8c'/>
<id>urn:sha1:04ee5983feadc6945e324eb54cd9e7f8c1d6aa8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py, readline: Add tab autocompletion for REPL.</title>
<updated>2015-04-28T23:46:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-04-26T16:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a1a2c411b25bc5a709f719a8a955727f9d6e228f'/>
<id>urn:sha1:a1a2c411b25bc5a709f719a8a955727f9d6e228f</id>
<content type='text'>
Can complete names in the global namespace, as well as a chain of
attributes, eg pyb.Pin.board.&lt;tab&gt; will give a list of all board pins.

Costs 700 bytes ROM on Thumb2 arch, but greatly increases usability of
REPL prompt.
</content>
</entry>
<entry>
<title>mp-readline: Save "prompt" string in readline state.</title>
<updated>2015-04-28T23:32:35+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-04-26T16:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7a4f15b34a490040d87fbcffc728c9c3f64b85a'/>
<id>urn:sha1:b7a4f15b34a490040d87fbcffc728c9c3f64b85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/libc: Add memchr. We already have strchr, but memchr is useful too.</title>
<updated>2015-04-28T14:48:20+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-04-28T13:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=abea1c38a94183999c07c848f0b48ca55b42b653'/>
<id>urn:sha1:abea1c38a94183999c07c848f0b48ca55b42b653</id>
<content type='text'>
</content>
</entry>
</feed>
