Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Changeset
2
for
python/vendor/Python-2.6.5/Lib/lib2to3
Timestamp:
Sep 3, 2010, 3:21:29 PM (
15 years
ago)
Author:
Yuri Dario
Message:
Initial import for vendor code.
Location:
python/vendor/Python-2.6.5
Files:
105 added
.
(added)
Lib
(added)
Lib/lib2to3
(added)
Lib/lib2to3/Grammar.txt
(added)
Lib/lib2to3/PatternGrammar.txt
(added)
Lib/lib2to3/__init__.py
(added)
Lib/lib2to3/fixer_base.py
(added)
Lib/lib2to3/fixer_util.py
(added)
Lib/lib2to3/fixes
(added)
Lib/lib2to3/fixes/__init__.py
(added)
Lib/lib2to3/fixes/fix_apply.py
(added)
Lib/lib2to3/fixes/fix_basestring.py
(added)
Lib/lib2to3/fixes/fix_buffer.py
(added)
Lib/lib2to3/fixes/fix_callable.py
(added)
Lib/lib2to3/fixes/fix_dict.py
(added)
Lib/lib2to3/fixes/fix_except.py
(added)
Lib/lib2to3/fixes/fix_exec.py
(added)
Lib/lib2to3/fixes/fix_execfile.py
(added)
Lib/lib2to3/fixes/fix_filter.py
(added)
Lib/lib2to3/fixes/fix_funcattrs.py
(added)
Lib/lib2to3/fixes/fix_future.py
(added)
Lib/lib2to3/fixes/fix_getcwdu.py
(added)
Lib/lib2to3/fixes/fix_has_key.py
(added)
Lib/lib2to3/fixes/fix_idioms.py
(added)
Lib/lib2to3/fixes/fix_import.py
(added)
Lib/lib2to3/fixes/fix_imports.py
(added)
Lib/lib2to3/fixes/fix_imports2.py
(added)
Lib/lib2to3/fixes/fix_input.py
(added)
Lib/lib2to3/fixes/fix_intern.py
(added)
Lib/lib2to3/fixes/fix_isinstance.py
(added)
Lib/lib2to3/fixes/fix_itertools.py
(added)
Lib/lib2to3/fixes/fix_itertools_imports.py
(added)
Lib/lib2to3/fixes/fix_long.py
(added)
Lib/lib2to3/fixes/fix_map.py
(added)
Lib/lib2to3/fixes/fix_metaclass.py
(added)
Lib/lib2to3/fixes/fix_methodattrs.py
(added)
Lib/lib2to3/fixes/fix_ne.py
(added)
Lib/lib2to3/fixes/fix_next.py
(added)
Lib/lib2to3/fixes/fix_nonzero.py
(added)
Lib/lib2to3/fixes/fix_numliterals.py
(added)
Lib/lib2to3/fixes/fix_operator.py
(added)
Lib/lib2to3/fixes/fix_paren.py
(added)
Lib/lib2to3/fixes/fix_print.py
(added)
Lib/lib2to3/fixes/fix_raise.py
(added)
Lib/lib2to3/fixes/fix_raw_input.py
(added)
Lib/lib2to3/fixes/fix_reduce.py
(added)
Lib/lib2to3/fixes/fix_renames.py
(added)
Lib/lib2to3/fixes/fix_repr.py
(added)
Lib/lib2to3/fixes/fix_set_literal.py
(added)
Lib/lib2to3/fixes/fix_standarderror.py
(added)
Lib/lib2to3/fixes/fix_sys_exc.py
(added)
Lib/lib2to3/fixes/fix_throw.py
(added)
Lib/lib2to3/fixes/fix_tuple_params.py
(added)
Lib/lib2to3/fixes/fix_types.py
(added)
Lib/lib2to3/fixes/fix_unicode.py
(added)
Lib/lib2to3/fixes/fix_urllib.py
(added)
Lib/lib2to3/fixes/fix_ws_comma.py
(added)
Lib/lib2to3/fixes/fix_xrange.py
(added)
Lib/lib2to3/fixes/fix_xreadlines.py
(added)
Lib/lib2to3/fixes/fix_zip.py
(added)
Lib/lib2to3/main.py
(added)
Lib/lib2to3/patcomp.py
(added)
Lib/lib2to3/pgen2
(added)
Lib/lib2to3/pgen2/__init__.py
(added)
Lib/lib2to3/pgen2/conv.py
(added)
Lib/lib2to3/pgen2/driver.py
(added)
Lib/lib2to3/pgen2/grammar.py
(added)
Lib/lib2to3/pgen2/literals.py
(added)
Lib/lib2to3/pgen2/parse.py
(added)
Lib/lib2to3/pgen2/pgen.py
(added)
Lib/lib2to3/pgen2/token.py
(added)
Lib/lib2to3/pgen2/tokenize.py
(added)
Lib/lib2to3/pygram.py
(added)
Lib/lib2to3/pytree.py
(added)
Lib/lib2to3/refactor.py
(added)
Lib/lib2to3/tests
(added)
Lib/lib2to3/tests/__init__.py
(added)
Lib/lib2to3/tests/data
(added)
Lib/lib2to3/tests/data/README
(added)
Lib/lib2to3/tests/data/bom.py
(added)
Lib/lib2to3/tests/data/crlf.py
(added)
Lib/lib2to3/tests/data/different_encoding.py
(added)
Lib/lib2to3/tests/data/fixers
(added)
Lib/lib2to3/tests/data/fixers/bad_order.py
(added)
Lib/lib2to3/tests/data/fixers/myfixes
(added)
Lib/lib2to3/tests/data/fixers/myfixes/__init__.py
(added)
Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py
(added)
Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py
(added)
Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py
(added)
Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py
(added)
Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
(added)
Lib/lib2to3/tests/data/fixers/no_fixer_cls.py
(added)
Lib/lib2to3/tests/data/fixers/parrot_example.py
(added)
Lib/lib2to3/tests/data/infinite_recursion.py
(added)
Lib/lib2to3/tests/data/py2_test_grammar.py
(added)
Lib/lib2to3/tests/data/py3_test_grammar.py
(added)
Lib/lib2to3/tests/pytree_idempotency.py
(added)
Lib/lib2to3/tests/support.py
(added)
Lib/lib2to3/tests/test_all_fixers.py
(added)
Lib/lib2to3/tests/test_fixers.py
(added)
Lib/lib2to3/tests/test_main.py
(added)
Lib/lib2to3/tests/test_parser.py
(added)
Lib/lib2to3/tests/test_pytree.py
(added)
Lib/lib2to3/tests/test_refactor.py
(added)
Lib/lib2to3/tests/test_util.py
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive