index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
namedtuple1.py
Age
Commit message (
Expand
)
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 development)...
Dan Halbert
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
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
2016-05-23
py/objnamedtuple: Allow passing field names as a tuple.
Antonin ENFRUN
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
2014-05-10
objnamedtuple: Support iteration.
Paul Sokolovsky
2014-04-13
py: Rename collections module to _collections.
Paul Sokolovsky
2014-03-03
namedtuple: Inherit unary/binary ops from tuple base class.
Paul Sokolovsky
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky