Home
last modified time | relevance | path

Searched refs:supports_unicode_filenames (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/
Dos2emxpath.py160 supports_unicode_filenames = False variable
Dmacpath.py216 supports_unicode_filenames = True variable
Dposixpath.py422 supports_unicode_filenames = (sys.platform == 'darwin') variable
Dntpath.py500 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
/external/python/cpython3/Lib/
Dmacpath.py216 supports_unicode_filenames = True variable
Dposixpath.py451 supports_unicode_filenames = (sys.platform == 'darwin') variable
Dntpath.py533 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
/external/python/cpython2/Lib/test/
Dtest_sax.py29 supports_unicode_filenames = True variable
30 if not os.path.supports_unicode_filenames:
36 supports_unicode_filenames = False variable
38 supports_unicode_filenames,
Dtest_pep277.py46 if not os.path.supports_unicode_filenames:
Dregrtest.py2052 if not os.path.supports_unicode_filenames:
/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py49 if not os.path.supports_unicode_filenames:
Dtest_unicode_file.py11 if not os.path.supports_unicode_filenames:
Dtest_sax.py36 if not os.path.supports_unicode_filenames:
/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py42 if os.path.supports_unicode_filenames:
/external/python/cpython3/Lib/distutils/tests/
Dtest_archive_util.py51 if os.path.supports_unicode_filenames:
/external/python/cpython2/Doc/library/
Dos.path.rst351 .. data:: supports_unicode_filenames
/external/python/cpython3/Doc/library/
Dos.path.rst459 .. data:: supports_unicode_filenames
/external/python/cpython2/Lib/test/support/
D__init__.py741 not os.path.supports_unicode_filenames):
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst560 Set os.path.supports_unicode_filenames to True on Mac OS X.
/external/python/cpython2/Doc/whatsnew/
D2.3.rst356 supported as file names by checking :attr:`os.path.supports_unicode_filenames`,
/external/python/cpython3/Doc/whatsnew/
D2.3.rst356 supported as file names by checking :attr:`os.path.supports_unicode_filenames`,
/external/python/cpython3/Misc/
DHISTORY12080 - Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X.
22421 All platforms now have an os.path.supports_unicode_filenames attribute,
/external/python/cpython2/Misc/
DHISTORY5037 All platforms now have an os.path.supports_unicode_filenames attribute,