1. 04 Şub, 2006 3 kayıt (commit)
  2. 03 Şub, 2006 2 kayıt (commit)
  3. 02 Şub, 2006 1 kayıt (commit)
  4. 01 Şub, 2006 1 kayıt (commit)
    • Thomas Wouters's avatar
      As discussed on python-dev, silence three gcc-4.0.x warnings, using assert() · 553489ab
      Thomas Wouters yazdı
      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 Ock, 2006 1 kayıt (commit)
  6. 30 Ock, 2006 2 kayıt (commit)
  7. 29 Ock, 2006 6 kayıt (commit)
  8. 28 Ock, 2006 1 kayıt (commit)
    • Thomas Wouters's avatar
      Work around a Solaris peculiarity that caused test_pty to sometimes fail: a · 35f34f8d
      Thomas Wouters yazdı
      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 Ock, 2006 3 kayıt (commit)
  10. 26 Ock, 2006 1 kayıt (commit)
  11. 25 Ock, 2006 4 kayıt (commit)
  12. 24 Ock, 2006 8 kayıt (commit)
  13. 23 Ock, 2006 7 kayıt (commit)