1. 19 Ock, 2006 1 kayıt (commit)
  2. 06 Nis, 2005 2 kayıt (commit)
  3. 22 Mar, 2004 1 kayıt (commit)
  4. 19 Kas, 2003 1 kayıt (commit)
  5. 12 Eki, 2003 1 kayıt (commit)
  6. 29 Ara, 2002 1 kayıt (commit)
  7. 14 Ara, 2002 1 kayıt (commit)
  8. 02 Agu, 2002 1 kayıt (commit)
  9. 13 Haz, 2002 1 kayıt (commit)
  10. 13 May, 2002 1 kayıt (commit)
  11. 06 Eyl, 2001 1 kayıt (commit)
  12. 05 Eyl, 2001 4 kayıt (commit)
  13. 04 Eyl, 2001 1 kayıt (commit)
  14. 07 Agu, 2001 1 kayıt (commit)
  15. 10 Haz, 2001 1 kayıt (commit)
  16. 12 Eki, 2000 2 kayıt (commit)
  17. 16 Eyl, 2000 1 kayıt (commit)
  18. 01 Eyl, 2000 2 kayıt (commit)
  19. 10 Agu, 2000 1 kayıt (commit)
  20. 31 Tem, 2000 1 kayıt (commit)
  21. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  22. 03 Tem, 2000 2 kayıt (commit)
  23. 02 Tem, 2000 1 kayıt (commit)
  24. 30 Haz, 2000 2 kayıt (commit)
  25. 11 May, 2000 2 kayıt (commit)
  26. 08 May, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Trent Mick: · c554505c
      Guido van Rossum yazdı
      Fix overflow bug in ldexp(x, exp). The 'exp' argument maps to a C int for the
      math library call [double ldexp(double, int)], however the 'd'
      PyArg_ParseTuple formatter was used to yield a double, which was subsequently
      cast to an int. This could overflow.
      
      [GvR: mysteriously, on Solaris 2.7, ldexp(1, 2147483647) returns Inf
      while ldexp(1, 2147483646) raises OverflowError; this seems a bug in
      the math library (it also takes a real long time to compute the
      Inf outcome).  Does this point to a bug in the CHECK() macro?  It
      should have discovered that the result was outside the HUGE_VAL range.]
      c554505c
  27. 08 Ara, 1998 1 kayıt (commit)
  28. 04 Ara, 1998 2 kayıt (commit)
  29. 20 May, 1997 1 kayıt (commit)
  30. 14 Mar, 1997 1 kayıt (commit)