An error occurred fetching the project authors.
  1. 02 Nov, 2009 1 commit
  2. 31 Oct, 2009 1 commit
  3. 29 Oct, 2009 1 commit
  4. 28 Oct, 2009 1 commit
  5. 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
  6. 22 Oct, 2009 2 commits
  7. 20 Oct, 2009 2 commits
  8. 16 Oct, 2009 2 commits
  9. 15 Oct, 2009 3 commits
  10. 13 Oct, 2009 1 commit
  11. 10 Oct, 2009 1 commit
  12. 04 Oct, 2009 3 commits
  13. 01 Oct, 2009 1 commit
  14. 18 Sep, 2009 2 commits
  15. 11 Sep, 2009 3 commits
  16. 10 Sep, 2009 1 commit
  17. 21 Aug, 2009 2 commits
  18. 22 Jul, 2009 1 commit
  19. 26 May, 2009 1 commit
  20. 21 May, 2009 2 commits
  21. 20 May, 2009 1 commit
  22. 17 May, 2009 1 commit
  23. 16 May, 2009 1 commit
  24. 14 May, 2009 5 commits