1. 27 Nov, 2001 2 commits
    • Tim Peters's avatar
      SF bug 485175: buffer overflow in traceback.c. · e5199d5e
      Tim Peters authored
      Bugfix candidate.
      tb_displayline():  the sprintf format was choking off the file name, but
      used plain %s for the function name (which can be arbitrarily long).
      Limit both to 500 chars max.
      e5199d5e
    • Barry Warsaw's avatar
      test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: · d2547c0b
      Barry Warsaw authored
          More changes to the formatdate epoch test: the Mac epoch is in
          localtime, so east of GMT it falls in 1903:-( Changed the test to
          obtain the epoch in both local time and GMT, and do the right
          thing in the comparisons. As a sanity measure also check that
          day/month is Jan 1.
      d2547c0b
  2. 26 Nov, 2001 6 commits
  3. 25 Nov, 2001 3 commits
  4. 24 Nov, 2001 9 commits
  5. 21 Nov, 2001 2 commits
  6. 20 Nov, 2001 2 commits
  7. 19 Nov, 2001 10 commits
  8. 18 Nov, 2001 6 commits