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
/
makeqstrdefs.py
Age
Commit message (
Expand
)
Author
2020-09-22
makeqstrdefs: don't make _and_, _or_ poisoned substrings for QSTRs
Jeff Epler
2018-08-09
Update filter and handle nested quotes
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-03-16
py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-09
py/makeqstrdefs.py: Make script run correctly with Python 2.6.
Damien George
2016-11-28
py: fix python3 compatibility error
Scott Shawcroft
2016-09-19
Merge remote-tracking branch 'micropython/master'
Scott Shawcroft
2016-09-19
py: Support escaped special characters in autogenerated QSTRs.
Scott Shawcroft
2016-09-09
py/makeqstrdefs.py: Use python 2.6 syntax for set creation.
Chris Packham
2016-06-16
py/makeqstrdefs.py: Remove restriction that source path can't be absolute.
Paul Sokolovsky
2016-04-25
py/makeqstrdefs.py: Windows compatibility.
stijn
2016-04-25
py/makeqstrdefs.py: Remove unused function/variable/import.
stijn
2016-04-19
py: Divide "split" and "cat" phases of qstr extraction for better efficiency.
Paul Sokolovsky
2016-04-19
py/makeqstrdefs.py: Process only CPP line-numbering info.
Paul Sokolovsky
2016-04-19
py: Rework QSTR extraction to work in simple and obvious way.
Paul Sokolovsky
2016-04-16
py/makeqstrdefs: Add script to automate extraction of qstr from sources.
Pavel Moravec