- 09 Dec, 2011 3 commits
-
-
Victor Stinner authored
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 authored
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 authored
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 Dec, 2011 10 commits
-
-
Nadeem Vawda authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
or has a trailing version number.
-
Victor Stinner authored
character in not in range [U+0000; U+10ffff].
-
- 07 Dec, 2011 9 commits
-
-
Victor Stinner authored
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 authored
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 authored
The lookup fails at startup if Python is linked to a shared library.
-
Charles-François Natali authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Charles-François Natali authored
-
Ned Deily authored
(Patch by Tal Einat)
-
Ned Deily authored
(Patch by Tal Einat)
-
- 06 Dec, 2011 7 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Jon Kuhn.
-
Jesus Cea authored
-
Jesus Cea authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
- 05 Dec, 2011 11 commits
-
-
Barry Warsaw authored
given by Campbell Barton).
-
Barry Warsaw authored
given by Campbell Barton).
-
Antoine Pitrou authored
pickle protocol >= 3. The old reduction format is kept with older protocols in order to allow unpickling under Python 2. Patch by Irmen de Jong.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also, reformat a bit.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Remove section about it from the functional programming FAQ.
-