1. 14 Ara, 1998 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Fixed bug reported to Gregor Hoffleit: · 4c07f81d
      Andrew M. Kuchling yazdı
      > mpz.mpz('\xff') should return mpz(255).  Instead it returns
      > mpz(4294967295L). Looks like the constructor doesn't work with strings
      > containing characters above chr(128).
      Caused by using just 'char' where 'unsigned char' should have been used.
      4c07f81d
  2. 11 Ara, 1998 4 kayıt (commit)
  3. 10 Ara, 1998 13 kayıt (commit)
  4. 09 Ara, 1998 4 kayıt (commit)
  5. 08 Ara, 1998 8 kayıt (commit)
  6. 07 Ara, 1998 7 kayıt (commit)
  7. 05 Ara, 1998 3 kayıt (commit)