1. 18 Jun, 2001 5 commits
  2. 17 Jun, 2001 4 commits
  3. 16 Jun, 2001 8 commits
  4. 15 Jun, 2001 3 commits
  5. 14 Jun, 2001 8 commits
  6. 13 Jun, 2001 11 commits
  7. 12 Jun, 2001 1 commit
    • Tim Peters's avatar
      The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() · 91621dbc
      Tim Peters authored
      functions.  I intend to replace their guts with calls to the new
      _PyLong_{As,From}ByteArray() functions, but AFAICT there's no tests for
      them at all now; I also suspect PyLong_AsLongLong() isn't catching all
      overflow cases, but without a std test to demonstrate that why should you
      believe me <wink>.
      
      Also added a raiseTestError() utility function.
      91621dbc