- 10 Ara, 2011 13 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Lars Gustäbel yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Florent Xicluna yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Florent Xicluna yazdı
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
-
- 09 Ara, 2011 12 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Florent Xicluna yazdı
-
Victor Stinner yazdı
Test the following functions: * codecs.raw_unicode_escape_decode() * PyUnicode_FromWideChar() * PyUnicode_FromUnicode() * "unicode_internal" and "unicode_escape" decoders
-
Victor Stinner yazdı
instead of UTF-8, if the wcsftime() function is not available.
-
Victor Stinner yazdı
UTF-8, if the wcsftime() function is not available.
-
Victor Stinner yazdı
Skip locales triggering the mbstowcs() bug. I collected the locale list thanks my previous commit: * hu_HU (ISO8859-2): character U+30000020 * de_AT (ISO8859-1): character U+30000076 * cs_CZ (ISO8859-2): character U+30000020 * sk_SK (ISO8859-2): character U+30000020 * pl_PL (ISO8859-2): character U+30000020 * fr_CA (ISO8859-1): character U+30000020
-
Victor Stinner yazdı
a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses the locale encoding ISO-8859-2, the thousauds separator is b'\xA0' and it is decoded as U+30000020 (an invalid character) by mbstowcs(). The workaround is not enabled yet (commented): I would like first to get more information about the failing locales.
-
Victor Stinner yazdı
bug. On Solaris, if the locale is hu_HU (and if the locale encoding is not UTF-8), the thousauds separator is b'\xA0' which is decoded as U+30000020 instead of U+0020 by mbstowcs().
-
- 08 Ara, 2011 10 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
or has a trailing version number.
-
Victor Stinner yazdı
character in not in range [U+0000; U+10ffff].
-
- 07 Ara, 2011 5 kayıt (commit)
-
-
Victor Stinner yazdı
Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which is wrong. See for example this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810
-
Victor Stinner yazdı
Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which is wrong. See for example this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810
-
Victor Stinner yazdı
The lookup fails at startup if Python is linked to a shared library.
-
Charles-François Natali yazdı
-
Ezio Melotti yazdı
-