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
/
py
/
objnamedtuple.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-01-11
make types that depend on tuple subscr work
Roy Hooper
2019-12-13
try 2. make namedtuple types handle subclasses
Scott Shawcroft
2019-01-20
Check for null kw_args
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2017-11-20
py/objnamedtuple: Allow to reuse namedtuple basic functionality.
Paul Sokolovsky
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-29
py/objnamedtuple: Simplify and remove use of alloca building namedtuple.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-24
py/objnamedtuple: Use size_t where appropriate, instead of mp_uint_t.
Damien George
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-01-05
Add time.struct_time support.
Scott Shawcroft
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-05-23
py/objnamedtuple: Allow passing field names as a tuple.
Antonin ENFRUN
2016-03-14
py: Fix passing of some wide int types to printf varg format list.
Damien George
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-04-21
py: Add attrtuple object, for space-efficient tuples with attr access.
Damien George
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-11
py: Combine load_attr and store_attr type methods into one (attr).
Damien George
2015-03-23
objnamedtuple: Accept field list as a string.
Paul Sokolovsky
2015-03-22
objnamedtuple: Check that 2nd arg to namedtuple() is a list.
Paul Sokolovsky
2015-01-24
py: Fix segfault in namedtuple when name is a non-interned string
stijn
2015-01-20
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
py: Change namedtuple error messages to reduce code size.
Damien George
2015-01-01
py: Make terse_arg_mismatch a global function and use it elsewhere.
Damien George
2015-01-01
objnamedtuple: Make sure to initialize type structure completely.
Paul Sokolovsky
2015-01-01
py: Allow keyword arguments for namedtuple
stijn
2015-01-01
py: Use sequence of strings for named tuple initialization
stijn
2014-12-10
py: Make functions static where appropriate.
Damien George
2014-10-03
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-13
py, unix: Add copyright for modules I worked closely on.
Paul Sokolovsky
2014-05-11
py: Rename globally-accessible tuple functions, prefix with mp_obj_.
Damien George
2014-05-10
objnamedtuple: Support iteration.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
[next]