Searched refs:supports_unicode_filenames (Results 1 – 23 of 23) sorted by relevance
160 supports_unicode_filenames = False variable
216 supports_unicode_filenames = True variable
422 supports_unicode_filenames = (sys.platform == 'darwin') variable
500 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
451 supports_unicode_filenames = (sys.platform == 'darwin') variable
533 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
29 supports_unicode_filenames = True variable30 if not os.path.supports_unicode_filenames:36 supports_unicode_filenames = False variable38 supports_unicode_filenames,
46 if not os.path.supports_unicode_filenames:
2052 if not os.path.supports_unicode_filenames:
49 if not os.path.supports_unicode_filenames:
11 if not os.path.supports_unicode_filenames:
36 if not os.path.supports_unicode_filenames:
42 if os.path.supports_unicode_filenames:
51 if os.path.supports_unicode_filenames:
351 .. data:: supports_unicode_filenames
459 .. data:: supports_unicode_filenames
741 not os.path.supports_unicode_filenames):
560 Set os.path.supports_unicode_filenames to True on Mac OS X.
356 supported as file names by checking :attr:`os.path.supports_unicode_filenames`,
12080 - 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,
5037 All platforms now have an os.path.supports_unicode_filenames attribute,