- 21 Aug, 2010 8 commits
-
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
fix issue #9129: added proper error handling when accepting new connections in SMTPServer.handle_accept
-
Senthil Kumaran authored
-
Marc-André Lemburg authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 20 Aug, 2010 5 commits
-
-
Victor Stinner authored
Write test.support.workaroundIssue8611() function so it will be easier to remove this workaround from all tests.
-
Victor Stinner authored
The test is still failing on "x86 FreeBSD 7.2 3.x" and "sparc solaris10 gcc 3.x" buildbots. It looks like the locale encoding is able to decode b'\xff'. I suppose that it is an encoding like 'iso-8859-1'. Use C locale to set, I hope, the locale encoding to 'ascii'. Display also the encoding so if the test fails, at least I will learn the locale encoding choosen for the C locale.
-
Victor Stinner authored
There are buildbot failures on "x86 FreeBSD 3.x" and "sparc solaris10 gcc 3.x". I suppose that _Py_char2wchar() doesn't fail even if the locale encoding is unable to decode the byte string, because _Py_char2wchar() has a special mode for platform without mbrtowc() (ISO C99) function. Let's check my theory by avoid error on the Python print() instruction.
-
Vinay Sajip authored
-
Tim Golden authored
-
- 19 Aug, 2010 16 commits
-
-
Vinay Sajip authored
-
Amaury Forgeot d'Arc authored
Also remove one tab, and move a check closer to the possible failure.
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Amaury Forgeot d'Arc authored
Failure to do it may result in strange error messages or even crashes, in admittedly convoluted cases that are normally syntax errors, like: def f(*xx, __debug__): pass
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Catch BytesWarning exceptions.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* Check fs encoding value on Windows * Ignore LANG= test on Windows and Mac OS X (fs encoding is hardcoded on these platforms)
-
Victor Stinner authored
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
Victor Stinner authored
error handler, or strict error handler on Windows. * Rewrite os.fsencode() documentation * Improve os.fsencode and os.fsdecode() tests using the new PYTHONFSENCODING environment variable
-
- 18 Aug, 2010 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
filesystem encoding is not related to sys.sizeof()
-
Éric Araujo authored
-
Andrew M. Kuchling authored
(Also fix a name ordering in the ACKS file.)
-
Éric Araujo authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Amaury Forgeot d'Arc authored
(the other functions where not affected by the recent change)
-
Victor Stinner authored
-
Victor Stinner authored
filesystem encoding. initfsencoding() displays also a better error message if get_codeset() failed.
-
Amaury Forgeot d'Arc authored
-