.travis.yml LICENSE.txt MANIFEST.in README.rst TESTING.txt check_rst.sh discover_tests.py futurize.py pasteurize.py pytest.ini requirements_py26.txt setup.cfg setup.py docs/Makefile docs/automatic_conversion.rst docs/bind_method.rst docs/bytes_object.rst docs/changelog.rst docs/compatible_idioms.rst docs/conf.py docs/contents.rst.inc docs/conversion_limitations.rst docs/credits.rst docs/custom_iterators.rst docs/custom_str_methods.rst docs/dict_object.rst docs/faq.rst docs/func_annotations.rst docs/future-builtins.rst docs/futureext.py docs/futurize.rst docs/futurize_cheatsheet.rst docs/hindsight.rst docs/imports.rst docs/index.rst docs/int_object.rst docs/isinstance.rst docs/limitations.rst docs/metaclasses.rst docs/open_function.rst docs/overview.rst docs/pasteurize.rst docs/quickstart.rst docs/reference.rst docs/roadmap.rst docs/standard_library_imports.rst docs/stdlib_incompatibilities.rst docs/str_object.rst docs/translation.rst docs/unicode_literals.rst docs/utilities.rst docs/what_else.rst docs/whatsnew.rst docs/why_python3.rst docs/3rd-party-py3k-compat-code/astropy_py3compat.py docs/3rd-party-py3k-compat-code/django_utils_encoding.py docs/3rd-party-py3k-compat-code/gevent_py3k.py docs/3rd-party-py3k-compat-code/ipython_py3compat.py docs/3rd-party-py3k-compat-code/jinja2_compat.py docs/3rd-party-py3k-compat-code/numpy_py3k.py docs/3rd-party-py3k-compat-code/pandas_py3k.py docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py docs/3rd-party-py3k-compat-code/statsmodels_py3k.py docs/_static/python-future-logo.png docs/_static/python-future-logo.tiff docs/_templates/layout.html docs/_templates/navbar.html docs/_templates/sidebarintro.html docs/_templates/sidebarlogo.html docs/_themes/LICENSE docs/_themes/README docs/_themes/future/layout.html docs/_themes/future/relations.html docs/_themes/future/theme.conf docs/_themes/future/static/future.css_t docs/notebooks/Writing Python 2-3 compatible code.ipynb docs/notebooks/bytes object.ipynb docs/notebooks/object special methods (next, bool, ...).ipynb docs/other/auto2to3.py docs/other/find_pattern.py docs/other/fix_notebook_html_colour.py docs/other/lessons.txt docs/other/todo.txt docs/other/upload_future_docs.sh docs/other/useful_links.txt future/__init__.py future.egg-info/PKG-INFO future.egg-info/SOURCES.txt future.egg-info/dependency_links.txt future.egg-info/entry_points.txt future.egg-info/top_level.txt future/backports/__init__.py future/backports/_markupbase.py future/backports/datetime.py future/backports/misc.py future/backports/socket.py future/backports/socketserver.py future/backports/total_ordering.py future/backports/email/__init__.py future/backports/email/_encoded_words.py future/backports/email/_header_value_parser.py future/backports/email/_parseaddr.py future/backports/email/_policybase.py future/backports/email/base64mime.py future/backports/email/charset.py future/backports/email/encoders.py future/backports/email/errors.py future/backports/email/feedparser.py future/backports/email/generator.py future/backports/email/header.py future/backports/email/headerregistry.py future/backports/email/iterators.py future/backports/email/message.py future/backports/email/parser.py future/backports/email/policy.py future/backports/email/quoprimime.py future/backports/email/utils.py future/backports/email/mime/__init__.py future/backports/email/mime/application.py future/backports/email/mime/audio.py future/backports/email/mime/base.py future/backports/email/mime/image.py future/backports/email/mime/message.py future/backports/email/mime/multipart.py future/backports/email/mime/nonmultipart.py future/backports/email/mime/text.py future/backports/html/__init__.py future/backports/html/entities.py future/backports/html/parser.py future/backports/http/__init__.py future/backports/http/client.py future/backports/http/cookiejar.py future/backports/http/cookies.py future/backports/http/server.py future/backports/test/__init__.py future/backports/test/badcert.pem future/backports/test/badkey.pem future/backports/test/dh512.pem future/backports/test/https_svn_python_org_root.pem future/backports/test/keycert.passwd.pem future/backports/test/keycert.pem future/backports/test/keycert2.pem future/backports/test/nokia.pem future/backports/test/nullbytecert.pem future/backports/test/nullcert.pem future/backports/test/pystone.py future/backports/test/sha256.pem future/backports/test/ssl_cert.pem future/backports/test/ssl_key.passwd.pem future/backports/test/ssl_key.pem future/backports/test/ssl_servers.py future/backports/test/support.py future/backports/urllib/__init__.py future/backports/urllib/error.py future/backports/urllib/parse.py future/backports/urllib/request.py future/backports/urllib/response.py future/backports/urllib/robotparser.py future/backports/xmlrpc/__init__.py future/backports/xmlrpc/client.py future/backports/xmlrpc/server.py future/builtins/__init__.py future/builtins/disabled.py future/builtins/iterators.py future/builtins/misc.py future/builtins/newnext.py future/builtins/newround.py future/builtins/newsuper.py future/moves/__init__.py future/moves/_markupbase.py future/moves/queue.py future/moves/socketserver.py future/moves/html/__init__.py future/moves/html/entities.py future/moves/html/parser.py future/moves/http/__init__.py future/moves/http/client.py future/moves/http/cookiejar.py future/moves/http/cookies.py future/moves/http/server.py future/moves/test/__init__.py future/moves/test/support.py future/moves/urllib/__init__.py future/moves/urllib/error.py future/moves/urllib/parse.py future/moves/urllib/request.py future/moves/urllib/response.py future/moves/urllib/robotparser.py future/moves/xmlrpc/__init__.py future/moves/xmlrpc/client.py future/moves/xmlrpc/server.py future/standard_library/__init__.py future/tests/__init__.py future/tests/base.py future/tests/test_buffer.py future/tests/test_builtins.py future/tests/test_builtins_explicit_import.py future/tests/test_bytes.py future/tests/test_common_iterators.py future/tests/test_decorators.py future/tests/test_dict.py future/tests/test_explicit_imports.py future/tests/test_futurize.py future/tests/test_html.py future/tests/test_htmlparser.py future/tests/test_http_cookiejar.py future/tests/test_httplib.py future/tests/test_import_star.py future/tests/test_imports_urllib.py future/tests/test_int.py future/tests/test_int_old_division.py future/tests/test_isinstance.py future/tests/test_libfuturize_fixers.py future/tests/test_list.py future/tests/test_magicsuper.py future/tests/test_object.py future/tests/test_pasteurize.py future/tests/test_py2_str_literals_to_bytes.py future/tests/test_requests.py future/tests/test_standard_library.py future/tests/test_str.py future/tests/test_super.py future/tests/test_surrogateescape.py future/tests/test_urllib.py future/tests/test_urllib2.py future/tests/test_urllib_response.py future/tests/test_urllibnet.py future/tests/test_urlparse.py future/tests/test_utils.py future/tests/disabled/__init__.py future/tests/disabled/disabled_test_http_cookies.py future/tests/disabled/disabled_test_httpservers.py future/tests/disabled/disabled_test_urllib2_localnet.py future/tests/disabled/disabled_test_urllib2net.py future/tests/disabled/disabled_test_xmlrpc.py future/tests/disabled/disabled_test_xmlrpc_net.py future/tests/disabled/test_email/__init__.py future/tests/disabled/test_email/__main__.py future/tests/disabled/test_email/disabled_test__encoded_words.py future/tests/disabled/test_email/disabled_test__header_value_parser.py future/tests/disabled/test_email/disabled_test_asian_codecs.py future/tests/disabled/test_email/disabled_test_defect_handling.py future/tests/disabled/test_email/disabled_test_email.py future/tests/disabled/test_email/disabled_test_generator.py future/tests/disabled/test_email/disabled_test_headerregistry.py future/tests/disabled/test_email/disabled_test_inversion.py future/tests/disabled/test_email/disabled_test_message.py future/tests/disabled/test_email/disabled_test_parser.py future/tests/disabled/test_email/disabled_test_pickleable.py future/tests/disabled/test_email/disabled_test_policy.py future/tests/disabled/test_email/disabled_test_utils.py future/tests/disabled/test_email/data/PyBanner048.gif future/tests/disabled/test_email/data/audiotest.au future/tests/disabled/test_email/data/msg_01.txt future/tests/disabled/test_email/data/msg_02.txt future/tests/disabled/test_email/data/msg_03.txt future/tests/disabled/test_email/data/msg_04.txt future/tests/disabled/test_email/data/msg_05.txt future/tests/disabled/test_email/data/msg_06.txt future/tests/disabled/test_email/data/msg_07.txt future/tests/disabled/test_email/data/msg_08.txt future/tests/disabled/test_email/data/msg_09.txt future/tests/disabled/test_email/data/msg_10.txt future/tests/disabled/test_email/data/msg_11.txt future/tests/disabled/test_email/data/msg_12.txt future/tests/disabled/test_email/data/msg_12a.txt future/tests/disabled/test_email/data/msg_13.txt future/tests/disabled/test_email/data/msg_14.txt future/tests/disabled/test_email/data/msg_15.txt future/tests/disabled/test_email/data/msg_16.txt future/tests/disabled/test_email/data/msg_17.txt future/tests/disabled/test_email/data/msg_18.txt future/tests/disabled/test_email/data/msg_19.txt future/tests/disabled/test_email/data/msg_20.txt future/tests/disabled/test_email/data/msg_21.txt future/tests/disabled/test_email/data/msg_22.txt future/tests/disabled/test_email/data/msg_23.txt future/tests/disabled/test_email/data/msg_24.txt future/tests/disabled/test_email/data/msg_25.txt future/tests/disabled/test_email/data/msg_26.txt future/tests/disabled/test_email/data/msg_27.txt future/tests/disabled/test_email/data/msg_28.txt future/tests/disabled/test_email/data/msg_29.txt future/tests/disabled/test_email/data/msg_30.txt future/tests/disabled/test_email/data/msg_31.txt future/tests/disabled/test_email/data/msg_32.txt future/tests/disabled/test_email/data/msg_33.txt future/tests/disabled/test_email/data/msg_34.txt future/tests/disabled/test_email/data/msg_35.txt future/tests/disabled/test_email/data/msg_36.txt future/tests/disabled/test_email/data/msg_37.txt future/tests/disabled/test_email/data/msg_38.txt future/tests/disabled/test_email/data/msg_39.txt future/tests/disabled/test_email/data/msg_40.txt future/tests/disabled/test_email/data/msg_41.txt future/tests/disabled/test_email/data/msg_42.txt future/tests/disabled/test_email/data/msg_43.txt future/tests/disabled/test_email/data/msg_44.txt future/tests/disabled/test_email/data/msg_45.txt future/tests/disabled/test_email/data/msg_46.txt future/types/__init__.py future/types/newbytes.py future/types/newdict.py future/types/newint.py future/types/newlist.py future/types/newobject.py future/types/newopen.py future/types/newrange.py future/types/newstr.py future/utils/__init__.py future/utils/encoding.py future/utils/six.py future/utils/surrogateescape.py libfuturize/__init__.py libfuturize/fixer_util.py libfuturize/main.py libfuturize/fixes/__init__.py libfuturize/fixes/fix_UserDict.py libfuturize/fixes/fix_absolute_import.py libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py libfuturize/fixes/fix_bytes.py libfuturize/fixes/fix_cmp.py libfuturize/fixes/fix_division.py libfuturize/fixes/fix_division_safe.py libfuturize/fixes/fix_execfile.py libfuturize/fixes/fix_future_builtins.py libfuturize/fixes/fix_future_standard_library.py libfuturize/fixes/fix_future_standard_library_urllib.py libfuturize/fixes/fix_metaclass.py libfuturize/fixes/fix_next_call.py libfuturize/fixes/fix_object.py libfuturize/fixes/fix_oldstr_wrap.py libfuturize/fixes/fix_order___future__imports.py libfuturize/fixes/fix_print.py libfuturize/fixes/fix_print_with_import.py libfuturize/fixes/fix_raise.py libfuturize/fixes/fix_unicode_keep_u.py libfuturize/fixes/fix_unicode_literals_import.py libfuturize/fixes/fix_xrange_with_import.py libpasteurize/__init__.py libpasteurize/main.py libpasteurize/fixes/__init__.py libpasteurize/fixes/feature_base.py libpasteurize/fixes/fix_add_all__future__imports.py libpasteurize/fixes/fix_add_all_future_builtins.py libpasteurize/fixes/fix_add_future_standard_library_import.py libpasteurize/fixes/fix_annotations.py libpasteurize/fixes/fix_division.py libpasteurize/fixes/fix_features.py libpasteurize/fixes/fix_fullargspec.py libpasteurize/fixes/fix_future_builtins.py libpasteurize/fixes/fix_getcwd.py libpasteurize/fixes/fix_imports.py libpasteurize/fixes/fix_imports2.py libpasteurize/fixes/fix_kwargs.py libpasteurize/fixes/fix_memoryview.py libpasteurize/fixes/fix_metaclass.py libpasteurize/fixes/fix_newstyle.py libpasteurize/fixes/fix_next.py libpasteurize/fixes/fix_printfunction.py libpasteurize/fixes/fix_raise.py libpasteurize/fixes/fix_raise_.py libpasteurize/fixes/fix_throw.py libpasteurize/fixes/fix_unpacking.py past/__init__.py past/builtins/__init__.py past/builtins/misc.py past/builtins/noniterators.py past/tests/__init__.py past/tests/test_basestring.py past/tests/test_builtins.py past/tests/test_noniterators.py past/tests/test_olddict.py past/tests/test_oldstr.py past/tests/test_translation.py past/translation/__init__.py past/types/__init__.py past/types/basestring.py past/types/olddict.py past/types/oldstr.py past/utils/__init__.py