<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/modubinascii.c, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-05-20T11:46:20+00:00</updated>
<entry>
<title>extmod: When including extmod headers, prefix path with extmod/.</title>
<updated>2016-05-20T11:46:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-20T11:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9dc644017a03c5dac5c0798e4c45310b8cfc8e8'/>
<id>urn:sha1:f9dc644017a03c5dac5c0798e4c45310b8cfc8e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Change type signature of builtin funs that take variable or kw args.</title>
<updated>2016-01-11T00:49:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-03T14:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b72b3a133ea87a1ef8b964508dc25c551ccf093'/>
<id>urn:sha1:4b72b3a133ea87a1ef8b964508dc25c551ccf093</id>
<content type='text'>
With this patch the n_args parameter is changed type from mp_uint_t to
size_t.
</content>
</entry>
<entry>
<title>extmod/modubinascii: Add "separator" argument to hexlify().</title>
<updated>2015-12-26T00:15:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-26T00:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7203b58e876cffe9bb7246e17c206e7b4280f701'/>
<id>urn:sha1:7203b58e876cffe9bb7246e17c206e7b4280f701</id>
<content type='text'>
This is extension to CPython, it allows to easily produce human-readable
hex dump:

&gt;&gt;&gt; ubinascii.hexlify(b"\xaa\x55\xaa\x55", b" ")
b'aa 55 aa 55'
</content>
</entry>
<entry>
<title>py: Add MP_ROM_* macros and mp_rom_* types and use them.</title>
<updated>2015-11-29T14:25:04+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-27T13:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cbf7674025814797f5c537d6d1c195efe58ccaaf'/>
<id>urn:sha1:cbf7674025814797f5c537d6d1c195efe58ccaaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modubinascii: Re-use error string to reduce code size.</title>
<updated>2015-07-06T11:34:29+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-06T11:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=722d4842dfda320694e6f5964e35e37c148b4b90'/>
<id>urn:sha1:722d4842dfda320694e6f5964e35e37c148b4b90</id>
<content type='text'>
Drops Thumb2 arch size by 24 bytes.
</content>
</entry>
<entry>
<title>ubinascii: Fix a shadowed variable case.</title>
<updated>2015-07-04T10:13:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-07-04T10:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7370fd55605e9d7668e2ab8257c08109d08490f2'/>
<id>urn:sha1:7370fd55605e9d7668e2ab8257c08109d08490f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ubinascii: b2a_base64: Optimize away a modulo operation.</title>
<updated>2015-07-04T09:36:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-07-04T09:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e284a95cc32dcc0ed60c28eb7b3bc4384116a3bd'/>
<id>urn:sha1:e284a95cc32dcc0ed60c28eb7b3bc4384116a3bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.</title>
<updated>2015-07-04T09:26:52+00:00</updated>
<author>
<name>Galen Hazelwood</name>
<email>galenhz@gmail.com</email>
</author>
<published>2015-07-02T05:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=616986a5f351ed5a014bd25766c12bccbe83d734'/>
<id>urn:sha1:616986a5f351ed5a014bd25766c12bccbe83d734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify().</title>
<updated>2015-05-21T14:19:41+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-21T11:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f716aced7adb81330a58b3459d4534fc506923f'/>
<id>urn:sha1:0f716aced7adb81330a58b3459d4534fc506923f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Add ubinascii.unhexlify</title>
<updated>2015-05-20T08:29:22+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-05-18T21:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ad94d6072555955a796c8c72a526c4fdff86711'/>
<id>urn:sha1:3ad94d6072555955a796c8c72a526c4fdff86711</id>
<content type='text'>
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
</content>
</entry>
</feed>
