index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
makeqstrdata.py
Age
Commit message (
Expand
)
Author
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
py: Clean up and add comments to makeqstrdata.
Damien George
2014-04-13
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-12
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-10
makeqstrdata.py: Add support for conditionally defined qstrs.
Paul Sokolovsky
2014-03-25
py: Replace naive and teribble hash function with djb2.
Damien George
2014-03-10
Fix makeqstrdata.py to work in Python 2.7
Dave Hylands
2014-03-08
makeqstrdata: print error to stderr.
Damien George
2014-02-18
stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"].
Paul Sokolovsky
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-01-24
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-21
Fix malformed generated file when using python 2.7
Dave Hylands
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
[prev]