1. 04 Feb, 2006 3 commits
  2. 03 Feb, 2006 2 commits
  3. 02 Feb, 2006 1 commit
  4. 01 Feb, 2006 1 commit
    • Thomas Wouters's avatar
      As discussed on python-dev, silence three gcc-4.0.x warnings, using assert() · 553489ab
      Thomas Wouters authored
      to protect against actual uninitialized usage.
      
      Objects/longobject.c: In function ‘PyLong_AsDouble’:
      Objects/longobject.c:655: warning: ‘e’ may be used uninitialized in this function
      
      Objects/longobject.c: In function ‘long_true_divide’:
      Objects/longobject.c:2263: warning: ‘aexp’ may be used uninitialized in this function
      Objects/longobject.c:2263: warning: ‘bexp’ may be used uninitialized in this function
      553489ab
  5. 31 Jan, 2006 1 commit
  6. 30 Jan, 2006 2 commits
  7. 29 Jan, 2006 6 commits
  8. 28 Jan, 2006 1 commit
    • Thomas Wouters's avatar
      Work around a Solaris peculiarity that caused test_pty to sometimes fail: a · 35f34f8d
      Thomas Wouters authored
      tty opened by os.openpty() isn't always a tty according to os.isatty(), when
      it's tested inside the process that opened it. Doesn't affect actual
      functionality, as using a tty this way is rarely, if ever, useful. Ignoring
      the failure allows the test for actual functionality to continue.
      
      Will backport to 2.4-maint.
      35f34f8d
  9. 27 Jan, 2006 3 commits
  10. 26 Jan, 2006 1 commit
  11. 25 Jan, 2006 4 commits
  12. 24 Jan, 2006 8 commits
  13. 23 Jan, 2006 7 commits