MANIFEST.in
README.rst
pavement.py
setup.cfg
PyMOTW_3.egg-info/PKG-INFO
PyMOTW_3.egg-info/SOURCES.txt
PyMOTW_3.egg-info/dependency_links.txt
PyMOTW_3.egg-info/top_level.txt
source/conf.py
source/spelling_wordlist.txt
source/abc/abc_abc_base.py
source/abc/abc_abstractproperty.py
source/abc/abc_abstractproperty_rw.py
source/abc/abc_base.py
source/abc/abc_class_static.py
source/abc/abc_concrete_method.py
source/abc/abc_find_subclasses.py
source/abc/abc_incomplete.py
source/abc/abc_register.py
source/abc/abc_subclass.py
source/argparse/argparse_FileType.py
source/argparse/argparse_action.py
source/argparse/argparse_arguments.py
source/argparse/argparse_choices.py
source/argparse/argparse_conflict_handler_resolve.py
source/argparse/argparse_conflict_handler_resolve2.py
source/argparse/argparse_custom_action.py
source/argparse/argparse_custom_help.py
source/argparse/argparse_default_grouping.py
source/argparse/argparse_fromfile_prefix_chars.py
source/argparse/argparse_fromfile_prefix_chars.txt
source/argparse/argparse_long.py
source/argparse/argparse_metavar_type_help_formatter.py
source/argparse/argparse_mutually_exclusive.py
source/argparse/argparse_nargs.py
source/argparse/argparse_parent_base.py
source/argparse/argparse_parent_with_group.py
source/argparse/argparse_prefix_chars.py
source/argparse/argparse_raw_description_help_formatter.py
source/argparse/argparse_raw_text_help_formatter.py
source/argparse/argparse_short.py
source/argparse/argparse_subparsers.py
source/argparse/argparse_type.py
source/argparse/argparse_uses_parent.py
source/argparse/argparse_uses_parent_with_group.py
source/argparse/argparse_with_help.py
source/argparse/argparse_with_shlex.ini
source/argparse/argparse_with_shlex.py
source/argparse/argparse_without_help.py
source/argparse/tmp_file.txt
source/array/array_byteswap.py
source/array/array_file.py
source/array/array_sequence.py
source/array/array_string.py
source/array/array_tobytes.py
source/asyncio/asyncio_as_completed.py
source/asyncio/asyncio_call_at.py
source/asyncio/asyncio_call_later.py
source/asyncio/asyncio_call_soon.py
source/asyncio/asyncio_cancel_task.py
source/asyncio/asyncio_cancel_task2.py
source/asyncio/asyncio_condition.py
source/asyncio/asyncio_coroutine.py
source/asyncio/asyncio_coroutine_chain.py
source/asyncio/asyncio_coroutine_return.py
source/asyncio/asyncio_create_task.py
source/asyncio/asyncio_debug.py
source/asyncio/asyncio_echo_client_coroutine.py
source/asyncio/asyncio_echo_client_protocol.py
source/asyncio/asyncio_echo_client_ssl.py
source/asyncio/asyncio_echo_server_coroutine.py
source/asyncio/asyncio_echo_server_generator.py
source/asyncio/asyncio_echo_server_protocol.py
source/asyncio/asyncio_echo_server_ssl.py
source/asyncio/asyncio_ensure_future.py
source/asyncio/asyncio_event.py
source/asyncio/asyncio_executor_process.py
source/asyncio/asyncio_executor_thread.py
source/asyncio/asyncio_future_await.py
source/asyncio/asyncio_future_callback.py
source/asyncio/asyncio_future_event_loop.py
source/asyncio/asyncio_gather.py
source/asyncio/asyncio_generator.py
source/asyncio/asyncio_getaddrinfo.py
source/asyncio/asyncio_getnameinfo.py
source/asyncio/asyncio_lock.py
source/asyncio/asyncio_queue.py
source/asyncio/asyncio_signal.py
source/asyncio/asyncio_stop.py
source/asyncio/asyncio_subprocess_coroutine.py
source/asyncio/asyncio_subprocess_coroutine_write.py
source/asyncio/asyncio_subprocess_protocol.py
source/asyncio/asyncio_wait.py
source/asyncio/asyncio_wait_timeout.py
source/atexit/atexit_decorator.py
source/atexit/atexit_exception.py
source/atexit/atexit_keyboardinterrupt.py
source/atexit/atexit_multiple.py
source/atexit/atexit_os_exit.py
source/atexit/atexit_signal_child.py
source/atexit/atexit_signal_parent.py
source/atexit/atexit_simple.py
source/atexit/atexit_sys_exit.py
source/atexit/atexit_unregister.py
source/atexit/atexit_unregister_not_registered.py
source/base64/base64_b64decode.py
source/base64/base64_b64encode.py
source/base64/base64_base16.py
source/base64/base64_base32.py
source/base64/base64_base85.py
source/base64/base64_urlsafe.py
source/bisect/bisect_example.py
source/bisect/bisect_example2.py
source/bz2/bz2_file_compresslevel.py
source/bz2/bz2_file_read.py
source/bz2/bz2_file_seek.py
source/bz2/bz2_file_write.py
source/bz2/bz2_file_writelines.py
source/bz2/bz2_incremental.py
source/bz2/bz2_lengths.py
source/bz2/bz2_memory.py
source/bz2/bz2_mixed.py
source/bz2/bz2_server.py
source/bz2/bz2_unicode.py
source/bz2/lorem.txt
source/calendar/calendar_formatyear.py
source/calendar/calendar_htmlcalendar.py
source/calendar/calendar_locale.py
source/calendar/calendar_monthcalendar.py
source/calendar/calendar_secondthursday.py
source/calendar/calendar_textcalendar.py
source/calendar/calendar_yeardays2calendar.py
source/cgitb/cgitb_basic_traceback.py
source/cgitb/cgitb_exception_properties.py
source/cgitb/cgitb_extended_traceback.py
source/cgitb/cgitb_html_output.py
source/cgitb/cgitb_local_vars.py
source/cgitb/cgitb_log_exception.py
source/cgitb/cgitb_more_context.py
source/cgitb/cgitb_with_classes.py
source/cgitb/LOGS/tmpdl2oafqt.txt
source/cmd/cmd_arg_completion.py
source/cmd/cmd_arguments.py
source/cmd/cmd_argv.py
source/cmd/cmd_attributes.py
source/cmd/cmd_do_help.py
source/cmd/cmd_do_shell.py
source/cmd/cmd_file.py
source/cmd/cmd_file.txt
source/cmd/cmd_illustrate_methods.py
source/cmd/cmd_simple.py
source/codecs/codecs_bom.py
source/codecs/codecs_bom_create_file.py
source/codecs/codecs_bom_detection.py
source/codecs/codecs_decode.py
source/codecs/codecs_decode_error.py
source/codecs/codecs_encode_error.py
source/codecs/codecs_encodedfile.py
source/codecs/codecs_encodings.py
source/codecs/codecs_incremental_bz2.py
source/codecs/codecs_invertcaps.py
source/codecs/codecs_invertcaps_charmap.py
source/codecs/codecs_invertcaps_error.py
source/codecs/codecs_invertcaps_register.py
source/codecs/codecs_open_read.py
source/codecs/codecs_open_write.py
source/codecs/codecs_register.py
source/codecs/codecs_rot13.py
source/codecs/codecs_socket.py
source/codecs/codecs_socket_fail.py
source/codecs/codecs_to_hex.py
source/codecs/codecs_zlib.py
source/codecs/decode_error.txt
source/codecs/encode_error.txt
source/codecs/nonnative-encoded.txt
source/codecs/utf-16.txt
source/codecs/utf-32.txt
source/codecs/utf-8.txt
source/collections/collections_chainmap_new_child.py
source/collections/collections_chainmap_new_child_explicit.py
source/collections/collections_chainmap_read.py
source/collections/collections_chainmap_reorder.py
source/collections/collections_chainmap_update_behind.py
source/collections/collections_chainmap_update_directly.py
source/collections/collections_counter_arithmetic.py
source/collections/collections_counter_elements.py
source/collections/collections_counter_get_values.py
source/collections/collections_counter_init.py
source/collections/collections_counter_most_common.py
source/collections/collections_counter_update.py
source/collections/collections_defaultdict.py
source/collections/collections_deque.py
source/collections/collections_deque_both_ends.py
source/collections/collections_deque_consuming.py
source/collections/collections_deque_maxlen.py
source/collections/collections_deque_populating.py
source/collections/collections_deque_rotate.py
source/collections/collections_namedtuple_asdict.py
source/collections/collections_namedtuple_bad_fields.py
source/collections/collections_namedtuple_fields.py
source/collections/collections_namedtuple_immutable.py
source/collections/collections_namedtuple_person.py
source/collections/collections_namedtuple_rename.py
source/collections/collections_namedtuple_replace.py
source/collections/collections_ordereddict_equality.py
source/collections/collections_ordereddict_iter.py
source/collections/collections_ordereddict_move_to_end.py
source/collections/collections_tuple.py
source/compileall/compileall_compile_dir.py
source/compileall/compileall_compile_file.py
source/compileall/compileall_exclude_dirs.py
source/compileall/compileall_path.py
source/compileall/compileall_recursion_depth.py
source/compileall/examples/a.py
source/compileall/examples/subdir/b.py
source/concurrent.futures/futures_as_completed.py
source/concurrent.futures/futures_context_manager.py
source/concurrent.futures/futures_future_callback.py
source/concurrent.futures/futures_future_callback_cancel.py
source/concurrent.futures/futures_future_exception.py
source/concurrent.futures/futures_process_pool_broken.py
source/concurrent.futures/futures_process_pool_map.py
source/concurrent.futures/futures_thread_pool_map.py
source/concurrent.futures/futures_thread_pool_submit.py
source/configparser/allow_no_value.ini
source/configparser/configparser_allow_no_value.py
source/configparser/configparser_custom_types.py
source/configparser/configparser_defaults.py
source/configparser/configparser_escape.py
source/configparser/configparser_example.py
source/configparser/configparser_extendedinterpolation.py
source/configparser/configparser_has_option.py
source/configparser/configparser_has_section.py
source/configparser/configparser_interpolation.py
source/configparser/configparser_interpolation_defaults.py
source/configparser/configparser_interpolation_error.py
source/configparser/configparser_interpolation_recursion.py
source/configparser/configparser_multiline.py
source/configparser/configparser_nointerpolation.py
source/configparser/configparser_populate.py
source/configparser/configparser_read.py
source/configparser/configparser_read_many.py
source/configparser/configparser_remove.py
source/configparser/configparser_structure.py
source/configparser/configparser_structure_dict.py
source/configparser/configparser_unicode.py
source/configparser/configparser_value_types.py
source/configparser/configparser_write.py
source/configparser/custom_types.ini
source/configparser/escape.ini
source/configparser/extended_interpolation.ini
source/configparser/interpolation.ini
source/configparser/interpolation_defaults.ini
source/configparser/multiline.ini
source/configparser/multisection.ini
source/configparser/simple.ini
source/configparser/types.ini
source/configparser/unicode.ini
source/configparser/with-defaults.ini
source/contextlib/contextlib_api.py
source/contextlib/contextlib_api_error.py
source/contextlib/contextlib_api_other_object.py
source/contextlib/contextlib_closing.py
source/contextlib/contextlib_context_managers.py
source/contextlib/contextlib_contextmanager.py
source/contextlib/contextlib_contextmanager_decorator.py
source/contextlib/contextlib_decorator.py
source/contextlib/contextlib_exitstack_callbacks.py
source/contextlib/contextlib_exitstack_callbacks_decorator.py
source/contextlib/contextlib_exitstack_callbacks_error.py
source/contextlib/contextlib_exitstack_enter_context.py
source/contextlib/contextlib_exitstack_enter_context_errors.py
source/contextlib/contextlib_exitstack_pop_all.py
source/contextlib/contextlib_file.py
source/contextlib/contextlib_ignore_error.py
source/contextlib/contextlib_redirect.py
source/contextlib/contextlib_suppress.py
source/copy/copy_deep.py
source/copy/copy_hooks.py
source/copy/copy_recursion.py
source/copy/copy_shallow.py
source/csv/csv_dialect.py
source/csv/csv_dialect_sniffer.py
source/csv/csv_dialect_variations.py
source/csv/csv_dictreader.py
source/csv/csv_dictwriter.py
source/csv/csv_list_dialects.py
source/csv/csv_reader.py
source/csv/csv_writer.py
source/csv/csv_writer_quoted.py
source/csv/testdata.csv
source/csv/testdata.pipes
source/csv/testlinebreak.csv
source/csv/testout.csv
source/csv/testout_quoted.csv
source/datetime/datetime_comparing.py
source/datetime/datetime_date.py
source/datetime/datetime_date_fromordinal.py
source/datetime/datetime_date_fromothervalue.py
source/datetime/datetime_date_isocalendar.py
source/datetime/datetime_date_math.py
source/datetime/datetime_date_minmax.py
source/datetime/datetime_date_replace.py
source/datetime/datetime_datetime.py
source/datetime/datetime_datetime_combine.py
source/datetime/datetime_datetime_math.py
source/datetime/datetime_datetime_minmax.py
source/datetime/datetime_datetime_strptime.py
source/datetime/datetime_format.py
source/datetime/datetime_time.py
source/datetime/datetime_time_minmax.py
source/datetime/datetime_time_resolution.py
source/datetime/datetime_timedelta.py
source/datetime/datetime_timedelta_math.py
source/datetime/datetime_timedelta_total_seconds.py
source/datetime/datetime_timezone.py
source/dbm/dbm_existing.py
source/dbm/dbm_intkeys.py
source/dbm/dbm_intvalue.py
source/dbm/dbm_new.py
source/dbm/dbm_whichdb.py
source/decimal/decimal_context_manager.py
source/decimal/decimal_create.py
source/decimal/decimal_format.py
source/decimal/decimal_getcontext.py
source/decimal/decimal_instance_context.py
source/decimal/decimal_log.py
source/decimal/decimal_operators.py
source/decimal/decimal_precision.py
source/decimal/decimal_rounding.py
source/decimal/decimal_special.py
source/decimal/decimal_thread_context.py
source/decimal/decimal_tuple.py
source/difflib/difflib_context.py
source/difflib/difflib_data.py
source/difflib/difflib_differ.py
source/difflib/difflib_html.py
source/difflib/difflib_junk.py
source/difflib/difflib_ndiff.py
source/difflib/difflib_seq.py
source/difflib/difflib_unified.py
source/difflib/output.diff
source/dis/dis_class.py
source/dis/dis_constant_folding.py
source/dis/dis_eliminate_loop.py
source/dis/dis_faster_loop.py
source/dis/dis_fastest_loop.py
source/dis/dis_function.py
source/dis/dis_loops.py
source/dis/dis_show_code.py
source/dis/dis_simple.py
source/dis/dis_slow_loop.py
source/dis/dis_string.py
source/dis/dis_test_loop.py
source/dis/dis_traceback.py
source/doctest/doctest_blankline.py
source/doctest/doctest_blankline_fail.py
source/doctest/doctest_docstrings.py
source/doctest/doctest_ellipsis.py
source/doctest/doctest_extra_space.py
source/doctest/doctest_hashed_values.py
source/doctest/doctest_hashed_values_tests.py
source/doctest/doctest_in_help.py
source/doctest/doctest_in_help.txt
source/doctest/doctest_mutable_globals.py
source/doctest/doctest_ndiff.py
source/doctest/doctest_normalize_whitespace.py
source/doctest/doctest_private_tests.py
source/doctest/doctest_private_tests_external.py
source/doctest/doctest_simple.py
source/doctest/doctest_simple_with_docs.py
source/doctest/doctest_test_globals.py
source/doctest/doctest_testfile.py
source/doctest/doctest_testmod.py
source/doctest/doctest_testmod_other_module.py
source/doctest/doctest_tracebacks.py
source/doctest/doctest_tracebacks_no_body.py
source/doctest/doctest_unittest.py
source/doctest/doctest_unpredictable.py
source/enum/enum_aliases.py
source/enum/enum_comparison.py
source/enum/enum_complex_values.py
source/enum/enum_create.py
source/enum/enum_intenum.py
source/enum/enum_iterate.py
source/enum/enum_programmatic_create.py
source/enum/enum_programmatic_mapping.py
source/enum/enum_tuple_values.py
source/enum/enum_unique_enforce.py
source/filecmp/filecmp_cmp.py
source/filecmp/filecmp_cmpfiles.py
source/filecmp/filecmp_dircmp_common.py
source/filecmp/filecmp_dircmp_diff.py
source/filecmp/filecmp_dircmp_list.py
source/filecmp/filecmp_dircmp_list_filter.py
source/filecmp/filecmp_dircmp_membership.py
source/filecmp/filecmp_dircmp_report.py
source/filecmp/filecmp_dircmp_report_full_closure.py
source/filecmp/filecmp_dircmp_subdirs.py
source/filecmp/filecmp_mkexamples.py
source/fileinput/etc_hosts.txt
source/fileinput/fileinput_change_subnet.py
source/fileinput/fileinput_change_subnet_noisy.py
source/fileinput/fileinput_example.py
source/fileinput/fileinput_grep.py
source/fnmatch/fnmatch_filter.py
source/fnmatch/fnmatch_fnmatch.py
source/fnmatch/fnmatch_fnmatchcase.py
source/fnmatch/fnmatch_translate.py
source/fractions/fractions_arithmetic.py
source/fractions/fractions_create_integers.py
source/fractions/fractions_create_strings.py
source/fractions/fractions_create_strings_floats.py
source/fractions/fractions_from_decimal.py
source/fractions/fractions_from_float.py
source/fractions/fractions_limit_denominator.py
source/functools/functools_callable.py
source/functools/functools_cmp_to_key.py
source/functools/functools_lru_cache.py
source/functools/functools_lru_cache_arguments.py
source/functools/functools_lru_cache_expire.py
source/functools/functools_partial.py
source/functools/functools_partialmethod.py
source/functools/functools_reduce.py
source/functools/functools_reduce_initializer.py
source/functools/functools_reduce_short_sequences.py
source/functools/functools_singledispatch.py
source/functools/functools_singledispatch_mro.py
source/functools/functools_total_ordering.py
source/functools/functools_update_wrapper.py
source/functools/functools_wraps.py
source/gc/gc_collect.py
source/gc/gc_debug_leak.py
source/gc/gc_debug_saveall.py
source/gc/gc_debug_stats.py
source/gc/gc_get_objects.py
source/gc/gc_get_referents.py
source/gc/gc_get_referents_cycles.py
source/gc/gc_get_referrers.py
source/gc/gc_get_threshold.py
source/gc/gc_threshold.py
source/getopt/getopt_example.py
source/getopt/getopt_gnu.py
source/getopt/getopt_long.py
source/getopt/getopt_short.py
source/getpass/getpass_defaults.py
source/getpass/getpass_noterminal.py
source/getpass/getpass_prompt.py
source/getpass/getpass_stream.py
source/gettext/gettext_app_builtin.py
source/gettext/gettext_example.py
source/gettext/gettext_example_corrected.py
source/gettext/gettext_find.py
source/gettext/gettext_module_global.py
source/gettext/gettext_plural.py
source/glob/glob_asterisk.py
source/glob/glob_charrange.py
source/glob/glob_escape.py
source/glob/glob_extension.py
source/glob/glob_maketestdata.py
source/glob/glob_question.py
source/glob/glob_subdir.py
source/glob/dir/file*.txt
source/glob/dir/file.txt
source/glob/dir/file1.txt
source/glob/dir/file2.txt
source/glob/dir/file?.txt
source/glob/dir/file[.txt
source/glob/dir/filea.txt
source/glob/dir/fileb.txt
source/glob/dir/subdir/subfile.txt
source/grp/grp_getgrall.py
source/grp/grp_getgrgid_fileowner.py
source/grp/grp_getgrgid_process.py
source/grp/grp_getgrnam.py
source/grp/grp_groups_for_user.py
source/gzip/gzip_BytesIO.py
source/gzip/gzip_compresslevel.py
source/gzip/gzip_read.py
source/gzip/gzip_seek.py
source/gzip/gzip_write.py
source/gzip/gzip_writelines.py
source/gzip/lorem.txt
source/hashlib/hashlib_algorithms.py
source/hashlib/hashlib_data.py
source/hashlib/hashlib_md5.py
source/hashlib/hashlib_new.py
source/hashlib/hashlib_sha1.py
source/hashlib/hashlib_update.py
source/heapq/heapq_extremes.py
source/heapq/heapq_heapdata.py
source/heapq/heapq_heapify.py
source/heapq/heapq_heappop.py
source/heapq/heapq_heappush.py
source/heapq/heapq_heapreplace.py
source/heapq/heapq_merge.py
source/heapq/heapq_showtree.py
source/hmac/hmac_base64.py
source/hmac/hmac_pickle.py
source/hmac/hmac_sha.py
source/hmac/hmac_simple.py
source/hmac/lorem.txt
source/http.cookies/http_cookies_Morsel.py
source/http.cookies/http_cookies_coded_value.py
source/http.cookies/http_cookies_js_output.py
source/http.cookies/http_cookies_parse.py
source/http.cookies/http_cookies_setheaders.py
source/http.server/http_server_GET.py
source/http.server/http_server_POST.py
source/http.server/http_server_errors.py
source/http.server/http_server_send_header.py
source/http.server/http_server_threads.py
source/imaplib/imaplib_append.py
source/imaplib/imaplib_archive_read.py
source/imaplib/imaplib_connect.py
source/imaplib/imaplib_connect_fail.py
source/imaplib/imaplib_delete_messages.py
source/imaplib/imaplib_fetch_body.py
source/imaplib/imaplib_fetch_raw.py
source/imaplib/imaplib_fetch_rfc822.py
source/imaplib/imaplib_fetch_separately.py
source/imaplib/imaplib_list.py
source/imaplib/imaplib_list_parse.py
source/imaplib/imaplib_list_pattern.py
source/imaplib/imaplib_list_subfolders.py
source/imaplib/imaplib_search_all.py
source/imaplib/imaplib_search_from.py
source/imaplib/imaplib_search_subject.py
source/imaplib/imaplib_select.py
source/imaplib/imaplib_select_invalid.py
source/imaplib/imaplib_status.py
source/importlib/importlib_find_loader.py
source/importlib/importlib_import_module.py
source/importlib/importlib_import_module_error.py
source/importlib/importlib_reload.py
source/importlib/importlib_submodule.py
source/importlib/importlib_suffixes.py
source/importlib/example/__init__.py
source/importlib/example/submodule.py
source/inspect/example.py
source/inspect/inspect_currentframe.py
source/inspect/inspect_formatargspec.py
source/inspect/inspect_getclasstree.py
source/inspect/inspect_getclasstree_unique.py
source/inspect/inspect_getcomments_method.py
source/inspect/inspect_getcomments_module.py
source/inspect/inspect_getdoc.py
source/inspect/inspect_getmembers_class.py
source/inspect/inspect_getmembers_class_methods.py
source/inspect/inspect_getmembers_class_methods_b.py
source/inspect/inspect_getmembers_instance.py
source/inspect/inspect_getmembers_module.py
source/inspect/inspect_getmembers_module_class.py
source/inspect/inspect_getmro.py
source/inspect/inspect_getsource_class.py
source/inspect/inspect_getsource_method.py
source/inspect/inspect_getsourcelines_method.py
source/inspect/inspect_signature_bind.py
source/inspect/inspect_signature_bind_partial.py
source/inspect/inspect_signature_function.py
source/inspect/inspect_stack.py
source/io/io_bytesio.py
source/io/io_stringio.py
source/io/io_textiowrapper.py
source/ipaddress/ipaddress_addresses.py
source/ipaddress/ipaddress_interfaces.py
source/ipaddress/ipaddress_network_iterate.py
source/ipaddress/ipaddress_network_iterate_hosts.py
source/ipaddress/ipaddress_network_membership.py
source/ipaddress/ipaddress_networks.py
source/itertools/itertools_accumulate.py
source/itertools/itertools_accumulate_custom.py
source/itertools/itertools_chain.py
source/itertools/itertools_chain_from_iterable.py
source/itertools/itertools_combinations.py
source/itertools/itertools_combinations_with_replacement.py
source/itertools/itertools_compress.py
source/itertools/itertools_count.py
source/itertools/itertools_count_step.py
source/itertools/itertools_cycle.py
source/itertools/itertools_dropwhile.py
source/itertools/itertools_filter.py
source/itertools/itertools_filterfalse.py
source/itertools/itertools_groupby.py
source/itertools/itertools_groupby_seq.py
source/itertools/itertools_islice.py
source/itertools/itertools_map.py
source/itertools/itertools_permutations.py
source/itertools/itertools_product.py
source/itertools/itertools_product_ordering.py
source/itertools/itertools_product_repeat.py
source/itertools/itertools_repeat.py
source/itertools/itertools_repeat_map.py
source/itertools/itertools_repeat_zip.py
source/itertools/itertools_starmap.py
source/itertools/itertools_takewhile.py
source/itertools/itertools_tee.py
source/itertools/itertools_tee_error.py
source/itertools/itertools_zip.py
source/itertools/itertools_zip_longest.py
source/json/json_compact_encoding.py
source/json/json_decoder_object_hook.py
source/json/json_dump_default.py
source/json/json_dump_file.py
source/json/json_encoder_default.py
source/json/json_encoder_iterable.py
source/json/json_indent.py
source/json/json_load_file.py
source/json/json_load_object_hook.py
source/json/json_mixed_data.py
source/json/json_myobj.py
source/json/json_simple_types.py
source/json/json_simple_types_decode.py
source/json/json_skipkeys.py
source/json/json_sort_keys.py
source/linecache/linecache_data.py
source/linecache/linecache_empty_line.py
source/linecache/linecache_example.py
source/linecache/linecache_getline.py
source/linecache/linecache_missing_file.py
source/linecache/linecache_out_of_range.py
source/linecache/linecache_path_search.py
source/locale/locale_atof.py
source/locale/locale_currency.py
source/locale/locale_date.py
source/locale/locale_delocalize.py
source/locale/locale_env.py
source/locale/locale_grouping.py
source/locale/locale_list.py
source/logging/logging_capture_warnings.py
source/logging/logging_file_example.py
source/logging/logging_level_example.py
source/logging/logging_modules_example.py
source/logging/logging_rotatingfile_example.py
source/mailbox/mailbox_maildir_add_flag.py
source/mailbox/mailbox_maildir_create.py
source/mailbox/mailbox_maildir_folders.py
source/mailbox/mailbox_maildir_read.py
source/mailbox/mailbox_maildir_remove.py
source/mailbox/mailbox_maildir_set_flags.py
source/mailbox/mailbox_maildir_set_subdir.py
source/mailbox/mailbox_mbox_create.py
source/mailbox/mailbox_mbox_read.py
source/mailbox/mailbox_mbox_remove.py
source/math/math_constants.py
source/math/math_copysign.py
source/math/math_degrees.py
source/math/math_distance_2_points.py
source/math/math_erf.py
source/math/math_erfc.py
source/math/math_exp.py
source/math/math_expm1.py
source/math/math_fabs.py
source/math/math_factorial.py
source/math/math_fmod.py
source/math/math_frexp.py
source/math/math_fsum.py
source/math/math_gamma.py
source/math/math_gcd.py
source/math/math_hyperbolic.py
source/math/math_hypot.py
source/math/math_integers.py
source/math/math_inverse_trig.py
source/math/math_isclose.py
source/math/math_isclose_abs_tol.py
source/math/math_isclose_inf.py
source/math/math_isfinite.py
source/math/math_isinf.py
source/math/math_isnan.py
source/math/math_ldexp.py
source/math/math_lgamma.py
source/math/math_log.py
source/math/math_log10.py
source/math/math_log1p.py
source/math/math_log2.py
source/math/math_modf.py
source/math/math_overflow.py
source/math/math_pow.py
source/math/math_radians.py
source/math/math_sqrt.py
source/math/math_trig.py
source/mmap/lorem.txt
source/mmap/lorem_copy.txt
source/mmap/mmap_read.py
source/mmap/mmap_regex.py
source/mmap/mmap_write_copy.py
source/mmap/mmap_write_slice.py
source/multiprocessing/multiprocessing_condition.py
source/multiprocessing/multiprocessing_daemon.py
source/multiprocessing/multiprocessing_daemon_join.py
source/multiprocessing/multiprocessing_daemon_join_timeout.py
source/multiprocessing/multiprocessing_event.py
source/multiprocessing/multiprocessing_exitcode.py
source/multiprocessing/multiprocessing_get_logger.py
source/multiprocessing/multiprocessing_import_main.py
source/multiprocessing/multiprocessing_import_worker.py
source/multiprocessing/multiprocessing_lock.py
source/multiprocessing/multiprocessing_log_to_stderr.py
source/multiprocessing/multiprocessing_manager_dict.py
source/multiprocessing/multiprocessing_mapreduce.py
source/multiprocessing/multiprocessing_names.py
source/multiprocessing/multiprocessing_namespaces.py
source/multiprocessing/multiprocessing_namespaces_mutable.py
source/multiprocessing/multiprocessing_pool.py
source/multiprocessing/multiprocessing_pool_maxtasksperchild.py
source/multiprocessing/multiprocessing_producer_consumer.py
source/multiprocessing/multiprocessing_queue.py
source/multiprocessing/multiprocessing_semaphore.py
source/multiprocessing/multiprocessing_simple.py
source/multiprocessing/multiprocessing_simpleargs.py
source/multiprocessing/multiprocessing_subclass.py
source/multiprocessing/multiprocessing_terminate.py
source/multiprocessing/multiprocessing_wordcount.py
source/operator/operator_attrgetter.py
source/operator/operator_boolean.py
source/operator/operator_classes.py
source/operator/operator_comparisons.py
source/operator/operator_inplace.py
source/operator/operator_itemgetter.py
source/operator/operator_math.py
source/operator/operator_sequences.py
source/os/os_access.py
source/os/os_cwd_example.py
source/os/os_directories.py
source/os/os_environ_example.py
source/os/os_exec_example.py
source/os/os_fork_example.py
source/os/os_kill_example.py
source/os/os_listdir.py
source/os/os_process_id_example.py
source/os/os_process_user_example.py
source/os/os_rename_replace.py
source/os/os_scandir.py
source/os/os_spawn_example.py
source/os/os_stat.py
source/os/os_stat_chmod.py
source/os/os_stat_chmod_example.txt
source/os/os_strerror.py
source/os/os_symlinks.py
source/os/os_system_background.py
source/os/os_system_example.py
source/os/os_system_shell.py
source/os/os_wait_example.py
source/os/os_waitpid_example.py
source/os/os_walk.py
source/os.path/ospath_abspath.py
source/os.path/ospath_basename.py
source/os.path/ospath_commonpath.py
source/os.path/ospath_commonprefix.py
source/os.path/ospath_dirname.py
source/os.path/ospath_expanduser.py
source/os.path/ospath_expandvars.py
source/os.path/ospath_join.py
source/os.path/ospath_normpath.py
source/os.path/ospath_properties.py
source/os.path/ospath_split.py
source/os.path/ospath_splitext.py
source/os.path/ospath_tests.py
source/pathlib/example.txt
source/pathlib/pathlib_chmod.py
source/pathlib/pathlib_chmod_example.txt
source/pathlib/pathlib_convenience.py
source/pathlib/pathlib_from_existing.py
source/pathlib/pathlib_glob.py
source/pathlib/pathlib_iterdir.py
source/pathlib/pathlib_joinpath.py
source/pathlib/pathlib_mkdir.py
source/pathlib/pathlib_name.py
source/pathlib/pathlib_operator.py
source/pathlib/pathlib_ownership.py
source/pathlib/pathlib_parents.py
source/pathlib/pathlib_parts.py
source/pathlib/pathlib_read_write.py
source/pathlib/pathlib_resolve.py
source/pathlib/pathlib_rglob.py
source/pathlib/pathlib_rmdir.py
source/pathlib/pathlib_stat.py
source/pathlib/pathlib_symlink_to.py
source/pathlib/pathlib_touch.py
source/pathlib/pathlib_types.py
source/pathlib/pathlib_unlink.py
source/pdb/lorem.txt
source/pdb/pdb_break.py
source/pdb/pdb_break_remote.py
source/pdb/pdb_function_arguments.py
source/pdb/pdb_interact.py
source/pdb/pdb_jump.py
source/pdb/pdb_next.py
source/pdb/pdb_no_jump.py
source/pdb/pdb_post_mortem.py
source/pdb/pdb_pp.py
source/pdb/pdb_run.py
source/pdb/pdb_script.py
source/pdb/pdb_set_trace.py
source/pdb/pdb_step.py
source/pickle/pickle_cycle.py
source/pickle/pickle_dump_to_file_1.py
source/pickle/pickle_load_from_file_1.py
source/pickle/pickle_load_from_file_2.py
source/pickle/pickle_state.py
source/pickle/pickle_stream.py
source/pickle/pickle_string.py
source/pickle/pickle_unpickle.py
source/pkgutil/__init__.py
source/pkgutil/pkgutil_devel.py
source/pkgutil/pkgutil_extend_path.py
source/pkgutil/pkgutil_get_data.py
source/pkgutil/pkgutil_get_data_zip.py
source/pkgutil/pkgutil_nested.py
source/pkgutil/pkgutil_os_specific.py
source/pkgutil/demopkg1/__init__.py
source/pkgutil/demopkg1/shared.py
source/pkgutil/demopkg2/__init__.py
source/pkgutil/demopkg2/overloaded.py
source/pkgutil/develop/demopkg2/__init__.py
source/pkgutil/develop/demopkg2/overloaded.py
source/pkgutil/develop/nested/__init__.py
source/pkgutil/develop/nested/shallow.py
source/pkgutil/develop/nested/second/__init__.py
source/pkgutil/develop/nested/second/deep.py
source/pkgutil/extension/__init__.py
source/pkgutil/extension/demopkg1/__init__.py
source/pkgutil/extension/demopkg1/not_shared.py
source/pkgutil/nested/__init__.py
source/pkgutil/nested/shallow.py
source/pkgutil/nested/second/__init__.py
source/pkgutil/nested/second/deep.py
source/pkgutil/os_one/demopkg1/__init__.py
source/pkgutil/os_one/demopkg1/not_shared.py
source/pkgutil/os_two/demopkg1/__init__.py
source/pkgutil/os_two/demopkg1/not_shared.py
source/pkgutil/pkgwithdata/__init__.py
source/platform/platform_architecture.py
source/platform/platform_os_info.py
source/platform/platform_platform.py
source/platform/platform_python.py
source/pprint/pprint_arbitrary_object.py
source/pprint/pprint_compact.py
source/pprint/pprint_data.py
source/pprint/pprint_depth.py
source/pprint/pprint_pformat.py
source/pprint/pprint_pprint.py
source/pprint/pprint_recursion.py
source/pprint/pprint_width.py
source/profile/profile_fibonacci_memoized.py
source/profile/profile_fibonacci_raw.py
source/profile/profile_runctx.py
source/profile/profile_stats.py
source/profile/profile_stats_callers.py
source/profile/profile_stats_restricted.py
source/pwd/pwd_getpwall.py
source/pwd/pwd_getpwnam.py
source/pwd/pwd_getpwuid_fileowner.py
source/pwd/pwd_getpwuid_process.py
source/pyclbr/pyclbr_example.py
source/pyclbr/pyclbr_readmodule.py
source/pyclbr/pyclbr_readmodule_ex.py
source/queue/fetch_podcasts.py
source/queue/queue_fifo.py
source/queue/queue_lifo.py
source/queue/queue_priority.py
source/random/random_choice.py
source/random/random_randint.py
source/random/random_random.py
source/random/random_random_class.py
source/random/random_randrange.py
source/random/random_sample.py
source/random/random_seed.py
source/random/random_shuffle.py
source/random/random_state.py
source/random/random_system_random.py
source/random/random_uniform.py
source/re/re_anchoring.py
source/re/re_charset.py
source/re/re_charset_dot.py
source/re/re_charset_exclude.py
source/re/re_charset_ranges.py
source/re/re_email_compact.py
source/re/re_email_verbose.py
source/re/re_email_with_name.py
source/re/re_escape_codes.py
source/re/re_escape_escapes.py
source/re/re_findall.py
source/re/re_finditer.py
source/re/re_flags_ascii.py
source/re/re_flags_dotall.py
source/re/re_flags_embedded.py
source/re/re_flags_ignorecase.py
source/re/re_flags_multiline.py
source/re/re_fullmatch.py
source/re/re_groups.py
source/re/re_groups_alternative.py
source/re/re_groups_individual.py
source/re/re_groups_match.py
source/re/re_groups_named.py
source/re/re_groups_nested.py
source/re/re_groups_noncapturing.py
source/re/re_id.py
source/re/re_look_ahead.py
source/re/re_look_behind.py
source/re/re_match.py
source/re/re_negative_look_ahead.py
source/re/re_negative_look_behind.py
source/re/re_paragraphs_findall.py
source/re/re_refer_to_group.py
source/re/re_refer_to_named_group.py
source/re/re_repetition.py
source/re/re_repetition_non_greedy.py
source/re/re_search_substring.py
source/re/re_simple.py
source/re/re_simple_compiled.py
source/re/re_simple_match.py
source/re/re_split.py
source/re/re_split_groups.py
source/re/re_sub.py
source/re/re_sub_count.py
source/re/re_sub_named_groups.py
source/re/re_subn.py
source/re/re_test_patterns.py
source/re/re_test_patterns_groups.py
source/readline/readline_buffer.py
source/readline/readline_completer.py
source/readline/readline_history.py
source/readline/readline_hooks.py
source/readline/readline_parse_and_bind.py
source/readline/readline_read_init_file.py
source/resource/resource_getrlimit.py
source/resource/resource_getrusage.py
source/resource/resource_setrlimit_cpu.py
source/resource/resource_setrlimit_nofile.py
source/sched/sched_basic.py
source/sched/sched_cancel.py
source/sched/sched_overlap.py
source/sched/sched_priority.py
source/select/select_echo_multiclient.py
source/select/select_echo_server.py
source/select/select_echo_server_timeout.py
source/select/select_echo_slow_client.py
source/select/select_poll_echo_server.py
source/selectors/selectors_echo_client.py
source/selectors/selectors_echo_server.py
source/shelve/shelve_create.py
source/shelve/shelve_existing.py
source/shelve/shelve_readonly.py
source/shelve/shelve_withoutwriteback.py
source/shelve/shelve_writeback.py
source/shlex/apostrophe.txt
source/shlex/comments.txt
source/shlex/quotes.txt
source/shlex/shlex_errors.py
source/shlex/shlex_example.py
source/shlex/shlex_posix.py
source/shlex/shlex_quote.py
source/shlex/shlex_source.py
source/shlex/shlex_split.py
source/shlex/shlex_table.py
source/shlex/shlex_whitespace.py
source/shutil/config.ini
source/shutil/file_to_change.txt
source/shutil/shutil_copy.py
source/shutil/shutil_copy2.py
source/shutil/shutil_copyfile.py
source/shutil/shutil_copyfileobj.py
source/shutil/shutil_copymode.py
source/shutil/shutil_copystat.py
source/shutil/shutil_copytree.py
source/shutil/shutil_copytree_verbose.py
source/shutil/shutil_disk_usage.py
source/shutil/shutil_get_archive_formats.py
source/shutil/shutil_get_unpack_formats.py
source/shutil/shutil_make_archive.py
source/shutil/shutil_move.py
source/shutil/shutil_rmtree.py
source/shutil/shutil_unpack_archive.py
source/shutil/shutil_which.py
source/shutil/shutil_which_regular_file.py
source/signal/signal_alarm.py
source/signal/signal_getsignal.py
source/signal/signal_ignore.py
source/signal/signal_signal.py
source/signal/signal_threads.py
source/signal/signal_threads_alarm.py
source/site/site_addsitedir.py
source/site/site_enable_user_site.py
source/site/site_import_path.py
source/site/site_user_base.py
source/site/multiple_pth/a.pth
source/site/multiple_pth/b.pth
source/site/multiple_pth/from_a/mymodule.py
source/site/multiple_pth/from_b/mymodule.py
source/site/with_modules/mymodule.py
source/site/with_pth/pymotw.pth
source/site/with_pth/subdir/mymodule.py
source/site/with_sitecustomize/site_sitecustomize.py
source/site/with_sitecustomize/sitecustomize.py
source/site/with_usercustomize/site_usercustomize.py
source/site/with_usercustomize/usercustomize.py
source/smtpd/smtpd_custom.py
source/smtpd/smtpd_debug.py
source/smtpd/smtpd_proxy.py
source/smtpd/smtpd_senddata.py
source/smtplib/smtplib_authenticated.py
source/smtplib/smtplib_sendmail.py
source/smtplib/smtplib_verify.py
source/socket/socket_address_packing.py
source/socket/socket_binary_client.py
source/socket/socket_binary_server.py
source/socket/socket_echo_client.py
source/socket/socket_echo_client_dgram.py
source/socket/socket_echo_client_easy.py
source/socket/socket_echo_client_explicit.py
source/socket/socket_echo_client_uds.py
source/socket/socket_echo_server.py
source/socket/socket_echo_server_any.py
source/socket/socket_echo_server_dgram.py
source/socket/socket_echo_server_explicit.py
source/socket/socket_echo_server_uds.py
source/socket/socket_getaddrinfo.py
source/socket/socket_getaddrinfo_extra_args.py
source/socket/socket_getfqdn.py
source/socket/socket_gethostbyaddr.py
source/socket/socket_gethostbyname.py
source/socket/socket_gethostbyname_ex.py
source/socket/socket_gethostname.py
source/socket/socket_getprotobyname.py
source/socket/socket_getservbyname.py
source/socket/socket_getservbyport.py
source/socket/socket_ipv6_address_packing.py
source/socket/socket_multicast_receiver.py
source/socket/socket_multicast_sender.py
source/socket/socket_socketpair.py
source/socketserver/socketserver_echo.py
source/socketserver/socketserver_echo_simple.py
source/socketserver/socketserver_forking.py
source/socketserver/socketserver_threaded.py
source/sqlite3/sqlite3_argument_named.py
source/sqlite3/sqlite3_argument_positional.py
source/sqlite3/sqlite3_argument_update.py
source/sqlite3/sqlite3_autocommit.py
source/sqlite3/sqlite3_create_aggregate.py
source/sqlite3/sqlite3_create_function.py
source/sqlite3/sqlite3_create_schema.py
source/sqlite3/sqlite3_createdb.py
source/sqlite3/sqlite3_cursor_description.py
source/sqlite3/sqlite3_custom_type.py
source/sqlite3/sqlite3_custom_type_column.py
source/sqlite3/sqlite3_date_types.py
source/sqlite3/sqlite3_isolation_levels.py
source/sqlite3/sqlite3_iterdump.py
source/sqlite3/sqlite3_load_csv.py
source/sqlite3/sqlite3_load_extension_fts3.py
source/sqlite3/sqlite3_memory.py
source/sqlite3/sqlite3_regex.py
source/sqlite3/sqlite3_row_factory.py
source/sqlite3/sqlite3_select_tasks.py
source/sqlite3/sqlite3_select_variations.py
source/sqlite3/sqlite3_set_authorizer.py
source/sqlite3/sqlite3_threading.py
source/sqlite3/sqlite3_transaction_commit.py
source/sqlite3/sqlite3_transaction_rollback.py
source/statistics/statistics_mean.py
source/statistics/statistics_median.py
source/statistics/statistics_median_grouped.py
source/statistics/statistics_mode.py
source/statistics/statistics_variance.py
source/string/string_capwords.py
source/string/string_constants.py
source/string/string_template.py
source/string/string_template_advanced.py
source/string/string_template_defaultpattern.py
source/string/string_template_missing.py
source/string/string_template_newsyntax.py
source/struct/struct_buffers.py
source/struct/struct_endianness.py
source/struct/struct_pack.py
source/struct/struct_unpack.py
source/subprocess/interaction.py
source/subprocess/repeater.py
source/subprocess/signal_child.py
source/subprocess/signal_parent.py
source/subprocess/subprocess_check_output_error_trap_output.py
source/subprocess/subprocess_os_system.py
source/subprocess/subprocess_pipes.py
source/subprocess/subprocess_popen2.py
source/subprocess/subprocess_popen3.py
source/subprocess/subprocess_popen4.py
source/subprocess/subprocess_popen_read.py
source/subprocess/subprocess_popen_write.py
source/subprocess/subprocess_run_check.py
source/subprocess/subprocess_run_output.py
source/subprocess/subprocess_run_output_error.py
source/subprocess/subprocess_run_output_error_suppress.py
source/subprocess/subprocess_run_output_error_trap.py
source/subprocess/subprocess_shell_variables.py
source/subprocess/subprocess_signal_parent_shell.py
source/subprocess/subprocess_signal_setpgrp.py
source/sys/sys_argv.py
source/sys/sys_builtins.py
source/sys/sys_byteorder.py
source/sys/sys_current_frames.py
source/sys/sys_displayhook.py
source/sys/sys_exc_info.py
source/sys/sys_excepthook.py
source/sys/sys_exit.py
source/sys/sys_flags.py
source/sys/sys_float_info.py
source/sys/sys_getrefcount.py
source/sys/sys_getsizeof.py
source/sys/sys_getsizeof_custom.py
source/sys/sys_getsizeof_object.py
source/sys/sys_implementation.py
source/sys/sys_int_info.py
source/sys/sys_locations.py
source/sys/sys_maximums.py
source/sys/sys_meta_path.py
source/sys/sys_modules.py
source/sys/sys_path_hooks_noisy.py
source/sys/sys_path_importer_cache.py
source/sys/sys_path_modify.py
source/sys/sys_path_show.py
source/sys/sys_platform.py
source/sys/sys_ps1.py
source/sys/sys_recursionlimit.py
source/sys/sys_settrace_call.py
source/sys/sys_settrace_exception.py
source/sys/sys_settrace_line.py
source/sys/sys_settrace_return.py
source/sys/sys_shelve_importer.py
source/sys/sys_shelve_importer_create.py
source/sys/sys_shelve_importer_get_data.py
source/sys/sys_shelve_importer_missing.py
source/sys/sys_shelve_importer_module.py
source/sys/sys_shelve_importer_package.py
source/sys/sys_shelve_importer_reload.py
source/sys/sys_stdio.py
source/sys/sys_switchinterval.py
source/sys/sys_unicode.py
source/sys/sys_version_values.py
source/sys/package_dir_a/__init__.py
source/sys/package_dir_a/example.py
source/sys/package_dir_b/__init__.py
source/sys/package_dir_b/example.py
source/sysconfig/sysconfig_get_config_var.py
source/sysconfig/sysconfig_get_config_vars.py
source/sysconfig/sysconfig_get_config_vars_by_name.py
source/sysconfig/sysconfig_get_path.py
source/sysconfig/sysconfig_get_path_names.py
source/sysconfig/sysconfig_get_paths.py
source/sysconfig/sysconfig_get_platform.py
source/sysconfig/sysconfig_get_python_version.py
source/sysconfig/sysconfig_get_scheme_names.py
source/tabnanny/tabnanny_check.py
source/tarfile/README.txt
source/tarfile/tarfile_add.py
source/tarfile/tarfile_addfile.py
source/tarfile/tarfile_addfile_string.py
source/tarfile/tarfile_append.py
source/tarfile/tarfile_compression.py
source/tarfile/tarfile_extract.py
source/tarfile/tarfile_extractall.py
source/tarfile/tarfile_extractall_members.py
source/tarfile/tarfile_extractfile.py
source/tarfile/tarfile_getmember.py
source/tarfile/tarfile_getmembers.py
source/tarfile/tarfile_getnames.py
source/tarfile/tarfile_is_tarfile.py
source/tarfile/outdir/README.txt
source/tempfile/tempfile_NamedTemporaryFile.py
source/tempfile/tempfile_NamedTemporaryFile_args.py
source/tempfile/tempfile_SpooledTemporaryFile.py
source/tempfile/tempfile_SpooledTemporaryFile_explicit.py
source/tempfile/tempfile_TemporaryDirectory.py
source/tempfile/tempfile_TemporaryFile.py
source/tempfile/tempfile_TemporaryFile_binary.py
source/tempfile/tempfile_TemporaryFile_text.py
source/tempfile/tempfile_settings.py
source/tempfile/tempfile_tempdir.py
source/textwrap/textwrap_dedent.py
source/textwrap/textwrap_example.py
source/textwrap/textwrap_fill.py
source/textwrap/textwrap_fill_width.py
source/textwrap/textwrap_hanging_indent.py
source/textwrap/textwrap_indent.py
source/textwrap/textwrap_indent_predicate.py
source/textwrap/textwrap_shorten.py
source/threading/threading_barrier.py
source/threading/threading_barrier_abort.py
source/threading/threading_condition.py
source/threading/threading_daemon.py
source/threading/threading_daemon_join.py
source/threading/threading_daemon_join_timeout.py
source/threading/threading_enumerate.py
source/threading/threading_event.py
source/threading/threading_local.py
source/threading/threading_local_defaults.py
source/threading/threading_lock.py
source/threading/threading_lock_noblock.py
source/threading/threading_lock_reacquire.py
source/threading/threading_lock_with.py
source/threading/threading_names.py
source/threading/threading_names_log.py
source/threading/threading_rlock.py
source/threading/threading_semaphore.py
source/threading/threading_simple.py
source/threading/threading_simpleargs.py
source/threading/threading_subclass.py
source/threading/threading_subclass_args.py
source/threading/threading_timer.py
source/time/time_clock_sleep.py
source/time/time_ctime.py
source/time/time_get_clock_info.py
source/time/time_monotonic.py
source/time/time_perf_counter.py
source/time/time_process_time.py
source/time/time_strptime.py
source/time/time_struct.py
source/time/time_time.py
source/time/time_timezone.py
source/timeit/timeit_dictionary.py
source/timeit/timeit_example.py
source/timeit/timeit_setitem.py
source/trace/trace_CoverageResults.py
source/trace/trace_report.py
source/trace/trace_run.py
source/trace/trace_runfunc.py
source/trace/trace_example/__init__.py
source/trace/trace_example/main.py
source/trace/trace_example/recurse.py
source/traceback/traceback_example.py
source/traceback/traceback_extract_stack.py
source/traceback/traceback_extract_tb.py
source/traceback/traceback_format_exc.py
source/traceback/traceback_format_exception.py
source/traceback/traceback_format_stack.py
source/traceback/traceback_framesummary.py
source/traceback/traceback_print_exc.py
source/traceback/traceback_print_exception.py
source/traceback/traceback_print_stack.py
source/traceback/traceback_print_tb.py
source/traceback/traceback_stacksummary.py
source/traceback/traceback_tracebackexception.py
source/unittest/unittest_addcleanup.py
source/unittest/unittest_almostequal.py
source/unittest/unittest_equality.py
source/unittest/unittest_equality_container.py
source/unittest/unittest_exception.py
source/unittest/unittest_expectedfailure.py
source/unittest/unittest_failwithmessage.py
source/unittest/unittest_fixtures.py
source/unittest/unittest_in.py
source/unittest/unittest_outcomes.py
source/unittest/unittest_simple.py
source/unittest/unittest_skip.py
source/unittest/unittest_subtest.py
source/unittest/unittest_truth.py
source/urllib.parse/urllib_parse_geturl.py
source/urllib.parse/urllib_parse_parse_qs.py
source/urllib.parse/urllib_parse_quote.py
source/urllib.parse/urllib_parse_unquote.py
source/urllib.parse/urllib_parse_urldefrag.py
source/urllib.parse/urllib_parse_urlencode.py
source/urllib.parse/urllib_parse_urlencode_doseq.py
source/urllib.parse/urllib_parse_urljoin.py
source/urllib.parse/urllib_parse_urljoin_with_path.py
source/urllib.parse/urllib_parse_urlparse.py
source/urllib.parse/urllib_parse_urlparseattrs.py
source/urllib.parse/urllib_parse_urlsplit.py
source/urllib.parse/urllib_parse_urlunparse.py
source/urllib.parse/urllib_parse_urlunparseextra.py
source/urllib.request/urllib_request_http_get_args.py
source/urllib.request/urllib_request_nfs_handler.py
source/urllib.request/urllib_request_request_header.py
source/urllib.request/urllib_request_request_post.py
source/urllib.request/urllib_request_upload_files.py
source/urllib.request/urllib_request_urlopen.py
source/urllib.request/urllib_request_urlopen_iterator.py
source/urllib.request/urllib_request_urlopen_post.py
source/urllib.robotparser/robots.txt
source/urllib.robotparser/urllib_robotparser_longlived.py
source/urllib.robotparser/urllib_robotparser_simple.py
source/uuid/uuid_getnode.py
source/uuid/uuid_uuid1.py
source/uuid/uuid_uuid1_othermac.py
source/uuid/uuid_uuid1_repeat.py
source/uuid/uuid_uuid3_repeat.py
source/uuid/uuid_uuid3_uuid5.py
source/uuid/uuid_uuid4.py
source/uuid/uuid_uuid_objects.py
source/warnings/warnings_filter.py
source/warnings/warnings_filterwarnings_lineno.py
source/warnings/warnings_filterwarnings_message.py
source/warnings/warnings_filterwarnings_module.py
source/warnings/warnings_formatwarning.py
source/warnings/warnings_once.py
source/warnings/warnings_repeated.py
source/warnings/warnings_showwarning.py
source/warnings/warnings_warn.py
source/warnings/warnings_warn_raise.py
source/warnings/warnings_warn_stacklevel.py
source/weakref/weakref_finalize.py
source/weakref/weakref_finalize_atexit.py
source/weakref/weakref_finalize_reference.py
source/weakref/weakref_finalize_reference_method.py
source/weakref/weakref_proxy.py
source/weakref/weakref_ref.py
source/weakref/weakref_ref_callback.py
source/weakref/weakref_valuedict.py
source/webbrowser/webbrowser_get.py
source/webbrowser/webbrowser_open.py
source/webbrowser/webbrowser_open_new.py
source/webbrowser/webbrowser_open_new_tab.py
source/xml.etree.ElementTree/ElementTree_XML.py
source/xml.etree.ElementTree/ElementTree_XMLID.py
source/xml.etree.ElementTree/ElementTree_create.py
source/xml.etree.ElementTree/ElementTree_create_pretty.py
source/xml.etree.ElementTree/ElementTree_csv_to_xml.py
source/xml.etree.ElementTree/ElementTree_dump_opml.py
source/xml.etree.ElementTree/ElementTree_entity_references.py
source/xml.etree.ElementTree/ElementTree_extend.py
source/xml.etree.ElementTree/ElementTree_extend_node.py
source/xml.etree.ElementTree/ElementTree_extend_node_copy.py
source/xml.etree.ElementTree/ElementTree_find_feeds_by_structure.py
source/xml.etree.ElementTree/ElementTree_find_feeds_by_tag.py
source/xml.etree.ElementTree/ElementTree_node_attributes.py
source/xml.etree.ElementTree/ElementTree_node_text.py
source/xml.etree.ElementTree/ElementTree_parse_opml.py
source/xml.etree.ElementTree/ElementTree_podcast_csv_treebuilder.py
source/xml.etree.ElementTree/ElementTree_pretty.py
source/xml.etree.ElementTree/ElementTree_show_all_events.py
source/xml.etree.ElementTree/ElementTree_show_feed_urls.py
source/xml.etree.ElementTree/ElementTree_write.py
source/xml.etree.ElementTree/ElementTree_write_method.py
source/xml.etree.ElementTree/ElementTree_write_podcast_csv.py
source/xmlrpc.client/xmlrpc_Binary.py
source/xmlrpc.client/xmlrpc_Binary_pickle.py
source/xmlrpc.client/xmlrpc_MultiCall.py
source/xmlrpc.client/xmlrpc_MultiCall_exception.py
source/xmlrpc.client/xmlrpc_ServerProxy.py
source/xmlrpc.client/xmlrpc_ServerProxy_allow_none.py
source/xmlrpc.client/xmlrpc_ServerProxy_encoding.py
source/xmlrpc.client/xmlrpc_ServerProxy_use_datetime.py
source/xmlrpc.client/xmlrpc_ServerProxy_verbose.py
source/xmlrpc.client/xmlrpc_exception.py
source/xmlrpc.client/xmlrpc_server.py
source/xmlrpc.client/xmlrpc_types.py
source/xmlrpc.client/xmlrpc_types_nested.py
source/xmlrpc.client/xmlrpc_types_object.py
source/xmlrpc.server/xmlrpc_alternate_name.py
source/xmlrpc.server/xmlrpc_alternate_name_client.py
source/xmlrpc.server/xmlrpc_arbitrary_name.py
source/xmlrpc.server/xmlrpc_arbitrary_name_client.py
source/xmlrpc.server/xmlrpc_dotted_name.py
source/xmlrpc.server/xmlrpc_dotted_name_client.py
source/xmlrpc.server/xmlrpc_function.py
source/xmlrpc.server/xmlrpc_function_client.py
source/xmlrpc.server/xmlrpc_instance.py
source/xmlrpc.server/xmlrpc_instance_client.py
source/xmlrpc.server/xmlrpc_instance_dotted_names.py
source/xmlrpc.server/xmlrpc_instance_dotted_names_client.py
source/xmlrpc.server/xmlrpc_instance_with_prefix.py
source/xmlrpc.server/xmlrpc_instance_with_prefix_client.py
source/xmlrpc.server/xmlrpc_introspection.py
source/xmlrpc.server/xmlrpc_introspection_client.py
source/zipfile/README.txt
source/zipfile/zipfile_append.py
source/zipfile/zipfile_getinfo.py
source/zipfile/zipfile_infolist.py
source/zipfile/zipfile_is_zipfile.py
source/zipfile/zipfile_namelist.py
source/zipfile/zipfile_printdir.py
source/zipfile/zipfile_pyzipfile.py
source/zipfile/zipfile_read.py
source/zipfile/zipfile_write.py
source/zipfile/zipfile_write_arcname.py
source/zipfile/zipfile_write_compression.py
source/zipfile/zipfile_writestr.py
source/zipfile/zipfile_writestr_zipinfo.py
source/zipimport/__init__.py
source/zipimport/zipimport_find_module.py
source/zipimport/zipimport_get_code.py
source/zipimport/zipimport_get_data.py
source/zipimport/zipimport_get_data_nozip.py
source/zipimport/zipimport_get_data_zip.py
source/zipimport/zipimport_get_source.py
source/zipimport/zipimport_is_package.py
source/zipimport/zipimport_load_module.py
source/zipimport/zipimport_make_example.py
source/zipimport/example_package/README.txt
source/zipimport/example_package/__init__.py
source/zlib/lorem.txt
source/zlib/zlib_checksum_tests.py
source/zlib/zlib_checksums.py
source/zlib/zlib_compresslevel.py
source/zlib/zlib_incremental.py
source/zlib/zlib_lengths.py
source/zlib/zlib_memory.py
source/zlib/zlib_mixed.py
source/zlib/zlib_server.py