<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics/dict_update.py, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-06-03T11:53:44+00:00</updated>
<entry>
<title>py: Implement full behaviour of dict.update(), and dict().</title>
<updated>2014-06-03T11:53:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-03T11:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bcb6ca4d5e926d9571d150fb045c5ac4b53f8ecd'/>
<id>urn:sha1:bcb6ca4d5e926d9571d150fb045c5ac4b53f8ecd</id>
<content type='text'>
Add keyword args to dict.update(), and ability to take a dictionary as
argument.

dict() class constructor can now use dict.update() directly.

This patch loses fast path for dict(other_dict), but is that really
needed?  Any anyway, this idiom will now re-hash the dictionary, so is
arguably more memory efficient.

Addresses issue #647.
</content>
</entry>
<entry>
<title>tests: Fix few tests which depend on order of elements in dict.</title>
<updated>2014-04-06T18:31:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-06T18:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4dea46d8b634fdfd3402b0caffa10d67461d281'/>
<id>urn:sha1:b4dea46d8b634fdfd3402b0caffa10d67461d281</id>
<content type='text'>
With dict being unordered of course.
</content>
</entry>
<entry>
<title>Move tests in basic/tests/ up one level preparating to multiple test dirs.</title>
<updated>2014-01-19T16:41:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-19T16:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c3858b01623f9527b57b13c44ff97c67bafb00b'/>
<id>urn:sha1:8c3858b01623f9527b57b13c44ff97c67bafb00b</id>
<content type='text'>
</content>
</entry>
</feed>
