1. 65dc960 unix-cpy: Remove unix-cpy. It's no longer needed. by Damien George · 10 years ago
  2. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  3. 584ba67 py: Move global/nonlocal decl code to compiler for proper SyntaxError. by Damien George · 11 years ago
  4. 7ff996c py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files. by Damien George · 11 years ago
  5. 4abff75 py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. by Damien George · 11 years ago
  6. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  7. 2827d62 py: Implement keyword-only args. by Damien George · 11 years ago
  8. df8127a py: Remove unique_codes from emitglue.c. Replace with pointers. by Damien George · 11 years ago
  9. 2bf7c09 py: Properly implement deletion of locals and derefs, and detect errors. by Damien George · 11 years ago
  10. 11d8cd5 py, compiler: Turn id_info_t.param into a set of flags. by Damien George · 11 years ago
  11. 78035b9 py, compiler: Clean up and compress scope/compile structures. by Damien George · 11 years ago
  12. 8dcc0c7 py: Calculate maximum exception stack size in compiler. by Damien George · 11 years ago
  13. 8725f8f py: Pass all scope flags through to runtime. by Damien George · 11 years ago
  14. fd31358 mp_compile(): Properly free module_scope and all nested scopes. by Paul Sokolovsky · 12 years ago
  15. cbd2f74 py: Add module/function/class name to exceptions. by Damien George · 12 years ago
  16. 6baf76e py: make closures work. by Damien George · 12 years ago
  17. d99b052 Change object representation from 1 big union to individual structs. by Damien · 12 years ago
  18. 9ecbcff py: work towards working closures. by Damien · 12 years ago
  19. 27fb45e Add local_num skeleton framework to deref/closure emit calls. by Damien · 12 years ago
  20. 6cdd3af Implement built-in decorators to select emit type. by Damien · 12 years ago
  21. b05d707 Further factorise PASS_1 out of specific emit code. by Damien · 12 years ago
  22. 415eb6f Restructure emit so it goes through a method table. by Damien · 12 years ago
  23. 429d719 Initial commit. by Damien · 12 years ago