1. 03 Oct, 2009 1 commit
  2. 04 Oct, 2009 1 commit
  3. 24 Oct, 2009 5 commits
  4. 12 Oct, 2009 1 commit
    • Mark Lodato's avatar
      prevent warnings when compiling with `gcc -Wextra` · dabef9db
      Mark Lodato authored
      The PyInt conversion functions generate two warnings when compiled under
      `gcc -Wall -Wextra`:
      
      1. comparison of unsigned expression < 0 is always false
      
      2. signed and unsigned type in conditional expression
      
      This patch fixes these problems by creating a new temporary variable
      `is_unsigned`, which fixes problem 1, and by converting the ternary
      return expression into a normal if/else branch, which fixes problem 2.
      dabef9db
  5. 23 Oct, 2009 1 commit
  6. 22 Oct, 2009 1 commit
  7. 16 Oct, 2009 2 commits
  8. 23 Oct, 2009 6 commits
  9. 22 Oct, 2009 17 commits
  10. 21 Oct, 2009 5 commits