1. 11 Nov, 2008 2 commits
    • Stefan Behnel's avatar
      partial implementation of the "exec" statement · b8a099a0
      Stefan Behnel authored
      - only supports code in strings, not files (should be easy to add)
      - only the "exec XYZ in GLOBALS [,LOCALS]" form is supported, not the execution in the current namespace (would require a mapping representation of it)
      - also includes an incomplete (3-args only) and untested implementation for the exec() function in Py3
      b8a099a0
    • Stefan Behnel's avatar
      import fixes for Py2.6 · 4b1886f9
      Stefan Behnel authored
      4b1886f9
  2. 10 Nov, 2008 1 commit
  3. 09 Nov, 2008 3 commits
  4. 07 Nov, 2008 2 commits
  5. 06 Nov, 2008 1 commit
  6. 04 Nov, 2008 4 commits
  7. 01 Nov, 2008 4 commits
  8. 31 Oct, 2008 1 commit
  9. 30 Oct, 2008 4 commits
  10. 29 Oct, 2008 8 commits
  11. 28 Oct, 2008 6 commits
  12. 27 Oct, 2008 4 commits