1. 16 Haz, 2001 8 kayıt (commit)
  2. 15 Haz, 2001 3 kayıt (commit)
  3. 14 Haz, 2001 8 kayıt (commit)
  4. 13 Haz, 2001 11 kayıt (commit)
  5. 12 Haz, 2001 9 kayıt (commit)
  6. 11 Haz, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Two new private longobject API functions, · 2a9b3673
      Tim Peters yazdı
          _PyLong_FromByteArray
          _PyLong_AsByteArray
      Untested and probably buggy -- they compile OK, but nothing calls them
      yet.  Will soon be called by the struct module, to implement x-platform
      'q' and 'Q'.
      If other people have uses for them, we could move them into the public API.
      See longobject.h for usage details.
      2a9b3673