1. 20 May, 2001 2 commits
  2. 19 May, 2001 9 commits
  3. 18 May, 2001 8 commits
  4. 17 May, 2001 9 commits
  5. 16 May, 2001 1 commit
  6. 15 May, 2001 10 commits
  7. 14 May, 2001 1 commit
    • Tim Peters's avatar
      Fix new compiler warnings. Also boost "start" from (C) int to long and · d401eddf
      Tim Peters authored
      return a (C) long:  PyArg_ParseTuple and Py_BuildValue may not let us get
      at the size_t we really want, but C int is clearly too small for a 64-bit
      box, and both the start parameter and the return value should work for
      large mapped files even on 32-bit boxes.  The code really needs to be
      rethought from scratch (not by me, though ...).
      d401eddf