| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-14 | Updated tests; removed try/catch for ucollections | bildzeitung | |
| 2017-08-25 | Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in ↵ | Dan Halbert | |
| development) master. cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet | |||
| 2017-08-11 | Turn on Rosie CI testing to test new builds on real hardware. | Scott Shawcroft | |
| This introduces a skip_if module that can be used by tests to determine when they should be skipped due to the environment. Some tests have been split in order to have finer grained skip control. | |||
| 2017-06-29 | tests/basics/namedtuple1: Add test for creating with pos and kw args. | Damien George | |
| 2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-05-29 | various: Spelling fixes | Ville Skyttä | |
| 2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky | |
| To run the testsuite on small ports. | |||
| 2016-05-23 | py/objnamedtuple: Allow passing field names as a tuple. | Antonin ENFRUN | |
| So the documentation's example works. Besides, a tuple can be more memory efficient. | |||
| 2016-05-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky | |
| 2015-04-05 | tests: Add some more tests to improve code coverage of corner cases. | Damien George | |
| 2015-01-01 | py: Allow keyword arguments for namedtuple | stijn | |
| 2015-01-01 | py: Use sequence of strings for named tuple initialization | stijn | |
| - remove single string initialization style - take list of strings instead - store list in the type for fast lookup | |||
| 2014-05-10 | objnamedtuple: Support iteration. | Paul Sokolovsky | |
| 2014-04-13 | py: Rename collections module to _collections. | Paul Sokolovsky | |
| We're not going to implement all the plethora of types in there in C. Funnily, CPython implements defaultdict in C, and namedtuple in Python. | |||
| 2014-03-03 | namedtuple: Inherit unary/binary ops from tuple base class. | Paul Sokolovsky | |
| 2014-03-03 | Add basic collections.namedtuple implementation. | Paul Sokolovsky | |
