1. 27 Aug, 2015 1 commit
    • Fix assert statement syntax · c846bab6
      `assert (condition, message)` gets parsed by Python as `assert
      a_two_tuple`, and a 2-element tuple is never False.
      
      Discovered by compileall on Python 3.4, which emits a SyntaxWarning for
      this common mistake.
      Marius Gedminas committed
  2. 18 Jun, 2015 1 commit
  3. 11 Feb, 2015 7 commits
  4. 09 Jan, 2015 1 commit