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