1. 14 Agu, 2006 1 kayıt (commit)
  2. 12 Şub, 2004 1 kayıt (commit)
  3. 31 May, 2002 1 kayıt (commit)
  4. 23 May, 2002 1 kayıt (commit)
  5. 15 May, 2002 1 kayıt (commit)
  6. 04 Nis, 2002 1 kayıt (commit)
  7. 31 Mar, 2002 1 kayıt (commit)
  8. 07 Agu, 2001 1 kayıt (commit)
  9. 29 Haz, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Turns out Neil didn't intend for *all* of his gen-branch work to get · 4efb6e96
      Tim Peters yazdı
      committed.
      
      tokenize.py:  I like these changes, and have tested them extensively
      without even realizing it, so I just updated the docstring and the docs.
      
      tabnanny.py:  Also liked this, but did a little code fiddling.  I should
      really rewrite this to *exploit* generators, but that's near the bottom
      of my effort/benefit scale so doubt I'll get to it anytime soon (it
      would be most useful as a non-trivial example of ideal use of generators;
      but test_generators.py has already grown plenty of food-for-thought
      examples).
      
      inspect.py:  I'm sure Ping intended for this to continue running even
      under 1.5.2, so I reverted this to the last pre-gen-branch version.  The
      "bugfix" I checked in in-between was actually repairing a bug *introduced*
      by the conversion to generators, so it's OK that the reverted version
      doesn't reflect that checkin.
      4efb6e96
  10. 18 Haz, 2001 1 kayıt (commit)
  11. 08 Nis, 2001 1 kayıt (commit)
  12. 01 Mar, 2001 1 kayıt (commit)
  13. 15 Ock, 2001 1 kayıt (commit)
  14. 23 Şub, 2000 1 kayıt (commit)
  15. 30 Tem, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mark Hammond writes: · a74c5566
      Guido van Rossum yazdı
      """
      If the filename being complained about contains a space, enclose the
      file-name in quotes.
      
      The reason is simply that when I try and parse tabnanny's output, filenames
      with spaces make it very difficult to determine where the filename stops
      and the linenumber begins!
      """
      
      Tim approves.
      
      I slightly changed the patch (use 'in' instead of string.find()) and
      arbitrarily bumped the __version__ variable up to 6.
      a74c5566
  16. 18 Ara, 1998 1 kayıt (commit)
  17. 14 Eyl, 1998 1 kayıt (commit)
  18. 09 Haz, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      From: "Tim Peters" <tim_one@msn.com> · aa2a7a4a
      Guido van Rossum yazdı
      The 1.5.1 tabnanny.py suffers an assert error if fed a script whose last
      line is both indented and lacks a newline:
      
      if 1:
          print 'oh fudge' # no newline here:
      
      The attached version repairs that.
      aa2a7a4a
  19. 28 Nis, 1998 1 kayıt (commit)
  20. 10 Nis, 1998 1 kayıt (commit)
  21. 06 Nis, 1998 2 kayıt (commit)
  22. 31 Mar, 1998 1 kayıt (commit)