1. 14 May, 2003 1 kayıt (commit)
  2. 27 Şub, 2003 1 kayıt (commit)
  3. 02 Haz, 2002 1 kayıt (commit)
  4. 01 Haz, 2002 3 kayıt (commit)
  5. 08 Eki, 2001 2 kayıt (commit)
    • Tim Peters's avatar
      281084f7
    • Tim Peters's avatar
      Widespread random code cleanup. · 7d016857
      Tim Peters yazdı
      Most of this code was old enough to vote.  Examples of cleanups:
      
      + Backslashes were used for line continuation even inside unclosed
        bracket structures, from back in the days that was still needed.
      
      + There was no use of % formats, and e.g. the old fpformat module was
        still used to format floats "by hand" in conjunction with rjust().
      
      + There was even use of a do-nothing .ignore() method to tack on to the
        end of a chain of method calls, else way back when Python would print
        the non-None result (as it does now in an interactive session -- it
        *used* to do that in batch mode too).
      
      + Perhaps controversial (although I can't imagine why for real <wink>),
        used augmented assignment where helpful.  Stuff like
      
            self.total_calls = self.total_calls + other.total_calls
      
        is just plain harder to follow than
      
            self.total_calls += other.total_calls
      7d016857
  6. 13 Agu, 2001 1 kayıt (commit)
  7. 30 Tem, 2001 1 kayıt (commit)
  8. 28 Tem, 2001 1 kayıt (commit)
  9. 07 Haz, 2001 1 kayıt (commit)
  10. 11 May, 2001 1 kayıt (commit)
  11. 26 Nis, 2001 1 kayıt (commit)
  12. 14 Nis, 2001 2 kayıt (commit)
  13. 13 Nis, 2001 2 kayıt (commit)
  14. 12 Şub, 2001 1 kayıt (commit)
  15. 09 Şub, 2001 1 kayıt (commit)
  16. 15 Ock, 2001 1 kayıt (commit)
  17. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  18. 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
  19. 13 Nis, 1999 1 kayıt (commit)
  20. 23 Mar, 1998 1 kayıt (commit)
  21. 22 Eki, 1997 1 kayıt (commit)
  22. 08 Eki, 1997 1 kayıt (commit)
  23. 30 Eyl, 1995 1 kayıt (commit)
  24. 23 Haz, 1994 1 kayıt (commit)