1. 7cd54d7 Add ImportError. by Paul Sokolovsky · 11 years ago
  2. 1d938c9 Expose __import__() function. by Paul Sokolovsky · 11 years ago
  3. ca47679 py: Implement builtin exec. by Damien George · 11 years ago
  4. 4acb245 py: Add very basic implementation of dir() builtin. by Damien George · 12 years ago
  5. 0ebf853 Implement and add tests for the id() builtin function. by xbe · 12 years ago
  6. 09a0c64 py: Improve __bool__ and __len__ dispatch; add slots for them. by Damien George · 12 years ago
  7. b829b5c Implement mp_parse_node_free; print properly repr(string). by Damien George · 12 years ago
  8. 7c9c667 py: Implement iterator support for object that has __getitem__. by Damien George · 12 years ago
  9. ab5d082 Allow qstr's with non-ident chars, construct good identifier for them. by Paul Sokolovsky · 12 years ago
  10. 12eacca Merge branch 'master' of github.com:micropython/micropython by Damien George · 12 years ago
  11. 55baff4 Revamp qstrs: they now include length and hash. by Damien George · 12 years ago[Renamed from py/mpqstrraw.h]
  12. 7280f79 run-tests: Allow to run tests selectively via command line. by Paul Sokolovsky · 12 years ago
  13. 427905c Add skeleton implementation of array.array and bytearray. by Paul Sokolovsky · 12 years ago
  14. 166bb40 Add OverflowError and use it for small int overflow instead of assert. by Paul Sokolovsky · 12 years ago
  15. 4899ff9 Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr by Damien George · 12 years ago
  16. 7a9d0c4 Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins by Damien George · 12 years ago
  17. d02c6d8 Implement eval. by Damien George · 12 years ago
  18. e2fb2ba Implement repr. by Damien George · 12 years ago
  19. 9528cd6 Convert parse errors to exceptions. by Damien George · 12 years ago
  20. fca456b added filter() by John R. Lenton · 12 years ago
  21. 39b174e Added map by John R. Lenton · 12 years ago
  22. 36c4499 Implement str() and repr() builtin functions. by Paul Sokolovsky · 12 years ago
  23. 9daa789 added enumerate() by John R. Lenton · 12 years ago
  24. 5c76839 sorted by John R. Lenton · 12 years ago
  25. 07205ec added zip() by John R. Lenton · 12 years ago
  26. be84297 Merge pull request #123 from xbe/master by Damien George · 12 years ago
  27. 004cdce py: Implement base class lookup, issubclass, isinstance. by Damien George · 12 years ago
  28. 7b0f39f Implement str.strip by xbe · 12 years ago
  29. 1e40840 Add OSError, Python 3.3 generic I/O exception. by Paul Sokolovsky · 12 years ago
  30. 71c5181 Convert Python types to proper Python type hierarchy. by Damien George · 12 years ago
  31. e9906ac Add ellipsis object. by Damien George · 12 years ago
  32. eb7bfcb Split qstr into pools, and put initial pool in ROM. by Damien George · 12 years ago