Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
b6b34cd3f6585eed455473bc149e9db758a45d9c
/
py
/
makeqstrdata.py
e191d42
py: Use % str formatting instead of {} in makeqstrdata.py.
by Damien George
· 11 years ago
de09caa
Bring the C and Python compute_hash functions into consistency
by Chris Angelico
· 11 years ago
1dc7f04
More relaxed parsing of preprocessed qstr header
by stijn
· 11 years ago
708c073
py: Add '*' qstr for 'import *'; use blank qstr for comprehension arg.
by Damien George
· 11 years ago
897fe0c
py: Add builtin functions bin and oct, and some tests for them.
by Damien George
· 11 years ago
b013aea
py: Fix builtin hex to print prefix.
by Damien George
· 11 years ago
5805111
py: Add hex builtin function.
by Damien George
· 11 years ago
3683789
py: Clean up and add comments to makeqstrdata.
by Damien George
· 11 years ago
5bb7d99
py: Modify makeqstrdata to recognise better the output of CPP.
by Damien George
· 11 years ago
73b7027
objstr: Add str.encode() and bytes.decode() methods.
by Paul Sokolovsky
· 11 years ago
a925cb5
py: Preprocess qstrdefs.h before feeding to makeqstrdata.py.
by Paul Sokolovsky
· 11 years ago
6ea0e92
Revert "makeqstrdata.py: Add support for conditionally defined qstrs."
by Paul Sokolovsky
· 11 years ago
acb133d
makeqstrdata.py: Add support for conditionally defined qstrs.
by Paul Sokolovsky
· 11 years ago
6e628c4
py: Replace naive and teribble hash function with djb2.
by Damien George
· 11 years ago
0308f96
Fix makeqstrdata.py to work in Python 2.7
by Dave Hylands
· 11 years ago
fdf0da5
makeqstrdata: print error to stderr.
by Damien George
· 11 years ago
4aee119
stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"].
by Paul Sokolovsky
· 11 years ago
a71c83a
Change mp_obj_type_t.name from const char * to qstr.
by Damien George
· 11 years ago
1976bae
Retain file order of qstr definitions.
by Damien George
· 12 years ago
ab5d082
Allow qstr's with non-ident chars, construct good identifier for them.
by Paul Sokolovsky
· 12 years ago
7a996b1
Fix malformed generated file when using python 2.7
by Dave Hylands
· 12 years ago
55baff4
Revamp qstrs: they now include length and hash.
by Damien George
· 12 years ago