1. 18 Eyl, 2013 2 kayıt (commit)
  2. 10 Haz, 2011 2 kayıt (commit)
  3. 02 Ara, 2010 3 kayıt (commit)
  4. 28 May, 2009 1 kayıt (commit)
  5. 26 Eki, 2007 1 kayıt (commit)
  6. 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
  7. 24 Nis, 2003 1 kayıt (commit)
  8. 23 Nis, 2003 1 kayıt (commit)
  9. 01 Haz, 2002 2 kayıt (commit)
  10. 22 Mar, 2002 1 kayıt (commit)
  11. 18 Mar, 2002 1 kayıt (commit)
    • Paul Prescod's avatar
      netrc will now raise a more predictable exception when $HOME is not set · b845f3b4
      Paul Prescod yazdı
      (as it is often not on Windows). The code was always designed so that it
      would raise an IOError if there was no .netrc. But if there was no $HOME
      it would return a KeyError which would be somewhat unexpected for code
      that didn't know the algorithm it used to find .netrc. The particular
      code that triggered this problem for me was ftpmirror.py which handled
      the IOError gracefully, but not the KeyError.
      b845f3b4
  12. 15 Nis, 2001 1 kayıt (commit)
  13. 06 Mar, 2001 1 kayıt (commit)
  14. 06 Şub, 2001 1 kayıt (commit)
  15. 15 Ock, 2001 1 kayıt (commit)
  16. 23 Ara, 2000 1 kayıt (commit)
  17. 12 Ara, 2000 1 kayıt (commit)
  18. 13 Tem, 2000 2 kayıt (commit)
  19. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      More trivial comment -> docstring transformations by Ka-Ping Yee, · 54f22ed3
      Guido van Rossum yazdı
      who writes:
      
      Here is batch 2, as a big collection of CVS context diffs.
      Along with moving comments into docstrings, i've added a
      couple of missing docstrings and attempted to make sure more
      module docstrings begin with a one-line summary.
      
      I did not add docstrings to the methods in profile.py for
      fear of upsetting any careful optimizations there, though
      i did move class documentation into class docstrings.
      
      The convention i'm using is to leave credits/version/copyright
      type of stuff in # comments, and move the rest of the descriptive
      stuff about module usage into module docstrings.  Hope this is
      okay.
      54f22ed3
  20. 03 May, 1999 1 kayıt (commit)
  21. 09 Nis, 1999 1 kayıt (commit)
  22. 22 Ara, 1998 1 kayıt (commit)