1. 53ca6ae py/makeqstrdata.py: Catch and report case of empty input file. by Paul Sokolovsky · 10 years ago
  2. 8d8fdcb stmhal: add option to query for the current usb mode by Tony Abboud · 10 years ago
  3. 3a2fb20 makeqstrdata.py: Typo fix in comment. by Paul Sokolovsky · 10 years ago
  4. c3bd941 py: Make qstr hash size configurable, defaults to 2 bytes. by Damien George · 10 years ago
  5. 26b512e py: Get makeqstrdata.py and makeversionhdr.py running under Python 2.6. by Damien George · 10 years ago
  6. f88eec0 makeqstrdata.py: Add support for strings with backslash escapes. by Paul Sokolovsky · 10 years ago
  7. 99ab64f py/makeqstrdata.py: Make it work again with both Python2 and Python3. by Damien George · 11 years ago
  8. 95836f8 py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. by Damien George · 11 years ago
  9. 6942f80 py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script. by Damien George · 11 years ago
  10. 56e1f99 py/makeqstrdata.py: Add more allowed qstr characters; escape quot. by Damien George · 11 years ago
  11. e191d42 py: Use % str formatting instead of {} in makeqstrdata.py. by Damien George · 11 years ago
  12. de09caa Bring the C and Python compute_hash functions into consistency by Chris Angelico · 11 years ago
  13. 1dc7f04 More relaxed parsing of preprocessed qstr header by stijn · 11 years ago
  14. 708c073 py: Add '*' qstr for 'import *'; use blank qstr for comprehension arg. by Damien George · 11 years ago
  15. 897fe0c py: Add builtin functions bin and oct, and some tests for them. by Damien George · 11 years ago
  16. b013aea py: Fix builtin hex to print prefix. by Damien George · 11 years ago
  17. 5805111 py: Add hex builtin function. by Damien George · 11 years ago
  18. 3683789 py: Clean up and add comments to makeqstrdata. by Damien George · 11 years ago
  19. 5bb7d99 py: Modify makeqstrdata to recognise better the output of CPP. by Damien George · 11 years ago
  20. 73b7027 objstr: Add str.encode() and bytes.decode() methods. by Paul Sokolovsky · 11 years ago
  21. a925cb5 py: Preprocess qstrdefs.h before feeding to makeqstrdata.py. by Paul Sokolovsky · 11 years ago
  22. 6ea0e92 Revert "makeqstrdata.py: Add support for conditionally defined qstrs." by Paul Sokolovsky · 11 years ago
  23. acb133d makeqstrdata.py: Add support for conditionally defined qstrs. by Paul Sokolovsky · 11 years ago
  24. 6e628c4 py: Replace naive and teribble hash function with djb2. by Damien George · 11 years ago
  25. 0308f96 Fix makeqstrdata.py to work in Python 2.7 by Dave Hylands · 11 years ago
  26. fdf0da5 makeqstrdata: print error to stderr. by Damien George · 11 years ago
  27. 4aee119 stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"]. by Paul Sokolovsky · 11 years ago
  28. a71c83a Change mp_obj_type_t.name from const char * to qstr. by Damien George · 11 years ago
  29. 1976bae Retain file order of qstr definitions. by Damien George · 12 years ago
  30. ab5d082 Allow qstr's with non-ident chars, construct good identifier for them. by Paul Sokolovsky · 12 years ago
  31. 7a996b1 Fix malformed generated file when using python 2.7 by Dave Hylands · 12 years ago
  32. 55baff4 Revamp qstrs: they now include length and hash. by Damien George · 12 years ago