1. 17 Ock, 2001 2 kayıt (commit)
  2. 03 Ock, 2001 1 kayıt (commit)
    • Marc-André Lemburg's avatar
      This patch changes the default behaviour of the builtin charmap · a866df80
      Marc-André Lemburg yazdı
      codec to not apply Latin-1 mappings for keys which are not found
      in the mapping dictionaries, but instead treat them as undefined
      mappings.
      
      The patch was originally written by Martin v. Loewis with some
      additional (cosmetic) changes and an updated test script
      by Marc-Andre Lemburg.
      
      The standard codecs were recreated from the most current files
      available at the Unicode.org site using the Tools/scripts/gencodec.py
      tool.
      
      This patch closes the bugs #116285 and #119960.
      a866df80
  3. 09 Ara, 2000 1 kayıt (commit)
  4. 01 Kas, 2000 1 kayıt (commit)
  5. 06 Eki, 2000 1 kayıt (commit)
  6. 05 Eki, 2000 1 kayıt (commit)
  7. 18 Eyl, 2000 1 kayıt (commit)
  8. 16 Eyl, 2000 1 kayıt (commit)
  9. 01 Eyl, 2000 2 kayıt (commit)
  10. 03 Agu, 2000 1 kayıt (commit)
  11. 11 Tem, 2000 1 kayıt (commit)
  12. 30 Haz, 2000 1 kayıt (commit)
  13. 28 Haz, 2000 2 kayıt (commit)
    • Guido van Rossum's avatar
      Running the program through itself reveals that one end tag was · a04ff0fb
      Guido van Rossum yazdı
      mislabeled.
      
      (Using -c and then -e rearranges some comments, so I won't check that
      in -- but it's a good test anyway.
      
      Note that pindent is not perfect -- e.g. it doesn't know about
      triple-quoted strings!)
      a04ff0fb
    • Guido van Rossum's avatar
      Peter Schneider-Kamp: · 59811b18
      Guido van Rossum yazdı
      Problem:
      A Python program can be completed and reformatted using
      Tools/scripts/pindent.py. Unfortunately there is no option for removal
      of the generated "# end"-tags.  Although a few Python commands or a
      "grep -v '# end '" can do wonders here, there are two drawbacks:
      - not everyone has grep/time to write a Python script
      - it is not checked whether the "# end"-tags were used validly
      
      Solution:
      add extra option "-e" (eliminate) to pindent.py
      59811b18
  14. 17 Mar, 2000 2 kayıt (commit)
  15. 10 Mar, 2000 1 kayıt (commit)
  16. 29 Şub, 2000 3 kayıt (commit)
  17. 23 Şub, 2000 2 kayıt (commit)
  18. 14 Şub, 2000 2 kayıt (commit)
  19. 19 Agu, 1999 1 kayıt (commit)
  20. 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
  21. 09 Nis, 1999 1 kayıt (commit)
  22. 02 Nis, 1999 1 kayıt (commit)
  23. 28 Mar, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters writes: · 02ef28b9
      Guido van Rossum yazdı
      I should have waited overnight <wink/sigh>.  Nothing wrong with the one I
      sent, but I couldn't resist going on to add new -r1 / -r2 cmdline options
      for recreating the original files from ndiff's output.  That's attached, if
      you're game!  Us Windows guys don't usually have a sed sitting around
      <wink>.
      02ef28b9
  24. 27 Mar, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters writes: · a3433e89
      Guido van Rossum yazdı
      Attached is a cleaned-up version of ndiff (added useful module
      docstring, now echo'ed in case of cmd line mistake); added -q option
      to suppress initial file identification lines; + other minor cleanups,
      & a slightly faster match engine.
      a3433e89
  25. 26 Mar, 1999 1 kayıt (commit)
  26. 18 Ara, 1998 1 kayıt (commit)
  27. 17 Ara, 1998 1 kayıt (commit)
  28. 20 Eki, 1998 1 kayıt (commit)
  29. 09 Eki, 1998 1 kayıt (commit)
  30. 08 Eki, 1998 1 kayıt (commit)
  31. 07 Eki, 1998 2 kayıt (commit)