index
:
micropython
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
/
makeqstrdata.py
Commit message (
Expand
)
Author
Age
*
More relaxed parsing of preprocessed qstr header
stijn
2014-05-03
*
py: Add '*' qstr for 'import *'; use blank qstr for comprehension arg.
Damien George
2014-04-27
*
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-15
*
py: Clean up and add comments to makeqstrdata.
Damien George
2014-04-14
*
py: Modify makeqstrdata to recognise better the output of CPP.
Damien George
2014-04-13
*
objstr: Add str.encode() and bytes.decode() methods.
Paul Sokolovsky
2014-04-13
*
py: Preprocess qstrdefs.h before feeding to makeqstrdata.py.
Paul Sokolovsky
2014-04-12
*
Revert "makeqstrdata.py: Add support for conditionally defined qstrs."
Paul Sokolovsky
2014-04-12
*
makeqstrdata.py: Add support for conditionally defined qstrs.
Paul Sokolovsky
2014-04-10
*
py: Replace naive and teribble hash function with djb2.
Damien George
2014-03-25
*
Fix makeqstrdata.py to work in Python 2.7
Dave Hylands
2014-03-10
*
makeqstrdata: print error to stderr.
Damien George
2014-03-08
*
stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"].
Paul Sokolovsky
2014-02-18
*
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-15
*
Retain file order of qstr definitions.
Damien George
2014-01-24
*
Allow qstr's with non-ident chars, construct good identifier for them.
Paul Sokolovsky
2014-01-24
*
Fix malformed generated file when using python 2.7
Dave Hylands
2014-01-21
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21