1. 26 Dec, 2001 5 commits
  2. 25 Dec, 2001 2 commits
    • Tim Peters's avatar
      SF bug #495548: troublesome #define in pyport.h · 59d59042
      Tim Peters authored
      Removed the ancient "#define ANY void".
      
      Bugfix candidate?  Hard call.  The bug report claims the existence of
      this #define creates conflicts with other packages, which is easy to
      believe.  OTOH, some extension authors may still be relying on its
      presence.  I'm afraid you can't win on this one.
      59d59042
    • Tim Peters's avatar
      SF bug #496549 -Qnew and in-place division "/=". · c21e2d5b
      Tim Peters authored
      eval_frame():  Under -Qnew, INPLACE_DIVIDE wasn't getting handed off to
      INPLACE_TRUE_DIVIDE (like BINARY_DIVIDE was getting handed off to
      BINARY_TRUE_DIVIDE).
      
      Bugfix candidate.
      c21e2d5b
  3. 23 Dec, 2001 1 commit
  4. 22 Dec, 2001 3 commits
  5. 21 Dec, 2001 12 commits
  6. 20 Dec, 2001 11 commits
  7. 19 Dec, 2001 6 commits