1. 23 Eki, 2010 1 kayıt (commit)
  2. 22 Tem, 2010 1 kayıt (commit)
  3. 21 Ara, 2009 1 kayıt (commit)
  4. 22 Şub, 2009 1 kayıt (commit)
  5. 26 Tem, 2008 1 kayıt (commit)
  6. 30 Agu, 2007 1 kayıt (commit)
  7. 07 Haz, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 55795-55816 via svnmerge from · 1325790b
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ........
        r55797 | neal.norwitz | 2007-06-07 00:00:57 -0700 (Thu, 07 Jun 2007) | 3 lines
      
        Get rid of some remnants of classic classes.  types.ClassType == type.
        Also get rid of almost all uses of the types module and use the builtin name.
      ........
        r55798 | neal.norwitz | 2007-06-07 00:12:36 -0700 (Thu, 07 Jun 2007) | 1 line
      
        Remove a use of types, verify commit hook works
      ........
        r55809 | guido.van.rossum | 2007-06-07 11:11:29 -0700 (Thu, 07 Jun 2007) | 2 lines
      
        Fix syntax error introduced by Neal in last checkin.
      ........
      1325790b
  8. 25 May, 2007 1 kayıt (commit)
  9. 17 Nis, 2007 1 kayıt (commit)
  10. 09 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix most trivially-findable print statements. · be19ed77
      Guido van Rossum yazdı
      There's one major and one minor category still unfixed:
      doctests are the major category (and I hope to be able to augment the
      refactoring tool to refactor bona fide doctests soon);
      other code generating print statements in strings is the minor category.
      
      (Oh, and I don't know if the compiler package works.)
      be19ed77
  11. 18 Agu, 2006 1 kayıt (commit)
  12. 14 Kas, 2002 1 kayıt (commit)
  13. 06 Ara, 2001 1 kayıt (commit)
  14. 16 Eyl, 2000 4 kayıt (commit)
  15. 29 Eyl, 1999 1 kayıt (commit)
    • Greg Ward's avatar
      Added all documentation. · 274ad9dc
      Greg Ward yazdı
      Slightly improved the code for dealing with newline on a comment line,
        and for stripping whitespace.
      274ad9dc
  16. 10 Agu, 1999 1 kayıt (commit)
    • Greg Ward's avatar
      Allow comment characters (#) to be escaped: · abc2f960
      Greg Ward yazdı
        - did away with 'comment_re' option -- it's just not that simple anymore
        - heavily revised the main logic in 'readline()' to accomodate this
      Beefed up 'warn()': 'line' can be list or tuple, and 'msg' is
        automatically converted to a string.
      abc2f960
  17. 15 Nis, 1999 1 kayıt (commit)
  18. 29 Mar, 1999 1 kayıt (commit)
  19. 26 Mar, 1999 1 kayıt (commit)
  20. 23 Mar, 1999 1 kayıt (commit)
  21. 08 Mar, 1999 1 kayıt (commit)
  22. 18 Ock, 1999 1 kayıt (commit)
  23. 13 Ock, 1999 1 kayıt (commit)