1. 22 Nis, 2010 2 kayıt (commit)
  2. 11 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; · cc2b0161
      Guido van Rossum yazdı
        and .keys(), .items(), .values() return dict views.
      
      The dict views aren't fully functional yet; in particular, they can't
      be compared to sets yet.  but they are useful as "iterator wells".
      
      There are still 27 failing unit tests; I expect that many of these
      have fairly trivial fixes, but there are so many, I could use help.
      cc2b0161
  3. 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
  4. 02 Haz, 2002 1 kayıt (commit)
  5. 01 Haz, 2002 1 kayıt (commit)
  6. 11 May, 2001 1 kayıt (commit)
  7. 09 Şub, 2001 1 kayıt (commit)
  8. 24 Ock, 2001 1 kayıt (commit)
  9. 14 Ock, 2001 1 kayıt (commit)
  10. 12 Ara, 2000 1 kayıt (commit)
  11. 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
  12. 26 Mar, 1998 1 kayıt (commit)
  13. 25 Mar, 1997 1 kayıt (commit)
  14. 26 Agu, 1996 1 kayıt (commit)
  15. 30 Eyl, 1995 1 kayıt (commit)