<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib/utils/pyhelp.c, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-22T00:56:16+00:00</updated>
<entry>
<title>lib/utils: Remove old pyhelp helper, replaced with py/builtinhelp.c.</title>
<updated>2017-01-22T00:56:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-21T23:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=895807137e508f8d1fe36c07ebd8dda657d83948'/>
<id>urn:sha1:895807137e508f8d1fe36c07ebd8dda657d83948</id>
<content type='text'>
Ports should no longer use pyhelp_print_obj but instead should define
MICROPY_PY_BUILTINS_HELP to 1 and then specify their help text using
MICROPY_PY_BUILTINS_HELP_TEXT.
</content>
</entry>
<entry>
<title>lib/utils/pyhelp.c: Use mp_printf() instead of printf()</title>
<updated>2016-10-21T07:30:58+00:00</updated>
<author>
<name>Erik Moqvist</name>
<email>erik.moqvist@gmail.com</email>
</author>
<published>2016-10-16T14:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f64e806f50606902323c62cf7b479922724022b6'/>
<id>urn:sha1:f64e806f50606902323c62cf7b479922724022b6</id>
<content type='text'>
This patch introduces MP_PYTHON_PRINTER for general use.
</content>
</entry>
<entry>
<title>lib/utils/pyhelp: Extract implementation of help(obj) to a library function.</title>
<updated>2016-04-25T15:54:09+00:00</updated>
<author>
<name>Colin Hogben</name>
<email>colin@infinnovation.co.uk</email>
</author>
<published>2016-04-21T19:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b46da234c8fc39f2df5d09ea0c7dc5e05f6635e'/>
<id>urn:sha1:2b46da234c8fc39f2df5d09ea0c7dc5e05f6635e</id>
<content type='text'>
Several ports use identical code for the 1-argument form of the builtin
help function.  Move this code to a library function to allow easier
re-use by ports.
</content>
</entry>
</feed>
