Lines Matching +full:- +full:- +full:exclude +full:- +full:subdir
12 supports standard YAML tags and provides Python-specific tags that
24 "Development Status :: 5 - Production/Stable",
45 'Mailing lists': 'http://lists.sourceforge.net/lists/listinfo/yaml-core',
115 for idx in range(len(self.ext_modules)-1, -1, -1):
125 "exclude %s" % ext.feature_description),
169 self.attr_name = 'with_' + feature_name.replace('-', '_')
170 self.option_name = 'with-' + feature_name
171 self.neg_option_name = 'without-' + feature_name
255 # running the tests this way can pollute the post-MANIFEST build sources
256 # (see https://github.com/yaml/pyyaml/issues/527#issuecomment-921058344)
261 # have to create a subdir since we don't get dir_exists_ok on copytree until 3.8
272 # this can fail under Windows; best-effort cleanup