index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
qstrdefs.h
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-05
|
\
|
*
py: Implement globals() and locals() builtins.
Paul Sokolovsky
2014-04-06
*
|
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
|
/
*
Merge pull request #425 from iabdalkader/del
Damien George
2014-04-05
|
\
|
*
Move del to locals
mux
2014-04-05
*
|
py: Add "io" module.
Paul Sokolovsky
2014-04-03
|
/
*
py: Add support for sep and end keywords in print.
Damien George
2014-04-02
*
py: Implement __getattr__.
Damien George
2014-03-31
*
vm: Implement "with" statement (SETUP_WITH and WITH_CLEANUP bytecodes).
Paul Sokolovsky
2014-03-29
*
py: Implement getattr() builtin.
Paul Sokolovsky
2014-03-27
*
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-26
*
py: Add support for user-defined iterators via __iter__, __next__.
Damien George
2014-03-26
*
py: Removed some unnecessary exception objects.
Damien George
2014-03-25
*
objexcept: Add "args" exception attribute, as well as StopIteration.value.
Paul Sokolovsky
2014-03-25
*
py: Remove some unnecessary exception objects.
Damien George
2014-03-22
*
py: Add 'object' object.
Damien George
2014-03-22
*
Added exception hierarchy except for OSError and UnicodeError (requires argum...
Rachel Dowdall
2014-03-22
*
Fixed broken math functions that return bool and added some more.
Rachel Dowdall
2014-03-22
*
Added ZeroDivisionError to float division.
Rachel Dowdall
2014-03-20
*
Added various simple functions to math module.
Rachel Dowdall
2014-03-20
*
py: Add math.e constant.
Damien George
2014-03-20
*
Implement support for __str__ and __repr__ special methods in classes.
Paul Sokolovsky
2014-03-16
*
py: Add expm1 to math module.
Damien George
2014-03-12
*
Implement ROMable modules. Add math module.
Damien George
2014-03-08
*
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-03-03
*
Implement proper exception type hierarchy.
Damien George
2014-02-15
*
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-15
*
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-02-10
|
\
|
*
Add NotImplementedError.
Paul Sokolovsky
2014-02-09
*
|
py: Add some qstrs to the global table.
Damien George
2014-02-08
|
/
*
Add staticmethod and classmethod to builtin namespace.
Damien George
2014-02-06
*
Merge pull request #262 from pfalcon/sys-path
Damien George
2014-02-05
|
\
|
*
Implement support for sys.path when loading modules.
Paul Sokolovsky
2014-02-05
*
|
py: Add built-in super.
Damien George
2014-02-05
|
/
*
Use qstr id to create sys module.
Paul Sokolovsky
2014-02-04
*
Add ImportError.
Paul Sokolovsky
2014-02-04
*
Expose __import__() function.
Paul Sokolovsky
2014-02-04
*
py: Implement builtin exec.
Damien George
2014-02-03
*
py: Add very basic implementation of dir() builtin.
Damien George
2014-02-02
*
Implement and add tests for the id() builtin function.
xbe
2014-02-01
*
py: Improve __bool__ and __len__ dispatch; add slots for them.
Damien George
2014-01-30
*
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-25
*
py: Implement iterator support for object that has __getitem__.
Damien George
2014-01-25
*
Allow qstr's with non-ident chars, construct good identifier for them.
Paul Sokolovsky
2014-01-24
*
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21