Lines Matching full:join
16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'),
17 os.path.join('Modules', '_ctypes', 'libffi_msvc'),
18 os.path.join('Modules', '_decimal', 'libmpdec'),
19 os.path.join('Modules', 'expat'),
20 os.path.join('Modules', 'zlib')]
101 if not os.path.exists(os.path.join(SRCDIR, '.git')):
121 if os.path.exists(os.path.join(SRCDIR, '.git')):
169 return "\n".join(lines)
177 reindent.check(os.path.join(SRCDIR, path))]
186 abspath = os.path.join(SRCDIR, path)
201 abspath = os.path.join(SRCDIR, path)
225 return os.path.join('Misc', 'ACKS') in file_paths
231 return any(p.startswith(os.path.join('Misc', 'NEWS.d', 'next'))