1. 09 Mar, 2005 1 kayıt (commit)
  2. 04 Ara, 2003 1 kayıt (commit)
  3. 01 Ara, 2003 1 kayıt (commit)
  4. 18 Ock, 2003 1 kayıt (commit)
  5. 03 Ock, 2003 1 kayıt (commit)
  6. 29 Ara, 2002 1 kayıt (commit)
  7. 19 Agu, 2002 1 kayıt (commit)
  8. 13 Agu, 2002 1 kayıt (commit)
  9. 02 Agu, 2002 1 kayıt (commit)
  10. 13 Haz, 2002 1 kayıt (commit)
  11. 04 Nis, 2002 1 kayıt (commit)
  12. 03 Nis, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      Add the 'bool' type and its values 'False' and 'True', as described in · 77f6a65e
      Guido van Rossum yazdı
      PEP 285.  Everything described in the PEP is here, and there is even
      some documentation.  I had to fix 12 unit tests; all but one of these
      were printing Boolean outcomes that changed from 0/1 to False/True.
      (The exception is test_unicode.py, which did a type(x) == type(y)
      style comparison.  I could've fixed that with a single line using
      issubtype(x, type(y)), but instead chose to be explicit about those
      places where a bool is expected.
      
      Still to do: perhaps more documentation; change standard library
      modules to return False/True from predicates.
      77f6a65e
  13. 09 Agu, 2001 1 kayıt (commit)
  14. 17 Eyl, 2000 1 kayıt (commit)
  15. 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
  16. 08 Tem, 2000 2 kayıt (commit)
  17. 04 Ara, 1998 1 kayıt (commit)
  18. 22 May, 1998 2 kayıt (commit)
  19. 09 Nis, 1998 1 kayıt (commit)
  20. 03 Eyl, 1997 1 kayıt (commit)
  21. 28 Agu, 1997 1 kayıt (commit)
  22. 18 Ara, 1996 1 kayıt (commit)
  23. 05 Ara, 1996 1 kayıt (commit)
  24. 21 Agu, 1996 2 kayıt (commit)
  25. 19 Agu, 1996 1 kayıt (commit)
  26. 08 Agu, 1996 1 kayıt (commit)
  27. 30 Tem, 1996 1 kayıt (commit)