<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/mperrno.h, 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-27T21:17:19+00:00</updated>
<entry>
<title>py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.</title>
<updated>2016-05-27T21:17:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-27T21:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2ec0ee082add56a0950223689e0a08fa7f8a12ac'/>
<id>urn:sha1:2ec0ee082add56a0950223689e0a08fa7f8a12ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/objexcept: Don't convert errno to str in constructor, do it in print.</title>
<updated>2016-05-12T13:27:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-12T13:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9a9249964155f333131bbd728ffc755e80dc68a2'/>
<id>urn:sha1:9a9249964155f333131bbd728ffc755e80dc68a2</id>
<content type='text'>
OSError's are now printed like:

    OSError: [Errno 1] EPERM

but only if the string corresponding to the errno is found.
</content>
</entry>
<entry>
<title>py: Add mp_errno_to_str() and use it to provide nicer OSError msgs.</title>
<updated>2016-05-12T12:20:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-12T12:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d45e5f8c357d13e66aeac644e2b5ead8c734025f'/>
<id>urn:sha1:d45e5f8c357d13e66aeac644e2b5ead8c734025f</id>
<content type='text'>
If an OSError is raised with an integer argument, and that integer
corresponds to an errno, then the string for the errno is used as the
argument to the exception, instead of the integer.  Only works if
the uerrno module is enabled.
</content>
</entry>
<entry>
<title>py/mperrno: Add some more MP_Exxx constants, related to networking.</title>
<updated>2016-05-12T11:48:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-12T11:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c9a7430dbe345e2d3e0f5c2743c4e7bde1b49893'/>
<id>urn:sha1:c9a7430dbe345e2d3e0f5c2743c4e7bde1b49893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/mperrno: Add EAFNOSUPPORT definition.</title>
<updated>2016-05-10T22:44:59+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-10T22:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=83a9a723b9a92d4576da4a3f77366ab3fb95f90c'/>
<id>urn:sha1:83a9a723b9a92d4576da4a3f77366ab3fb95f90c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add mperrno.h file with uPy defined errno constants.</title>
<updated>2016-05-10T22:30:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-10T09:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3f56fd64b86b581780464a13653f9bea1e20dbba'/>
<id>urn:sha1:3f56fd64b86b581780464a13653f9bea1e20dbba</id>
<content type='text'>
</content>
</entry>
</feed>
