1. c596612 Implement proper exception type hierarchy. by Damien George · 11 years ago
  2. a71c83a Change mp_obj_type_t.name from const char * to qstr. by Damien George · 11 years ago
  3. 8c2b333 Merge branch 'master' of github.com:micropython/micropython by Damien George · 11 years ago
  4. 76f06de Add NotImplementedError. by Paul Sokolovsky · 11 years ago
  5. 7d0bfbe py: Add some qstrs to the global table. by Damien George · 11 years ago
  6. 64131f3 Add staticmethod and classmethod to builtin namespace. by Damien George · 11 years ago
  7. cdcb490 Merge pull request #262 from pfalcon/sys-path by Damien George · 11 years ago
  8. 35e2a4e py: Add built-in super. by Damien George · 11 years ago
  9. e11b17c Implement support for sys.path when loading modules. by Paul Sokolovsky · 11 years ago
  10. 0c59db1 Use qstr id to create sys module. by Paul Sokolovsky · 11 years ago
  11. 7cd54d7 Add ImportError. by Paul Sokolovsky · 11 years ago
  12. 1d938c9 Expose __import__() function. by Paul Sokolovsky · 11 years ago
  13. ca47679 py: Implement builtin exec. by Damien George · 11 years ago
  14. 4acb245 py: Add very basic implementation of dir() builtin. by Damien George · 12 years ago
  15. 0ebf853 Implement and add tests for the id() builtin function. by xbe · 12 years ago
  16. 09a0c64 py: Improve __bool__ and __len__ dispatch; add slots for them. by Damien George · 12 years ago
  17. b829b5c Implement mp_parse_node_free; print properly repr(string). by Damien George · 12 years ago
  18. 7c9c667 py: Implement iterator support for object that has __getitem__. 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. 12eacca Merge branch 'master' of github.com:micropython/micropython by Damien George · 12 years ago
  21. 55baff4 Revamp qstrs: they now include length and hash. by Damien George · 12 years ago[Renamed from py/mpqstrraw.h]
  22. 7280f79 run-tests: Allow to run tests selectively via command line. by Paul Sokolovsky · 12 years ago
  23. 427905c Add skeleton implementation of array.array and bytearray. by Paul Sokolovsky · 12 years ago
  24. 166bb40 Add OverflowError and use it for small int overflow instead of assert. by Paul Sokolovsky · 12 years ago
  25. 4899ff9 Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr by Damien George · 12 years ago
  26. 7a9d0c4 Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins by Damien George · 12 years ago
  27. d02c6d8 Implement eval. by Damien George · 12 years ago
  28. e2fb2ba Implement repr. by Damien George · 12 years ago
  29. 9528cd6 Convert parse errors to exceptions. by Damien George · 12 years ago
  30. fca456b added filter() by John R. Lenton · 12 years ago
  31. 39b174e Added map by John R. Lenton · 12 years ago
  32. 36c4499 Implement str() and repr() builtin functions. by Paul Sokolovsky · 12 years ago
  33. 9daa789 added enumerate() by John R. Lenton · 12 years ago
  34. 5c76839 sorted by John R. Lenton · 12 years ago
  35. 07205ec added zip() by John R. Lenton · 12 years ago
  36. be84297 Merge pull request #123 from xbe/master by Damien George · 12 years ago
  37. 004cdce py: Implement base class lookup, issubclass, isinstance. by Damien George · 12 years ago
  38. 7b0f39f Implement str.strip by xbe · 12 years ago
  39. 1e40840 Add OSError, Python 3.3 generic I/O exception. by Paul Sokolovsky · 12 years ago
  40. 71c5181 Convert Python types to proper Python type hierarchy. by Damien George · 12 years ago
  41. e9906ac Add ellipsis object. by Damien George · 12 years ago
  42. eb7bfcb Split qstr into pools, and put initial pool in ROM. by Damien George · 12 years ago