]> granicus.if.org Git - python/commit
remove lib2to3 to update
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Feb 2010 02:38:09 +0000 (02:38 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Feb 2010 02:38:09 +0000 (02:38 +0000)
commit6f4e5946d49d365641af4719813e2c5f93c03fcb
tree582f4d5dc69033780f139cc6c63c92e734c9263d
parent730820f978f736867c4f8166edb75d26a2c38f81
remove lib2to3 to update
91 files changed:
Lib/lib2to3/Grammar.txt [deleted file]
Lib/lib2to3/PatternGrammar.txt [deleted file]
Lib/lib2to3/__init__.py [deleted file]
Lib/lib2to3/fixer_base.py [deleted file]
Lib/lib2to3/fixer_util.py [deleted file]
Lib/lib2to3/fixes/__init__.py [deleted file]
Lib/lib2to3/fixes/fix_apply.py [deleted file]
Lib/lib2to3/fixes/fix_basestring.py [deleted file]
Lib/lib2to3/fixes/fix_buffer.py [deleted file]
Lib/lib2to3/fixes/fix_callable.py [deleted file]
Lib/lib2to3/fixes/fix_dict.py [deleted file]
Lib/lib2to3/fixes/fix_except.py [deleted file]
Lib/lib2to3/fixes/fix_exec.py [deleted file]
Lib/lib2to3/fixes/fix_execfile.py [deleted file]
Lib/lib2to3/fixes/fix_filter.py [deleted file]
Lib/lib2to3/fixes/fix_funcattrs.py [deleted file]
Lib/lib2to3/fixes/fix_future.py [deleted file]
Lib/lib2to3/fixes/fix_getcwdu.py [deleted file]
Lib/lib2to3/fixes/fix_has_key.py [deleted file]
Lib/lib2to3/fixes/fix_idioms.py [deleted file]
Lib/lib2to3/fixes/fix_import.py [deleted file]
Lib/lib2to3/fixes/fix_imports.py [deleted file]
Lib/lib2to3/fixes/fix_imports2.py [deleted file]
Lib/lib2to3/fixes/fix_input.py [deleted file]
Lib/lib2to3/fixes/fix_intern.py [deleted file]
Lib/lib2to3/fixes/fix_isinstance.py [deleted file]
Lib/lib2to3/fixes/fix_itertools.py [deleted file]
Lib/lib2to3/fixes/fix_itertools_imports.py [deleted file]
Lib/lib2to3/fixes/fix_long.py [deleted file]
Lib/lib2to3/fixes/fix_map.py [deleted file]
Lib/lib2to3/fixes/fix_metaclass.py [deleted file]
Lib/lib2to3/fixes/fix_methodattrs.py [deleted file]
Lib/lib2to3/fixes/fix_ne.py [deleted file]
Lib/lib2to3/fixes/fix_next.py [deleted file]
Lib/lib2to3/fixes/fix_nonzero.py [deleted file]
Lib/lib2to3/fixes/fix_numliterals.py [deleted file]
Lib/lib2to3/fixes/fix_paren.py [deleted file]
Lib/lib2to3/fixes/fix_print.py [deleted file]
Lib/lib2to3/fixes/fix_raise.py [deleted file]
Lib/lib2to3/fixes/fix_raw_input.py [deleted file]
Lib/lib2to3/fixes/fix_reduce.py [deleted file]
Lib/lib2to3/fixes/fix_renames.py [deleted file]
Lib/lib2to3/fixes/fix_repr.py [deleted file]
Lib/lib2to3/fixes/fix_set_literal.py [deleted file]
Lib/lib2to3/fixes/fix_standarderror.py [deleted file]
Lib/lib2to3/fixes/fix_sys_exc.py [deleted file]
Lib/lib2to3/fixes/fix_throw.py [deleted file]
Lib/lib2to3/fixes/fix_tuple_params.py [deleted file]
Lib/lib2to3/fixes/fix_types.py [deleted file]
Lib/lib2to3/fixes/fix_unicode.py [deleted file]
Lib/lib2to3/fixes/fix_urllib.py [deleted file]
Lib/lib2to3/fixes/fix_ws_comma.py [deleted file]
Lib/lib2to3/fixes/fix_xrange.py [deleted file]
Lib/lib2to3/fixes/fix_xreadlines.py [deleted file]
Lib/lib2to3/fixes/fix_zip.py [deleted file]
Lib/lib2to3/main.py [deleted file]
Lib/lib2to3/patcomp.py [deleted file]
Lib/lib2to3/pgen2/__init__.py [deleted file]
Lib/lib2to3/pgen2/conv.py [deleted file]
Lib/lib2to3/pgen2/driver.py [deleted file]
Lib/lib2to3/pgen2/grammar.py [deleted file]
Lib/lib2to3/pgen2/literals.py [deleted file]
Lib/lib2to3/pgen2/parse.py [deleted file]
Lib/lib2to3/pgen2/pgen.py [deleted file]
Lib/lib2to3/pgen2/token.py [deleted file]
Lib/lib2to3/pgen2/tokenize.py [deleted file]
Lib/lib2to3/pygram.py [deleted file]
Lib/lib2to3/pytree.py [deleted file]
Lib/lib2to3/refactor.py [deleted file]
Lib/lib2to3/tests/__init__.py [deleted file]
Lib/lib2to3/tests/data/README [deleted file]
Lib/lib2to3/tests/data/fixers/bad_order.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/__init__.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py [deleted file]
Lib/lib2to3/tests/data/fixers/no_fixer_cls.py [deleted file]
Lib/lib2to3/tests/data/fixers/parrot_example.py [deleted file]
Lib/lib2to3/tests/data/infinite_recursion.py [deleted file]
Lib/lib2to3/tests/data/py2_test_grammar.py [deleted file]
Lib/lib2to3/tests/data/py3_test_grammar.py [deleted file]
Lib/lib2to3/tests/pytree_idempotency.py [deleted file]
Lib/lib2to3/tests/support.py [deleted file]
Lib/lib2to3/tests/test_all_fixers.py [deleted file]
Lib/lib2to3/tests/test_fixers.py [deleted file]
Lib/lib2to3/tests/test_parser.py [deleted file]
Lib/lib2to3/tests/test_pytree.py [deleted file]
Lib/lib2to3/tests/test_refactor.py [deleted file]
Lib/lib2to3/tests/test_util.py [deleted file]