1. 21 May, 2014 3 commits
    • Kevin Modzelewski's avatar
      Start working on that gcj test · 9a79b92c
      Kevin Modzelewski authored
      Added some string functions and fixed a couple bugs.
      9a79b92c
    • Kevin Modzelewski's avatar
      This was a cfg-construction bug · ac5c2a3c
      Kevin Modzelewski authored
      ac5c2a3c
    • Kevin Modzelewski's avatar
      Fix a bug in expression evaluation order · 8c18a760
      Kevin Modzelewski authored
      Also, give up on maintaining 100% error message compatibility
      with CPython.  There are some places where it's kind of silly
      to do this since the messages seem based on internal implementation
      details; namely, whether to output at the global scope:
      NameError: global name 'x' is not defined
      vs
      NameError: name 'x' is not defined
      This depends on whether any function has been defined that has
      a "global x" declaration.
      
      Instead, make the tester a little bit smarter to know that certain
      classes of error messages should be treated as equivalent.
      8c18a760
  2. 20 May, 2014 8 commits
  3. 19 May, 2014 2 commits
  4. 18 May, 2014 2 commits
  5. 17 May, 2014 5 commits
  6. 16 May, 2014 1 commit
  7. 15 May, 2014 2 commits
  8. 14 May, 2014 2 commits
  9. 13 May, 2014 4 commits
  10. 12 May, 2014 1 commit
  11. 09 May, 2014 2 commits
  12. 08 May, 2014 3 commits
  13. 07 May, 2014 1 commit
  14. 06 May, 2014 1 commit
  15. 05 May, 2014 3 commits