1. 16 Jun, 2001 8 commits
  2. 15 Jun, 2001 3 commits
  3. 14 Jun, 2001 8 commits
  4. 13 Jun, 2001 11 commits
  5. 12 Jun, 2001 9 commits
  6. 11 Jun, 2001 1 commit
    • Tim Peters's avatar
      Two new private longobject API functions, · 2a9b3673
      Tim Peters authored
          _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