1. 18 Nis, 2002 1 kayıt (commit)
  2. 22 Şub, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      backport tim_one's checkin of · a9793cb9
      Michael W. Hudson yazdı
          revision 1.3 of reindent.py
      
      SF bug #497839:  reindent chokes on empty first lines.
      Reindenter.run():  copy over initial all-whitespace lines (if any, and
      after normalizing to remove trailing blanks and tabs).
      Bugfix candidate.
      a9793cb9
  3. 06 Ara, 2001 2 kayıt (commit)
  4. 04 Ara, 2001 1 kayıt (commit)
  5. 28 Kas, 2001 1 kayıt (commit)
  6. 08 Eki, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Replace all instances of err.strerror with err. · eaa6e3c7
      Jeremy Hylton yazdı
      The strerror attribute contained only partial information about the
      exception and produced some very confusing error messages.  By passing
      err (the exception object itself) and letting it convert itself to a
      string, the error messages are better.
      eaa6e3c7
  7. 04 Eki, 2001 1 kayıt (commit)
  8. 23 Eyl, 2001 1 kayıt (commit)
  9. 22 Eyl, 2001 2 kayıt (commit)
  10. 04 Eyl, 2001 4 kayıt (commit)
  11. 02 Eyl, 2001 3 kayıt (commit)
  12. 01 Eyl, 2001 1 kayıt (commit)
  13. 15 Agu, 2001 1 kayıt (commit)
  14. 13 Agu, 2001 1 kayıt (commit)
  15. 12 Agu, 2001 2 kayıt (commit)
  16. 09 Agu, 2001 2 kayıt (commit)
  17. 05 Agu, 2001 1 kayıt (commit)
  18. 20 Tem, 2001 1 kayıt (commit)
  19. 22 Haz, 2001 1 kayıt (commit)
  20. 07 Haz, 2001 1 kayıt (commit)
  21. 16 May, 2001 1 kayıt (commit)
  22. 08 May, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Fix several bugs and add two features. · 66a7e57c
      Jeremy Hylton yazdı
      Assertion error message had typos in arguments to string format.
      
      .cover files for modules in packages are now put in the right place.
      
      The code that generate .cover files seemed to prepend a "./" to many
      absolute paths, causing them to fail.  The code now checks explicitly
      for absolute paths and leaves them alone.
      
      In trace/coverage code, recover from case where module has no __name__
      attribute, when e.g. it is executed by PyRun_String().  In this case,
      assign modulename to None and hope for the best.  There isn't anywhere
      to write out coverage data for this code anyway.
      
      Also, replace several sys.stderr.writes with print >> sys.stderr.
      
      New features:
      
      -C/--coverdir dir: Generate .cover files in specified directory
      instead of in the directory where the .py file is.
      
      -s: Print a short summary of files coverred (# lines, % coverage,
      name)
      66a7e57c
  23. 10 Nis, 2001 1 kayıt (commit)
  24. 23 Mar, 2001 1 kayıt (commit)
  25. 01 Mar, 2001 1 kayıt (commit)
  26. 28 Şub, 2001 1 kayıt (commit)
  27. 10 Şub, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Moved SequenceMatcher from ndiff into new std library module difflib.py. · 9ae2148a
      Tim Peters yazdı
      Guido told me to do this <wink>.
      Greatly expanded docstrings, and fleshed out with examples.
      New std test.
      Added new get_close_matches() function for ESR.
      Needs docs, but LaTeXification of the module docstring is all it needs.
      \CVS: ----------------------------------------------------------------------
      9ae2148a
  28. 17 Ock, 2001 2 kayıt (commit)
  29. 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
  30. 09 Ara, 2000 1 kayıt (commit)