- 13 Sep, 2010 8 commits
-
-
Hirokazu Yamamoto authored
Try to fix buildbot error in other way.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 12 Sep, 2010 17 commits
-
-
Hirokazu Yamamoto authored
-
Amaury Forgeot d'Arc authored
The internal unicode database is now always used. (after 5 years: see http://mail.python.org/pipermail/python-dev/2004-December/050193.html )
-
Georg Brandl authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Matthias Klose authored
to Doc/license.rst.
-
Hirokazu Yamamoto authored
with Python2.7.
-
Antoine Pitrou authored
ZipFile.open()) could return more bytes than requested.
-
Benjamin Peterson authored
-
Victor Stinner authored
Instead of the locale encoding.
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 11 Sep, 2010 14 commits
-
-
Hirokazu Yamamoto authored
-
R. David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Victor Stinner authored
mbcs (Windows default filesystem encoding) is now strict by default, and depending on the code page, TESTFN_UNICODE may not be encodable to bytes. Remove also unused "encoded" argument from _do_directory() method.
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
a non-ASCII byte in the format string. Document also the encoding.
-
Nick Coghlan authored
-
Victor Stinner authored
os.listdir(str) always returns unicode and it can return non-ascii filenames even if supports_unicode_filenames is False.
-
Raymond Hettinger authored
-
- 10 Sep, 2010 1 commit
-
-
Benjamin Peterson authored
-