- 21 Şub, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 18 Ock, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
- 17 May, 2008 1 kayıt (commit)
-
-
- 17 Agu, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 27 May, 2006 1 kayıt (commit)
-
-
Richard Jones yazdı
-
- 17 Kas, 2005 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
charbuffer_encode(). This increases code coverage in Modules/_codecsmodule.c from 83% to 95%.
-
- 30 Agu, 2005 1 kayıt (commit)
-
-
Walter Dörwald yazdı
about illegal code points. The codec now supports PEP 293 style error handlers. (This is a variant of the Nik Haldimann's patch that detects truncated data)
-
- 14 Ara, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 18 Ock, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
charmaptranslate_makespace() allocated more memory than required for the next replacement but didn't remember that fact, so memory size was growing exponentially every time a replacement string is longer that one character. This fixes SF bug #828737.
-
- 12 Agu, 2003 2 kayıt (commit)
-
-
Walter Dörwald yazdı
UnicodeTranslateError message.
-
Walter Dörwald yazdı
If there is only one bad character it will now be printed in a form that is a valid Python string.
-
- 01 May, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 29 Nis, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 19 Şub, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 31 Ock, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
error handers in the Unicode codecs: Negative positions are treated as being relative to the end of the input and out of bounds positions result in an IndexError. Also update the PEP and include an explanation of this in the documentation for codecs.register_error. Fixes a small bug in iconv_codecs: if the position from the callback is negative *add* it to the size instead of substracting it. From SF patch #677429.
-
- 20 Ock, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 09 Ock, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 08 Ock, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From: 69.73% of 294 source lines executed in file ./Modules/_codecsmodule.c 79.47% of 487 source lines executed in file Python/codecs.c 78.45% of 3643 source lines executed in file Objects/unicodeobject.c To: 70.41% of 294 source lines executed in file ./Modules/_codecsmodule.c 82.75% of 487 source lines executed in file Python/codecs.c 80.76% of 3638 source lines executed in file Objects/unicodeobject.c This actually unearthed a bug in the handling of None values in PyUnicode_EncodeCharmap.
-
- 25 Kas, 2002 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 23 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 06 Eyl, 2002 1 kayıt (commit)
-
-
Walter Dörwald yazdı
when the replacement from an encoding error callback is itself unencodable.
-
- 02 Eyl, 2002 1 kayıt (commit)
-
-