1. 09 Oct, 2002 6 commits
  2. 08 Oct, 2002 2 commits
    • Tim Peters's avatar
      The · cfac1d4a
      Tim Peters authored
              list(xrange(sys.maxint / 4))
      test.  Changed 4 to 2.
      
      The belief is that this test intended to trigger a bit of code in
      listobject.c's NRESIZE macro that's looking for arithmetic overflow.  As
      written, it doesn't achieve that, though, and leaves it up to the platform
      realloc() as to whether it wants to allocate 2 gigabytes.  Some platforms
      say "sure!", although they don't appear to mean it, and disaster ensues.
      
      Changing 4 to 2 (just barely) manages to trigger the arithmetic overflow
      test instead, leaving the platform realloc() out of it.
      
      I'll backport this to the 2.2 branch next.
      cfac1d4a
    • Mark Hammond's avatar
      Add os.path.supports_unicode_filenames for all platforms, · 8696ebcd
      Mark Hammond authored
      sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink>
      version), and fix test_pep277.py in a few minor ways.
      Including doc and NEWS entries.
      8696ebcd
  3. 07 Oct, 2002 14 commits
  4. 06 Oct, 2002 6 commits
  5. 05 Oct, 2002 3 commits
  6. 04 Oct, 2002 9 commits