]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 61596-61597 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 19 Mar 2008 05:04:44 +0000 (05:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 19 Mar 2008 05:04:44 +0000 (05:04 +0000)
commitef04c44e29a8276a484f58d03a75a2dec516302d
tree6231aa6bb789345a6a86c60b0f547a7bfa19927f
parentc42bcbb1f07723476cccd352eb0ae98ad2d1a809
Merged revisions 61596-61597 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61596 | martin.v.loewis | 2008-03-18 23:43:46 -0500 (Di, 18 Mär 2008) | 2 lines

  Import lib2to3.
........
  r61597 | martin.v.loewis | 2008-03-18 23:58:04 -0500 (Di, 18 Mär 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-61595" from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
67 files changed:
Lib/lib2to3/Grammar.txt [new file with mode: 0644]
Lib/lib2to3/PatternGrammar.txt [new file with mode: 0644]
Lib/lib2to3/__init__.py [new file with mode: 0644]
Lib/lib2to3/fixes/__init__.py [new file with mode: 0644]
Lib/lib2to3/fixes/basefix.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_apply.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_basestring.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_buffer.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_callable.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_dict.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_except.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_exec.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_execfile.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_filter.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_funcattrs.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_future.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_has_key.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_idioms.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_imports.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_input.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_intern.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_itertools.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_long.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_map.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_methodattrs.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_ne.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_next.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_nonzero.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_numliterals.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_print.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_raise.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_raw_input.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_renames.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_repr.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_standarderror.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_throw.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_tuple_params.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_types.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_unicode.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_ws_comma.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_xrange.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_xreadlines.py [new file with mode: 0644]
Lib/lib2to3/fixes/util.py [new file with mode: 0644]
Lib/lib2to3/patcomp.py [new file with mode: 0644]
Lib/lib2to3/pgen2/__init__.py [new file with mode: 0644]
Lib/lib2to3/pgen2/conv.py [new file with mode: 0644]
Lib/lib2to3/pgen2/driver.py [new file with mode: 0644]
Lib/lib2to3/pgen2/grammar.py [new file with mode: 0644]
Lib/lib2to3/pgen2/literals.py [new file with mode: 0644]
Lib/lib2to3/pgen2/parse.py [new file with mode: 0644]
Lib/lib2to3/pgen2/pgen.py [new file with mode: 0644]
Lib/lib2to3/pgen2/token.py [new file with mode: 0755]
Lib/lib2to3/pgen2/tokenize.py [new file with mode: 0644]
Lib/lib2to3/pygram.py [new file with mode: 0644]
Lib/lib2to3/pytree.py [new file with mode: 0644]
Lib/lib2to3/refactor.py [new file with mode: 0755]
Lib/lib2to3/tests/__init__.py [new file with mode: 0644]
Lib/lib2to3/tests/benchmark.py [new file with mode: 0644]
Lib/lib2to3/tests/data/py2_test_grammar.py [new file with mode: 0644]
Lib/lib2to3/tests/data/py3_test_grammar.py [new file with mode: 0644]
Lib/lib2to3/tests/pytree_idempotency.py [new file with mode: 0755]
Lib/lib2to3/tests/support.py [new file with mode: 0644]
Lib/lib2to3/tests/test_all_fixers.py [new file with mode: 0644]
Lib/lib2to3/tests/test_fixers.py [new file with mode: 0755]
Lib/lib2to3/tests/test_parser.py [new file with mode: 0644]
Lib/lib2to3/tests/test_pytree.py [new file with mode: 0755]
Lib/lib2to3/tests/test_util.py [new file with mode: 0644]