1. 29 May, 2002 3 commits
  2. 28 May, 2002 4 commits
  3. 27 May, 2002 5 commits
  4. 26 May, 2002 1 commit
  5. 25 May, 2002 1 commit
  6. 24 May, 2002 8 commits
  7. 23 May, 2002 17 commits
  8. 22 May, 2002 1 commit
    • Neal Norwitz's avatar
      Closes: #556025 seg fault when doing list(xrange(1e9)) · d4e5be53
      Neal Norwitz authored
      A MemoryError is now raised when the list cannot be created.
      There is a test, but as the comment says, it really only
      works for 32 bit systems.  I don't know how to improve
      the test for other systems (ie, 64 bit or systems
      where the data size != addressable size,
      e.g. 64 bit data, but 48 bit addressable memory)
      d4e5be53