index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
objnamedtuple.c
Age
Commit message (
Expand
)
Author
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
2014-05-02
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-26
py: Make collections module configurable, enabled by default.
Damien George
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-03-29
py: Change mp_const_* objects to macros.
Damien George
2014-03-03
namedtuple: Inherit unary/binary ops from tuple base class.
Paul Sokolovsky
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky