1. 10 Apr, 2001 3 commits
    • Guido van Rossum's avatar
      Append the revision number for each file to the output. · 58ada0d0
      Guido van Rossum authored
      (Yes, this is a new feature right before the 2.1 release.  No, I can't
      imagine this would seriously break anybody's code.  In fact, most
      users of this script are probably *happy* to see this addition.)
      58ada0d0
    • Tim Peters's avatar
      Mechanical fiddling for easier reading: every "if" test was enclosed in · dae173fd
      Tim Peters authored
      parens, but no "while" test.  Removed the former.
      dae173fd
    • Tim Peters's avatar
      Critical fix: if cPickle on a sizeof(long)==8 box is used to read a · e93cc859
      Tim Peters authored
      binary pickle, and the latter contains a pickle of a negative Python
      int i written on a sizeof(long)==4 box (and whether by cPickle or
      pickle.py), it's read incorrectly as i + 2**32.  The patch repairs that,
      and allows test_cpickle.py (to which I added a relevant test case earlier
      today) to work again on sizeof(long)==8 boxes.
      There's another (at least one) sizeof(long)==8 binary pickle bug, but in
      pickle.py instead.  That bug is still there, and test_pickle.py doesn't
      catch it yet (try pickling and unpickling, e.g., 1 << 46).
      e93cc859
  2. 09 Apr, 2001 17 commits
  3. 08 Apr, 2001 6 commits
  4. 07 Apr, 2001 6 commits
  5. 06 Apr, 2001 8 commits