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
/
qstrdefs.h
Age
Commit message (
Expand
)
Author
2014-04-19
modstruct: Initial implementation of struct.pack().
Paul Sokolovsky
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-15
py: Add builtin functions bin and oct, and some tests for them.
Damien George
2014-04-15
py: Fix builtin hex to print prefix.
Damien George
2014-04-15
py: Add hex builtin function.
Damien George
2014-04-14
modsys: Implement sys.version.
Paul Sokolovsky
2014-04-13
objdict: Add __delitem__.
Paul Sokolovsky
2014-04-13
py: Add property object, with basic functionality.
Damien George
2014-04-13
modsys: Implement sys.byteorder.
Paul Sokolovsky
2014-04-13
modsys: Implement basic sys.version_info.
Paul Sokolovsky
2014-04-13
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
objset: Implement __contains__() op-method.
Paul Sokolovsky
2014-04-13
py: Rename collections module to _collections.
Paul Sokolovsky
2014-04-13
py: Move sys attribute qstrs's to core.
Paul Sokolovsky
2014-04-13
objstr: Add str.encode() and bytes.decode() methods.
Paul Sokolovsky
2014-04-12
builtinimport: Set __path__ attribute on packages.
Paul Sokolovsky
2014-04-12
py: Preprocess qstrdefs.h before feeding to makeqstrdata.py.
Paul Sokolovsky
2014-04-10
py: Start implementing "struct" module.
Paul Sokolovsky
2014-04-09
Merge branch 'str-index' of github.com:xbe/micropython into xbe-str-index
Damien George
2014-04-09
objint: Implement int.from_bytes() class method and .to_bytes() method.
Paul Sokolovsky
2014-04-08
py: Implement str.[r]index() and add tests for them.
xbe
2014-04-05
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-06
py: Implement globals() and locals() builtins.
Paul Sokolovsky
2014-04-05
Merge pull request #425 from iabdalkader/del
Damien George
2014-04-05
Move del to locals
mux
2014-04-03
py: Add "io" module.
Paul Sokolovsky
2014-04-02
py: Add support for sep and end keywords in print.
Damien George
2014-03-31
py: Implement __getattr__.
Damien George
2014-03-29
vm: Implement "with" statement (SETUP_WITH and WITH_CLEANUP bytecodes).
Paul Sokolovsky
2014-03-27
py: Implement getattr() builtin.
Paul Sokolovsky
2014-03-26
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-25
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-22
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-20
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-16
Implement support for __str__ and __repr__ special methods in classes.
Paul Sokolovsky
2014-03-12
py: Add expm1 to math module.
Damien George
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-02-15
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-10
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-02-09
Add NotImplementedError.
Paul Sokolovsky
[next]