LICENSE.txt
MANIFEST.in
README.txt
motw
setup.py
PyMOTW/__init__.py
PyMOTW/cc-by-nc-sa.png
PyMOTW/feed.png
PyMOTW/mail.png
PyMOTW.egg-info/PKG-INFO
PyMOTW.egg-info/SOURCES.txt
PyMOTW.egg-info/dependency_links.txt
PyMOTW.egg-info/not-zip-safe
PyMOTW.egg-info/top_level.txt
PyMOTW/BaseHTTPServer/BaseHTTPServer_GET.py
PyMOTW/BaseHTTPServer/BaseHTTPServer_POST.py
PyMOTW/BaseHTTPServer/BaseHTTPServer_errors.py
PyMOTW/BaseHTTPServer/BaseHTTPServer_send_header.py
PyMOTW/BaseHTTPServer/BaseHTTPServer_threads.py
PyMOTW/BaseHTTPServer/__init__.py
PyMOTW/ConfigParser/ConfigParser_allow_no_value.py
PyMOTW/ConfigParser/ConfigParser_defaults.py
PyMOTW/ConfigParser/ConfigParser_has_option.py
PyMOTW/ConfigParser/ConfigParser_has_section.py
PyMOTW/ConfigParser/ConfigParser_interpolation.py
PyMOTW/ConfigParser/ConfigParser_interpolation_defaults.py
PyMOTW/ConfigParser/ConfigParser_interpolation_error.py
PyMOTW/ConfigParser/ConfigParser_interpolation_recursion.py
PyMOTW/ConfigParser/ConfigParser_populate.py
PyMOTW/ConfigParser/ConfigParser_read.py
PyMOTW/ConfigParser/ConfigParser_read_many.py
PyMOTW/ConfigParser/ConfigParser_remove.py
PyMOTW/ConfigParser/ConfigParser_structure.py
PyMOTW/ConfigParser/ConfigParser_unicode.py
PyMOTW/ConfigParser/ConfigParser_value_types.py
PyMOTW/ConfigParser/ConfigParser_write.py
PyMOTW/ConfigParser/__init__.py
PyMOTW/ConfigParser/configparser_example.py
PyMOTW/Cookie/Cookie_Morsel.py
PyMOTW/Cookie/Cookie_coded_value.py
PyMOTW/Cookie/Cookie_js_output.py
PyMOTW/Cookie/Cookie_parse.py
PyMOTW/Cookie/Cookie_setheaders.py
PyMOTW/Cookie/__init__.py
PyMOTW/Queue/Queue_fifo.py
PyMOTW/Queue/Queue_lifo.py
PyMOTW/Queue/Queue_priority.py
PyMOTW/Queue/__init__.py
PyMOTW/Queue/feedparser.py
PyMOTW/Queue/fetch_podcasts.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_alternate_name.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_alternate_name_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_arbitrary_name.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_arbitrary_name_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_dotted_name.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_dotted_name_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_function.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_function_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_instance.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_instance_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_instance_dotted_names.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_instance_dotted_names_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_instance_with_prefix.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_instance_with_prefix_client.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_introspection.py
PyMOTW/SimpleXMLRPCServer/SimpleXMLRPCServer_introspection_client.py
PyMOTW/SimpleXMLRPCServer/__init__.py
PyMOTW/SocketServer/SocketServer_echo.py
PyMOTW/SocketServer/SocketServer_echo_simple.py
PyMOTW/SocketServer/SocketServer_forking.py
PyMOTW/SocketServer/SocketServer_threaded.py
PyMOTW/SocketServer/__init__.py
PyMOTW/StringIO/__init__.py
PyMOTW/StringIO/stringio_examples.py
PyMOTW/abc/__init__.py
PyMOTW/abc/abc_abstractproperty.py
PyMOTW/abc/abc_abstractproperty_rw.py
PyMOTW/abc/abc_abstractproperty_rw_deco.py
PyMOTW/abc/abc_base.py
PyMOTW/abc/abc_concrete_method.py
PyMOTW/abc/abc_find_subclasses.py
PyMOTW/abc/abc_incomplete.py
PyMOTW/abc/abc_register.py
PyMOTW/abc/abc_subclass.py
PyMOTW/anydbm/__init__.py
PyMOTW/anydbm/anydbm_existing.py
PyMOTW/anydbm/anydbm_intkeys.py
PyMOTW/anydbm/anydbm_intvalue.py
PyMOTW/anydbm/anydbm_new.py
PyMOTW/anydbm/anydbm_whichdb.py
PyMOTW/argparse/__init__.py
PyMOTW/argparse/argparse_FileType.py
PyMOTW/argparse/argparse_action.py
PyMOTW/argparse/argparse_arguments.py
PyMOTW/argparse/argparse_choices.py
PyMOTW/argparse/argparse_conflict_handler_resolve.py
PyMOTW/argparse/argparse_conflict_handler_resolve2.py
PyMOTW/argparse/argparse_custom_action.py
PyMOTW/argparse/argparse_default_grouping.py
PyMOTW/argparse/argparse_fromfile_prefix_chars.py
PyMOTW/argparse/argparse_fromfile_prefix_chars.txt
PyMOTW/argparse/argparse_long.py
PyMOTW/argparse/argparse_mutually_exclusive.py
PyMOTW/argparse/argparse_nargs.py
PyMOTW/argparse/argparse_parent_base.py
PyMOTW/argparse/argparse_parent_with_group.py
PyMOTW/argparse/argparse_prefix_chars.py
PyMOTW/argparse/argparse_short.py
PyMOTW/argparse/argparse_subparsers.py
PyMOTW/argparse/argparse_type.py
PyMOTW/argparse/argparse_uses_parent.py
PyMOTW/argparse/argparse_uses_parent_with_group.py
PyMOTW/argparse/argparse_with_help.py
PyMOTW/argparse/argparse_with_shlex.py
PyMOTW/argparse/argparse_with_version.py
PyMOTW/argparse/argparse_without_help.py
PyMOTW/argparse/tmp_file.txt
PyMOTW/array/__init__.py
PyMOTW/array/array_byteswap.py
PyMOTW/array/array_file.py
PyMOTW/array/array_sequence.py
PyMOTW/array/array_string.py
PyMOTW/asynchat/__init__.py
PyMOTW/asynchat/asynchat_echo_client.py
PyMOTW/asynchat/asynchat_echo_handler.py
PyMOTW/asynchat/asynchat_echo_main.py
PyMOTW/asynchat/asynchat_echo_server.py
PyMOTW/asynchat/lorem.txt
PyMOTW/asyncore/__init__.py
PyMOTW/asyncore/asyncore_echo_server.py
PyMOTW/asyncore/asyncore_file_dispatcher.py
PyMOTW/asyncore/asyncore_http_client.py
PyMOTW/asyncore/asyncore_loop.py
PyMOTW/asyncore/lorem.txt
PyMOTW/atexit/__init__.py
PyMOTW/atexit/atexit_exception.py
PyMOTW/atexit/atexit_keyboardinterrupt.py
PyMOTW/atexit/atexit_multiple.py
PyMOTW/atexit/atexit_os_exit.py
PyMOTW/atexit/atexit_signal_child.py
PyMOTW/atexit/atexit_signal_parent.py
PyMOTW/atexit/atexit_simple.py
PyMOTW/atexit/atexit_sys_exit.py
PyMOTW/base64/__init__.py
PyMOTW/base64/base64_b64decode.py
PyMOTW/base64/base64_b64encode.py
PyMOTW/base64/base64_base16.py
PyMOTW/base64/base64_base32.py
PyMOTW/base64/base64_urlsafe.py
PyMOTW/bisect/__init__.py
PyMOTW/bisect/bisect_example.py
PyMOTW/bisect/bisect_example2.py
PyMOTW/bz2/__init__.py
PyMOTW/bz2/bz2_file_compresslevel.py
PyMOTW/bz2/bz2_file_read.py
PyMOTW/bz2/bz2_file_seek.py
PyMOTW/bz2/bz2_file_write.py
PyMOTW/bz2/bz2_file_writelines.py
PyMOTW/bz2/bz2_incremental.py
PyMOTW/bz2/bz2_lengths.py
PyMOTW/bz2/bz2_memory.py
PyMOTW/bz2/bz2_mixed.py
PyMOTW/bz2/bz2_server.py
PyMOTW/bz2/lorem.txt
PyMOTW/calendar/__init__.py
PyMOTW/calendar/calendar_formatyear.py
PyMOTW/calendar/calendar_htmlcalendar.py
PyMOTW/calendar/calendar_monthcalendar.py
PyMOTW/calendar/calendar_secondthursday.py
PyMOTW/calendar/calendar_textcalendar.py
PyMOTW/calendar/calendar_yeardays2calendar.py
PyMOTW/cgitb/__init__.py
PyMOTW/cgitb/cgitb_basic_traceback.py
PyMOTW/cgitb/cgitb_exception_properties.py
PyMOTW/cgitb/cgitb_extended_traceback.py
PyMOTW/cgitb/cgitb_html_output.py
PyMOTW/cgitb/cgitb_local_vars.py
PyMOTW/cgitb/cgitb_log_exception.py
PyMOTW/cgitb/cgitb_more_context.py
PyMOTW/cgitb/cgitb_with_classes.py
PyMOTW/cmd/__init__.py
PyMOTW/cmd/cmd_arg_completion.py
PyMOTW/cmd/cmd_arguments.py
PyMOTW/cmd/cmd_argv.py
PyMOTW/cmd/cmd_attributes.py
PyMOTW/cmd/cmd_do_help.py
PyMOTW/cmd/cmd_do_shell.py
PyMOTW/cmd/cmd_file.py
PyMOTW/cmd/cmd_file.txt
PyMOTW/cmd/cmd_illustrate_methods.py
PyMOTW/cmd/cmd_simple.py
PyMOTW/codecs/__init__.py
PyMOTW/codecs/codecs_bom.py
PyMOTW/codecs/codecs_bom_create_file.py
PyMOTW/codecs/codecs_bom_detection.py
PyMOTW/codecs/codecs_decode.py
PyMOTW/codecs/codecs_decode_error.py
PyMOTW/codecs/codecs_encode_error.py
PyMOTW/codecs/codecs_encodedfile.py
PyMOTW/codecs/codecs_encodings.py
PyMOTW/codecs/codecs_incremental_bz2.py
PyMOTW/codecs/codecs_invertcaps.py
PyMOTW/codecs/codecs_invertcaps_charmap.py
PyMOTW/codecs/codecs_invertcaps_error.py
PyMOTW/codecs/codecs_invertcaps_register.py
PyMOTW/codecs/codecs_open_read.py
PyMOTW/codecs/codecs_open_write.py
PyMOTW/codecs/codecs_register.py
PyMOTW/codecs/codecs_rot13.py
PyMOTW/codecs/codecs_socket.py
PyMOTW/codecs/codecs_socket_fail.py
PyMOTW/codecs/codecs_stdin.py
PyMOTW/codecs/codecs_stdout.py
PyMOTW/codecs/codecs_stdout_locale.py
PyMOTW/codecs/codecs_stdout_wrapped.py
PyMOTW/codecs/codecs_to_hex.py
PyMOTW/codecs/codecs_zlib.py
PyMOTW/collections/__init__.py
PyMOTW/collections/collections_counter_arithmetic.py
PyMOTW/collections/collections_counter_elements.py
PyMOTW/collections/collections_counter_get_values.py
PyMOTW/collections/collections_counter_init.py
PyMOTW/collections/collections_counter_most_common.py
PyMOTW/collections/collections_counter_update.py
PyMOTW/collections/collections_defaultdict.py
PyMOTW/collections/collections_deque.py
PyMOTW/collections/collections_deque_both_ends.py
PyMOTW/collections/collections_deque_consuming.py
PyMOTW/collections/collections_deque_populating.py
PyMOTW/collections/collections_deque_rotate.py
PyMOTW/collections/collections_namedtuple_bad_fields.py
PyMOTW/collections/collections_namedtuple_person.py
PyMOTW/collections/collections_namedtuple_rename.py
PyMOTW/collections/collections_ordereddict_equality.py
PyMOTW/collections/collections_ordereddict_iter.py
PyMOTW/collections/collections_tuple.py
PyMOTW/compileall/__init__.py
PyMOTW/compileall/compileall_compile_dir.py
PyMOTW/compileall/compileall_exclude_dirs.py
PyMOTW/compileall/compileall_path.py
PyMOTW/compileall/compileall_recursion_depth.py
PyMOTW/contextlib/__init__.py
PyMOTW/contextlib/contextlib_api.py
PyMOTW/contextlib/contextlib_api_error.py
PyMOTW/contextlib/contextlib_api_other_object.py
PyMOTW/contextlib/contextlib_closing.py
PyMOTW/contextlib/contextlib_contextmanager.py
PyMOTW/contextlib/contextlib_file.py
PyMOTW/contextlib/contextlib_nested.py
PyMOTW/contextlib/contextlib_nested_with.py
PyMOTW/copy/__init__.py
PyMOTW/copy/copy_deep.py
PyMOTW/copy/copy_hooks.py
PyMOTW/copy/copy_recursion.py
PyMOTW/copy/copy_shallow.py
PyMOTW/csv/__init__.py
PyMOTW/csv/csv_dialect.py
PyMOTW/csv/csv_dialect_sniffer.py
PyMOTW/csv/csv_dialect_variations.py
PyMOTW/csv/csv_dictreader.py
PyMOTW/csv/csv_dictwriter.py
PyMOTW/csv/csv_list_dialects.py
PyMOTW/csv/csv_reader.py
PyMOTW/csv/csv_writer.py
PyMOTW/csv/csv_writer_quoted.py
PyMOTW/datetime/__init__.py
PyMOTW/datetime/datetime_comparing.py
PyMOTW/datetime/datetime_date.py
PyMOTW/datetime/datetime_date_fromordinal.py
PyMOTW/datetime/datetime_date_fromothervalue.py
PyMOTW/datetime/datetime_date_isocalendar.py
PyMOTW/datetime/datetime_date_math.py
PyMOTW/datetime/datetime_date_minmax.py
PyMOTW/datetime/datetime_date_replace.py
PyMOTW/datetime/datetime_datetime.py
PyMOTW/datetime/datetime_datetime_combine.py
PyMOTW/datetime/datetime_datetime_math.py
PyMOTW/datetime/datetime_datetime_minmax.py
PyMOTW/datetime/datetime_datetime_strptime.py
PyMOTW/datetime/datetime_time.py
PyMOTW/datetime/datetime_time_minmax.py
PyMOTW/datetime/datetime_time_resolution.py
PyMOTW/datetime/datetime_timedelta.py
PyMOTW/datetime/datetime_timedelta_total_seconds.py
PyMOTW/decimal/__init__.py
PyMOTW/decimal/decimal_context_manager.py
PyMOTW/decimal/decimal_create.py
PyMOTW/decimal/decimal_getcontext.py
PyMOTW/decimal/decimal_instance_context.py
PyMOTW/decimal/decimal_log.py
PyMOTW/decimal/decimal_operators.py
PyMOTW/decimal/decimal_precision.py
PyMOTW/decimal/decimal_rounding.py
PyMOTW/decimal/decimal_special.py
PyMOTW/decimal/decimal_thread_context.py
PyMOTW/decimal/decimal_tuple.py
PyMOTW/difflib/__init__.py
PyMOTW/difflib/difflib_context.py
PyMOTW/difflib/difflib_data.py
PyMOTW/difflib/difflib_differ.py
PyMOTW/difflib/difflib_html.py
PyMOTW/difflib/difflib_junk.py
PyMOTW/difflib/difflib_ndiff.py
PyMOTW/difflib/difflib_seq.py
PyMOTW/difflib/difflib_unified.py
PyMOTW/dircache/__init__.py
PyMOTW/dircache/dircache_annotate.py
PyMOTW/dircache/dircache_listdir.py
PyMOTW/dircache/dircache_listdir_file_added.py
PyMOTW/dircache/dircache_reset.py
PyMOTW/dis/__init__.py
PyMOTW/dis/dis_class.py
PyMOTW/dis/dis_constant_folding.py
PyMOTW/dis/dis_eliminate_loop.py
PyMOTW/dis/dis_faster_loop.py
PyMOTW/dis/dis_fastest_loop.py
PyMOTW/dis/dis_function.py
PyMOTW/dis/dis_loops.py
PyMOTW/dis/dis_simple.py
PyMOTW/dis/dis_slow_loop.py
PyMOTW/dis/dis_test_loop.py
PyMOTW/dis/dis_traceback.py
PyMOTW/doctest/__init__.py
PyMOTW/doctest/doctest_blankline.py
PyMOTW/doctest/doctest_blankline_fail.py
PyMOTW/doctest/doctest_docstrings.py
PyMOTW/doctest/doctest_ellipsis.py
PyMOTW/doctest/doctest_extra_space.py
PyMOTW/doctest/doctest_hashed_values.py
PyMOTW/doctest/doctest_hashed_values_tests.py
PyMOTW/doctest/doctest_in_help.py
PyMOTW/doctest/doctest_mutable_globals.py
PyMOTW/doctest/doctest_ndiff.py
PyMOTW/doctest/doctest_normalize_whitespace.py
PyMOTW/doctest/doctest_private_tests.py
PyMOTW/doctest/doctest_private_tests_external.py
PyMOTW/doctest/doctest_simple.py
PyMOTW/doctest/doctest_simple_with_docs.py
PyMOTW/doctest/doctest_test_globals.py
PyMOTW/doctest/doctest_testfile.py
PyMOTW/doctest/doctest_testmod.py
PyMOTW/doctest/doctest_testmod_other_module.py
PyMOTW/doctest/doctest_tracebacks.py
PyMOTW/doctest/doctest_tracebacks_no_body.py
PyMOTW/doctest/doctest_unittest.py
PyMOTW/doctest/doctest_unpredictable.py
PyMOTW/exceptions/__init__.py
PyMOTW/exceptions/exceptions_AssertionError_assert.py
PyMOTW/exceptions/exceptions_AssertionError_unittest.py
PyMOTW/exceptions/exceptions_AttributeError.py
PyMOTW/exceptions/exceptions_AttributeError_assignment.py
PyMOTW/exceptions/exceptions_AttributeError_slot.py
PyMOTW/exceptions/exceptions_EOFError.py
PyMOTW/exceptions/exceptions_FloatingPointError.py
PyMOTW/exceptions/exceptions_GeneratorExit.py
PyMOTW/exceptions/exceptions_IOError.py
PyMOTW/exceptions/exceptions_ImportError_missingname.py
PyMOTW/exceptions/exceptions_ImportError_nomodule.py
PyMOTW/exceptions/exceptions_IndexError.py
PyMOTW/exceptions/exceptions_KeyError.py
PyMOTW/exceptions/exceptions_KeyboardInterrupt.py
PyMOTW/exceptions/exceptions_MemoryError.py
PyMOTW/exceptions/exceptions_NameError.py
PyMOTW/exceptions/exceptions_NotImplementedError.py
PyMOTW/exceptions/exceptions_OSError.py
PyMOTW/exceptions/exceptions_OverflowError.py
PyMOTW/exceptions/exceptions_ReferenceError.py
PyMOTW/exceptions/exceptions_StopIteration.py
PyMOTW/exceptions/exceptions_SyntaxError.py
PyMOTW/exceptions/exceptions_SystemExit.py
PyMOTW/exceptions/exceptions_TypeError.py
PyMOTW/exceptions/exceptions_UnboundLocalError.py
PyMOTW/exceptions/exceptions_ValueError.py
PyMOTW/exceptions/exceptions_ZeroDivisionError.py
PyMOTW/filecmp/__init__.py
PyMOTW/filecmp/filecmp_cmp.py
PyMOTW/filecmp/filecmp_cmpfiles.py
PyMOTW/filecmp/filecmp_dircmp_common.py
PyMOTW/filecmp/filecmp_dircmp_diff.py
PyMOTW/filecmp/filecmp_dircmp_list.py
PyMOTW/filecmp/filecmp_dircmp_list_filter.py
PyMOTW/filecmp/filecmp_dircmp_membership.py
PyMOTW/filecmp/filecmp_dircmp_report.py
PyMOTW/filecmp/filecmp_dircmp_report_full_closure.py
PyMOTW/filecmp/filecmp_dircmp_subdirs.py
PyMOTW/filecmp/filecmp_mkexamples.py
PyMOTW/fileinput/__init__.py
PyMOTW/fileinput/etc_hosts.txt
PyMOTW/fileinput/fileinput_change_subnet.py
PyMOTW/fileinput/fileinput_change_subnet_noisy.py
PyMOTW/fileinput/fileinput_example.py
PyMOTW/fileinput/fileinput_grep.py
PyMOTW/fileinput/m3utorss.html
PyMOTW/fnmatch/__init__.py
PyMOTW/fnmatch/fnmatch_filter.py
PyMOTW/fnmatch/fnmatch_fnmatch.py
PyMOTW/fnmatch/fnmatch_fnmatchcase.py
PyMOTW/fnmatch/fnmatch_translate.py
PyMOTW/fractions/__init__.py
PyMOTW/fractions/fractions_arithmetic.py
PyMOTW/fractions/fractions_create_integers.py
PyMOTW/fractions/fractions_create_strings.py
PyMOTW/fractions/fractions_create_strings_floats.py
PyMOTW/fractions/fractions_from_decimal.py
PyMOTW/fractions/fractions_from_float.py
PyMOTW/fractions/fractions_limit_denominator.py
PyMOTW/functools/__init__.py
PyMOTW/functools/functools_cmp_to_key.py
PyMOTW/functools/functools_method.py
PyMOTW/functools/functools_partial.py
PyMOTW/functools/functools_total_ordering.py
PyMOTW/functools/functools_update_wrapper.py
PyMOTW/functools/functools_wraps.py
PyMOTW/gc/__init__.py
PyMOTW/gc/gc_collect.py
PyMOTW/gc/gc_collect_break_cycle.py
PyMOTW/gc/gc_collect_with_del.py
PyMOTW/gc/gc_debug_collectable_instances.py
PyMOTW/gc/gc_debug_collectable_objects.py
PyMOTW/gc/gc_debug_leak.py
PyMOTW/gc/gc_debug_saveall.py
PyMOTW/gc/gc_debug_stats.py
PyMOTW/gc/gc_get_objects.py
PyMOTW/gc/gc_get_referents.py
PyMOTW/gc/gc_get_referents_cycles.py
PyMOTW/gc/gc_get_referrers.py
PyMOTW/gc/gc_get_threshold.py
PyMOTW/gc/gc_threshold.py
PyMOTW/getopt/__init__.py
PyMOTW/getopt/getopt_example.py
PyMOTW/getopt/getopt_gnu.py
PyMOTW/getopt/getopt_long.py
PyMOTW/getopt/getopt_short.py
PyMOTW/getpass/__init__.py
PyMOTW/getpass/getpass_defaults.py
PyMOTW/getpass/getpass_noterminal.py
PyMOTW/getpass/getpass_prompt.py
PyMOTW/getpass/getpass_stream.py
PyMOTW/gettext/__init__.py
PyMOTW/gettext/example.pot
PyMOTW/gettext/gettext_app_builtin.py
PyMOTW/gettext/gettext_example.py
PyMOTW/gettext/gettext_find.py
PyMOTW/gettext/gettext_module_global.py
PyMOTW/gettext/gettext_plural.py
PyMOTW/gettext/plural.pot
PyMOTW/glob/__init__.py
PyMOTW/glob/glob_asterisk.py
PyMOTW/glob/glob_charrange.py
PyMOTW/glob/glob_extension.py
PyMOTW/glob/glob_maketestdata.py
PyMOTW/glob/glob_question.py
PyMOTW/glob/glob_subdir.py
PyMOTW/gzip/__init__.py
PyMOTW/gzip/gzip_StringIO.py
PyMOTW/gzip/gzip_compresslevel.py
PyMOTW/gzip/gzip_read.py
PyMOTW/gzip/gzip_seek.py
PyMOTW/gzip/gzip_write.py
PyMOTW/gzip/gzip_writelines.py
PyMOTW/gzip/lorem.txt
PyMOTW/hashlib/__init__.py
PyMOTW/hashlib/hashlib_data.py
PyMOTW/hashlib/hashlib_md5.py
PyMOTW/hashlib/hashlib_new.py
PyMOTW/hashlib/hashlib_sha1.py
PyMOTW/hashlib/hashlib_update.py
PyMOTW/heapq/__init__.py
PyMOTW/heapq/heapq_extremes.py
PyMOTW/heapq/heapq_heapdata.py
PyMOTW/heapq/heapq_heapify.py
PyMOTW/heapq/heapq_heappop.py
PyMOTW/heapq/heapq_heappush.py
PyMOTW/heapq/heapq_heapreplace.py
PyMOTW/heapq/heapq_showtree.py
PyMOTW/hmac/__init__.py
PyMOTW/hmac/hmac_base64.py
PyMOTW/hmac/hmac_pickle.py
PyMOTW/hmac/hmac_sha.py
PyMOTW/hmac/hmac_simple.py
PyMOTW/hmac/lorem.txt
PyMOTW/imaplib/__init__.py
PyMOTW/imaplib/imaplib_append.py
PyMOTW/imaplib/imaplib_archive_read.py
PyMOTW/imaplib/imaplib_connect.py
PyMOTW/imaplib/imaplib_connect_fail.py
PyMOTW/imaplib/imaplib_delete_messages.py
PyMOTW/imaplib/imaplib_fetch_body.py
PyMOTW/imaplib/imaplib_fetch_raw.py
PyMOTW/imaplib/imaplib_fetch_rfc822.py
PyMOTW/imaplib/imaplib_fetch_separately.py
PyMOTW/imaplib/imaplib_list.py
PyMOTW/imaplib/imaplib_list_parse.py
PyMOTW/imaplib/imaplib_list_pattern.py
PyMOTW/imaplib/imaplib_list_subfolders.py
PyMOTW/imaplib/imaplib_search_all.py
PyMOTW/imaplib/imaplib_search_from.py
PyMOTW/imaplib/imaplib_search_subject.py
PyMOTW/imaplib/imaplib_select.py
PyMOTW/imaplib/imaplib_select_invalid.py
PyMOTW/imaplib/imaplib_status.py
PyMOTW/imp/__init__.py
PyMOTW/imp/imp_find_module.py
PyMOTW/imp/imp_find_module_error.py
PyMOTW/imp/imp_get_suffixes.py
PyMOTW/imp/imp_load_module.py
PyMOTW/imp/imp_load_module_reload.py
PyMOTW/imp/example/__init__.py
PyMOTW/imp/example/submodule.py
PyMOTW/inspect/__init__.py
PyMOTW/inspect/example.py
PyMOTW/inspect/inspect_formatargspec.py
PyMOTW/inspect/inspect_getargspec_function.py
PyMOTW/inspect/inspect_getargvalues.py
PyMOTW/inspect/inspect_getcallargs.py
PyMOTW/inspect/inspect_getclasstree.py
PyMOTW/inspect/inspect_getclasstree_unique.py
PyMOTW/inspect/inspect_getcomments_method.py
PyMOTW/inspect/inspect_getcomments_module.py
PyMOTW/inspect/inspect_getdoc.py
PyMOTW/inspect/inspect_getmembers_class.py
PyMOTW/inspect/inspect_getmembers_class_methods.py
PyMOTW/inspect/inspect_getmembers_class_methods_b.py
PyMOTW/inspect/inspect_getmembers_instance.py
PyMOTW/inspect/inspect_getmembers_module.py
PyMOTW/inspect/inspect_getmembers_module_class.py
PyMOTW/inspect/inspect_getmoduleinfo.py
PyMOTW/inspect/inspect_getmro.py
PyMOTW/inspect/inspect_getsource_class.py
PyMOTW/inspect/inspect_getsource_method.py
PyMOTW/inspect/inspect_getsourcelines_method.py
PyMOTW/inspect/inspect_stack.py
PyMOTW/itertools/__init__.py
PyMOTW/itertools/itertools_chain.py
PyMOTW/itertools/itertools_count.py
PyMOTW/itertools/itertools_cycle.py
PyMOTW/itertools/itertools_dropwhile.py
PyMOTW/itertools/itertools_groupby.py
PyMOTW/itertools/itertools_groupby_seq.py
PyMOTW/itertools/itertools_ifilter.py
PyMOTW/itertools/itertools_ifilterfalse.py
PyMOTW/itertools/itertools_imap.py
PyMOTW/itertools/itertools_islice.py
PyMOTW/itertools/itertools_izip.py
PyMOTW/itertools/itertools_repeat.py
PyMOTW/itertools/itertools_repeat_imap.py
PyMOTW/itertools/itertools_repeat_izip.py
PyMOTW/itertools/itertools_starmap.py
PyMOTW/itertools/itertools_takewhile.py
PyMOTW/itertools/itertools_tee.py
PyMOTW/itertools/itertools_tee_error.py
PyMOTW/json/__init__.py
PyMOTW/json/json_compact_encoding.py
PyMOTW/json/json_decoder_object_hook.py
PyMOTW/json/json_dump_default.py
PyMOTW/json/json_dump_file.py
PyMOTW/json/json_encoder_default.py
PyMOTW/json/json_encoder_iterable.py
PyMOTW/json/json_indent.py
PyMOTW/json/json_load_file.py
PyMOTW/json/json_load_object_hook.py
PyMOTW/json/json_mixed_data.py
PyMOTW/json/json_myobj.py
PyMOTW/json/json_simple_types.py
PyMOTW/json/json_simple_types_decode.py
PyMOTW/json/json_skipkeys.py
PyMOTW/json/json_sort_keys.py
PyMOTW/linecache/__init__.py
PyMOTW/linecache/linecache_data.py
PyMOTW/linecache/linecache_empty_line.py
PyMOTW/linecache/linecache_example.py
PyMOTW/linecache/linecache_getline.py
PyMOTW/linecache/linecache_missing_file.py
PyMOTW/linecache/linecache_out_of_range.py
PyMOTW/linecache/linecache_path_search.py
PyMOTW/locale/__init__.py
PyMOTW/locale/locale_atof_example.py
PyMOTW/locale/locale_currency_example.py
PyMOTW/locale/locale_date_example.py
PyMOTW/locale/locale_env_example.py
PyMOTW/locale/locale_grouping.py
PyMOTW/locale/locale_list.py
PyMOTW/logging/__init__.py
PyMOTW/logging/logging_file_example.py
PyMOTW/logging/logging_level_example.py
PyMOTW/logging/logging_modules_example.py
PyMOTW/logging/logging_rotatingfile_example.py
PyMOTW/mailbox/__init__.py
PyMOTW/mailbox/mailbox_maildir_create.py
PyMOTW/mailbox/mailbox_maildir_folders.py
PyMOTW/mailbox/mailbox_maildir_read.py
PyMOTW/mailbox/mailbox_maildir_remove.py
PyMOTW/mailbox/mailbox_mbox_create.py
PyMOTW/mailbox/mailbox_mbox_read.py
PyMOTW/mailbox/mailbox_mbox_remove.py
PyMOTW/math/__init__.py
PyMOTW/math/math_constants.py
PyMOTW/math/math_copysign.py
PyMOTW/math/math_degrees.py
PyMOTW/math/math_distance_2_points.py
PyMOTW/math/math_erf.py
PyMOTW/math/math_erfc.py
PyMOTW/math/math_exp.py
PyMOTW/math/math_expm1.py
PyMOTW/math/math_fabs.py
PyMOTW/math/math_factorial.py
PyMOTW/math/math_fmod.py
PyMOTW/math/math_frexp.py
PyMOTW/math/math_fsum.py
PyMOTW/math/math_gamma.py
PyMOTW/math/math_hyperbolic.py
PyMOTW/math/math_hypot.py
PyMOTW/math/math_integers.py
PyMOTW/math/math_inverse_trig.py
PyMOTW/math/math_isinf.py
PyMOTW/math/math_isnan.py
PyMOTW/math/math_ldexp.py
PyMOTW/math/math_lgamma.py
PyMOTW/math/math_log.py
PyMOTW/math/math_log10.py
PyMOTW/math/math_log1p.py
PyMOTW/math/math_modf.py
PyMOTW/math/math_overflow.py
PyMOTW/math/math_pow.py
PyMOTW/math/math_radians.py
PyMOTW/math/math_sqrt.py
PyMOTW/math/math_trig.py
PyMOTW/mmap/__init__.py
PyMOTW/mmap/lorem.txt
PyMOTW/mmap/mmap_read.py
PyMOTW/mmap/mmap_regex.py
PyMOTW/mmap/mmap_write_copy.py
PyMOTW/mmap/mmap_write_slice.py
PyMOTW/multiprocessing/__init__.py
PyMOTW/multiprocessing/multiprocessing_condition.py
PyMOTW/multiprocessing/multiprocessing_daemon.py
PyMOTW/multiprocessing/multiprocessing_daemon_join.py
PyMOTW/multiprocessing/multiprocessing_daemon_join_timeout.py
PyMOTW/multiprocessing/multiprocessing_event.py
PyMOTW/multiprocessing/multiprocessing_exitcode.py
PyMOTW/multiprocessing/multiprocessing_get_logger.py
PyMOTW/multiprocessing/multiprocessing_import_main.py
PyMOTW/multiprocessing/multiprocessing_import_worker.py
PyMOTW/multiprocessing/multiprocessing_lock.py
PyMOTW/multiprocessing/multiprocessing_log_to_stderr.py
PyMOTW/multiprocessing/multiprocessing_manager_dict.py
PyMOTW/multiprocessing/multiprocessing_mapreduce.py
PyMOTW/multiprocessing/multiprocessing_names.py
PyMOTW/multiprocessing/multiprocessing_namespaces.py
PyMOTW/multiprocessing/multiprocessing_namespaces_mutable.py
PyMOTW/multiprocessing/multiprocessing_pool.py
PyMOTW/multiprocessing/multiprocessing_pool_maxtasksperchild.py
PyMOTW/multiprocessing/multiprocessing_producer_consumer.py
PyMOTW/multiprocessing/multiprocessing_queue.py
PyMOTW/multiprocessing/multiprocessing_semaphore.py
PyMOTW/multiprocessing/multiprocessing_simple.py
PyMOTW/multiprocessing/multiprocessing_simpleargs.py
PyMOTW/multiprocessing/multiprocessing_subclass.py
PyMOTW/multiprocessing/multiprocessing_terminate.py
PyMOTW/multiprocessing/multiprocessing_wordcount.py
PyMOTW/operator/__init__.py
PyMOTW/operator/operator_attrgetter.py
PyMOTW/operator/operator_boolean.py
PyMOTW/operator/operator_classes.py
PyMOTW/operator/operator_comparisons.py
PyMOTW/operator/operator_inplace.py
PyMOTW/operator/operator_itemgetter.py
PyMOTW/operator/operator_math.py
PyMOTW/operator/operator_sequences.py
PyMOTW/operator/operator_typechecking.py
PyMOTW/optparse/__init__.py
PyMOTW/optparse/optparse_append.py
PyMOTW/optparse/optparse_boolean.py
PyMOTW/optparse/optparse_callback.py
PyMOTW/optparse/optparse_callback_nargs.py
PyMOTW/optparse/optparse_choice.py
PyMOTW/optparse/optparse_count.py
PyMOTW/optparse/optparse_default.py
PyMOTW/optparse/optparse_getoptcomparison.py
PyMOTW/optparse/optparse_groups.py
PyMOTW/optparse/optparse_help.py
PyMOTW/optparse/optparse_long.py
PyMOTW/optparse/optparse_metavar.py
PyMOTW/optparse/optparse_no_default.py
PyMOTW/optparse/optparse_prog.py
PyMOTW/optparse/optparse_set_defaults.py
PyMOTW/optparse/optparse_short.py
PyMOTW/optparse/optparse_store_const.py
PyMOTW/optparse/optparse_types.py
PyMOTW/optparse/optparse_usage.py
PyMOTW/optparse/optparse_version.py
PyMOTW/os/__init__.py
PyMOTW/os/os_access.py
PyMOTW/os/os_cwd_example.py
PyMOTW/os/os_directories.py
PyMOTW/os/os_environ_example.py
PyMOTW/os/os_exec_example.py
PyMOTW/os/os_fork_example.py
PyMOTW/os/os_kill_example.py
PyMOTW/os/os_popen.py
PyMOTW/os/os_popen2.py
PyMOTW/os/os_popen2_seq.py
PyMOTW/os/os_popen3.py
PyMOTW/os/os_popen4.py
PyMOTW/os/os_process_id_example.py
PyMOTW/os/os_process_user_example.py
PyMOTW/os/os_spawn_example.py
PyMOTW/os/os_stat.py
PyMOTW/os/os_stat_chmod.py
PyMOTW/os/os_symlinks.py
PyMOTW/os/os_system_background.py
PyMOTW/os/os_system_example.py
PyMOTW/os/os_system_shell.py
PyMOTW/os/os_wait_example.py
PyMOTW/os/os_waitpid_example.py
PyMOTW/os/os_walk.py
PyMOTW/ospath/__init__.py
PyMOTW/ospath/ospath_abspath.py
PyMOTW/ospath/ospath_basename.py
PyMOTW/ospath/ospath_commonprefix.py
PyMOTW/ospath/ospath_dirname.py
PyMOTW/ospath/ospath_expanduser.py
PyMOTW/ospath/ospath_expandvars.py
PyMOTW/ospath/ospath_join.py
PyMOTW/ospath/ospath_normpath.py
PyMOTW/ospath/ospath_properties.py
PyMOTW/ospath/ospath_split.py
PyMOTW/ospath/ospath_splitext.py
PyMOTW/ospath/ospath_tests.py
PyMOTW/ospath/ospath_walk.py
PyMOTW/pdb/__init__.py
PyMOTW/pdb/lorem.txt
PyMOTW/pdb/pdb_break.py
PyMOTW/pdb/pdb_break_remote.py
PyMOTW/pdb/pdb_function_arguments.py
PyMOTW/pdb/pdb_jump.py
PyMOTW/pdb/pdb_next.py
PyMOTW/pdb/pdb_no_jump.py
PyMOTW/pdb/pdb_post_mortem.py
PyMOTW/pdb/pdb_pp.py
PyMOTW/pdb/pdb_run.py
PyMOTW/pdb/pdb_script.py
PyMOTW/pdb/pdb_set_trace.py
PyMOTW/pdb/pdb_step.py
PyMOTW/pickle/__init__.py
PyMOTW/pickle/pickle_cycle.py
PyMOTW/pickle/pickle_dump_to_file_1.py
PyMOTW/pickle/pickle_load_from_file_1.py
PyMOTW/pickle/pickle_load_from_file_2.py
PyMOTW/pickle/pickle_stream.py
PyMOTW/pickle/pickle_string.py
PyMOTW/pickle/pickle_unpickle.py
PyMOTW/pkgutil/__init__.py
PyMOTW/pkgutil/pkgutil_devel.py
PyMOTW/pkgutil/pkgutil_extend_path.py
PyMOTW/pkgutil/pkgutil_get_data.py
PyMOTW/pkgutil/pkgutil_get_data_zip.py
PyMOTW/pkgutil/pkgutil_nested.py
PyMOTW/pkgutil/pkgutil_os_specific.py
PyMOTW/pkgutil/demopkg1/__init__.py
PyMOTW/pkgutil/demopkg1/shared.py
PyMOTW/pkgutil/demopkg2/__init__.py
PyMOTW/pkgutil/demopkg2/overloaded.py
PyMOTW/pkgutil/extension/__init__.py
PyMOTW/pkgutil/extension/demopkg1/__init__.py
PyMOTW/pkgutil/extension/demopkg1/not_shared.py
PyMOTW/pkgutil/nested/__init__.py
PyMOTW/pkgutil/nested/shallow.py
PyMOTW/pkgutil/nested/second/__init__.py
PyMOTW/pkgutil/nested/second/deep.py
PyMOTW/pkgutil/pkgwithdata/__init__.py
PyMOTW/pkgutil/pkgwithdata/templates/base.html
PyMOTW/platform/__init__.py
PyMOTW/platform/platform_architecture.py
PyMOTW/platform/platform_os_info.py
PyMOTW/platform/platform_platform.py
PyMOTW/platform/platform_python.py
PyMOTW/pprint/__init__.py
PyMOTW/pprint/pprint_arbitrary_object.py
PyMOTW/pprint/pprint_data.py
PyMOTW/pprint/pprint_depth.py
PyMOTW/pprint/pprint_pformat.py
PyMOTW/pprint/pprint_pprint.py
PyMOTW/pprint/pprint_recursion.py
PyMOTW/pprint/pprint_width.py
PyMOTW/profile/__init__.py
PyMOTW/profile/profile_fibonacci_memoized.py
PyMOTW/profile/profile_fibonacci_raw.py
PyMOTW/profile/profile_runctx.py
PyMOTW/profile/profile_stats.py
PyMOTW/profile/profile_stats_callers.py
PyMOTW/profile/profile_stats_restricted.py
PyMOTW/pyclbr/__init__.py
PyMOTW/pyclbr/pyclbr_example.py
PyMOTW/pyclbr/pyclbr_readmodule.py
PyMOTW/pyclbr/pyclbr_readmodule_ex.py
PyMOTW/pydoc/__init__.py
PyMOTW/random/__init__.py
PyMOTW/random/random_choice.py
PyMOTW/random/random_jumpahead.py
PyMOTW/random/random_randint.py
PyMOTW/random/random_random.py
PyMOTW/random/random_random_class.py
PyMOTW/random/random_randrange.py
PyMOTW/random/random_sample.py
PyMOTW/random/random_seed.py
PyMOTW/random/random_shuffle.py
PyMOTW/random/random_state.py
PyMOTW/random/random_system_random.py
PyMOTW/random/random_uniform.py
PyMOTW/re/__init__.py
PyMOTW/re/re_anchoring.py
PyMOTW/re/re_charset.py
PyMOTW/re/re_charset_dot.py
PyMOTW/re/re_charset_exclude.py
PyMOTW/re/re_charset_ranges.py
PyMOTW/re/re_email_compact.py
PyMOTW/re/re_email_verbose.py
PyMOTW/re/re_email_with_name.py
PyMOTW/re/re_escape_codes.py
PyMOTW/re/re_escape_escapes.py
PyMOTW/re/re_findall.py
PyMOTW/re/re_finditer.py
PyMOTW/re/re_flags_dotall.py
PyMOTW/re/re_flags_embedded.py
PyMOTW/re/re_flags_ignorecase.py
PyMOTW/re/re_flags_multiline.py
PyMOTW/re/re_flags_unicode.py
PyMOTW/re/re_groups.py
PyMOTW/re/re_groups_alternative.py
PyMOTW/re/re_groups_individual.py
PyMOTW/re/re_groups_match.py
PyMOTW/re/re_groups_named.py
PyMOTW/re/re_groups_nested.py
PyMOTW/re/re_groups_noncapturing.py
PyMOTW/re/re_id.py
PyMOTW/re/re_look_ahead.py
PyMOTW/re/re_look_behind.py
PyMOTW/re/re_match.py
PyMOTW/re/re_negative_look_ahead.py
PyMOTW/re/re_negative_look_behind.py
PyMOTW/re/re_paragraphs_findall.py
PyMOTW/re/re_refer_to_group.py
PyMOTW/re/re_refer_to_named_group.py
PyMOTW/re/re_repetition.py
PyMOTW/re/re_repetition_non_greedy.py
PyMOTW/re/re_search_substring.py
PyMOTW/re/re_simple.py
PyMOTW/re/re_simple_compiled.py
PyMOTW/re/re_simple_match.py
PyMOTW/re/re_split.py
PyMOTW/re/re_split_groups.py
PyMOTW/re/re_sub.py
PyMOTW/re/re_sub_count.py
PyMOTW/re/re_sub_named_groups.py
PyMOTW/re/re_subn.py
PyMOTW/re/re_test_patterns.py
PyMOTW/re/re_test_patterns_groups.py
PyMOTW/readline/__init__.py
PyMOTW/readline/readline_buffer.py
PyMOTW/readline/readline_completer.py
PyMOTW/readline/readline_history.py
PyMOTW/readline/readline_hooks.py
PyMOTW/readline/readline_parse_and_bind.py
PyMOTW/readline/readline_read_init_file.py
PyMOTW/resource/__init__.py
PyMOTW/resource/resource_getrlimit.py
PyMOTW/resource/resource_getrusage.py
PyMOTW/resource/resource_setrlimit_cpu.py
PyMOTW/resource/resource_setrlimit_nofile.py
PyMOTW/robotparser/__init__.py
PyMOTW/robotparser/robotparser_longlived.py
PyMOTW/robotparser/robotparser_simple.py
PyMOTW/robotparser/robots.txt
PyMOTW/sched/__init__.py
PyMOTW/sched/sched_basic.py
PyMOTW/sched/sched_cancel.py
PyMOTW/sched/sched_overlap.py
PyMOTW/sched/sched_priority.py
PyMOTW/select/__init__.py
PyMOTW/select/select_echo_multiclient.py
PyMOTW/select/select_echo_server.py
PyMOTW/select/select_echo_server_timeout.py
PyMOTW/select/select_echo_slow_client.py
PyMOTW/select/select_poll_echo_server.py
PyMOTW/shelve/__init__.py
PyMOTW/shelve/shelve_create.py
PyMOTW/shelve/shelve_existing.py
PyMOTW/shelve/shelve_readonly.py
PyMOTW/shelve/shelve_withoutwriteback.py
PyMOTW/shelve/shelve_writeback.py
PyMOTW/shlex/__init__.py
PyMOTW/shlex/apostrophe.txt
PyMOTW/shlex/comments.txt
PyMOTW/shlex/quotes.txt
PyMOTW/shlex/shlex_errors.py
PyMOTW/shlex/shlex_example.py
PyMOTW/shlex/shlex_posix.py
PyMOTW/shlex/shlex_source.py
PyMOTW/shlex/shlex_split.py
PyMOTW/shlex/shlex_table.py
PyMOTW/shlex/shlex_whitespace.py
PyMOTW/shutil/__init__.py
PyMOTW/shutil/shutil_copy.py
PyMOTW/shutil/shutil_copy2.py
PyMOTW/shutil/shutil_copyfile.py
PyMOTW/shutil/shutil_copyfileobj.py
PyMOTW/shutil/shutil_copymode.py
PyMOTW/shutil/shutil_copystat.py
PyMOTW/shutil/shutil_copytree.py
PyMOTW/shutil/shutil_move.py
PyMOTW/shutil/shutil_rmtree.py
PyMOTW/signal/__init__.py
PyMOTW/signal/signal_alarm.py
PyMOTW/signal/signal_getsignal.py
PyMOTW/signal/signal_ignore.py
PyMOTW/signal/signal_signal.py
PyMOTW/signal/signal_threads.py
PyMOTW/signal/signal_threads_alarm.py
PyMOTW/site/__init__.py
PyMOTW/site/site_addsitedir.py
PyMOTW/site/site_enable_user_site.py
PyMOTW/site/site_import_path.py
PyMOTW/site/site_user_base.py
PyMOTW/site/with_sitecustomize/trace.txt
PyMOTW/smtpd/__init__.py
PyMOTW/smtpd/smtpd_custom.py
PyMOTW/smtpd/smtpd_debug.py
PyMOTW/smtpd/smtpd_proxy.py
PyMOTW/smtpd/smtpd_senddata.py
PyMOTW/smtplib/__init__.py
PyMOTW/smtplib/smtplib_authenticated.py
PyMOTW/smtplib/smtplib_sendmail.py
PyMOTW/smtplib/smtplib_verify.py
PyMOTW/socket/__init__.py
PyMOTW/socket/socket_address_packing.py
PyMOTW/socket/socket_binary_client.py
PyMOTW/socket/socket_binary_server.py
PyMOTW/socket/socket_echo_client.py
PyMOTW/socket/socket_echo_client_dgram.py
PyMOTW/socket/socket_echo_client_easy.py
PyMOTW/socket/socket_echo_client_explicit.py
PyMOTW/socket/socket_echo_client_uds.py
PyMOTW/socket/socket_echo_server.py
PyMOTW/socket/socket_echo_server_any.py
PyMOTW/socket/socket_echo_server_dgram.py
PyMOTW/socket/socket_echo_server_explicit.py
PyMOTW/socket/socket_echo_server_uds.py
PyMOTW/socket/socket_getaddrinfo.py
PyMOTW/socket/socket_getaddrinfo_extra_args.py
PyMOTW/socket/socket_getfqdn.py
PyMOTW/socket/socket_gethostbyaddr.py
PyMOTW/socket/socket_gethostbyname.py
PyMOTW/socket/socket_gethostbyname_ex.py
PyMOTW/socket/socket_gethostname.py
PyMOTW/socket/socket_getprotobyname.py
PyMOTW/socket/socket_getservbyname.py
PyMOTW/socket/socket_getservbyport.py
PyMOTW/socket/socket_ipv6_address_packing.py
PyMOTW/socket/socket_multicast_receiver.py
PyMOTW/socket/socket_multicast_sender.py
PyMOTW/socket/socket_socketpair.py
PyMOTW/sqlite3/__init__.py
PyMOTW/sqlite3/sqlite3_argument_named.py
PyMOTW/sqlite3/sqlite3_argument_positional.py
PyMOTW/sqlite3/sqlite3_argument_update.py
PyMOTW/sqlite3/sqlite3_autocommit.py
PyMOTW/sqlite3/sqlite3_create_aggregate.py
PyMOTW/sqlite3/sqlite3_create_collation.py
PyMOTW/sqlite3/sqlite3_create_function.py
PyMOTW/sqlite3/sqlite3_create_schema.py
PyMOTW/sqlite3/sqlite3_createdb.py
PyMOTW/sqlite3/sqlite3_cursor_description.py
PyMOTW/sqlite3/sqlite3_custom_type.py
PyMOTW/sqlite3/sqlite3_custom_type_column.py
PyMOTW/sqlite3/sqlite3_date_types.py
PyMOTW/sqlite3/sqlite3_isolation_levels.py
PyMOTW/sqlite3/sqlite3_iterdump.py
PyMOTW/sqlite3/sqlite3_load_csv.py
PyMOTW/sqlite3/sqlite3_load_extension_fts3.py
PyMOTW/sqlite3/sqlite3_memory.py
PyMOTW/sqlite3/sqlite3_row_factory.py
PyMOTW/sqlite3/sqlite3_select_tasks.py
PyMOTW/sqlite3/sqlite3_select_variations.py
PyMOTW/sqlite3/sqlite3_set_authorizer.py
PyMOTW/sqlite3/sqlite3_threading.py
PyMOTW/sqlite3/sqlite3_transaction_commit.py
PyMOTW/sqlite3/sqlite3_transaction_rollback.py
PyMOTW/string/__init__.py
PyMOTW/string/string_capwords.py
PyMOTW/string/string_constants.py
PyMOTW/string/string_maketrans.py
PyMOTW/string/string_template.py
PyMOTW/string/string_template_advanced.py
PyMOTW/string/string_template_defaultpattern.py
PyMOTW/string/string_template_missing.py
PyMOTW/string/string_template_newsyntax.py
PyMOTW/struct/__init__.py
PyMOTW/struct/struct_buffers.py
PyMOTW/struct/struct_endianness.py
PyMOTW/struct/struct_pack.py
PyMOTW/struct/struct_unpack.py
PyMOTW/subprocess/__init__.py
PyMOTW/subprocess/interaction.py
PyMOTW/subprocess/repeater.py
PyMOTW/subprocess/signal_child.py
PyMOTW/subprocess/signal_parent.py
PyMOTW/subprocess/subprocess_check_call.py
PyMOTW/subprocess/subprocess_check_output.py
PyMOTW/subprocess/subprocess_check_output_error.py
PyMOTW/subprocess/subprocess_check_output_error_trap_output.py
PyMOTW/subprocess/subprocess_os_system.py
PyMOTW/subprocess/subprocess_pipes.py
PyMOTW/subprocess/subprocess_popen2.py
PyMOTW/subprocess/subprocess_popen3.py
PyMOTW/subprocess/subprocess_popen4.py
PyMOTW/subprocess/subprocess_popen_read.py
PyMOTW/subprocess/subprocess_popen_write.py
PyMOTW/subprocess/subprocess_shell_variables.py
PyMOTW/subprocess/subprocess_signal_parent_shell.py
PyMOTW/subprocess/subprocess_signal_setsid.py
PyMOTW/sys/__init__.py
PyMOTW/sys/sys_argv.py
PyMOTW/sys/sys_builtins.py
PyMOTW/sys/sys_byteorder.py
PyMOTW/sys/sys_checkinterval.py
PyMOTW/sys/sys_checkinterval_io.py
PyMOTW/sys/sys_current_frames.py
PyMOTW/sys/sys_displayhook.py
PyMOTW/sys/sys_exc_info.py
PyMOTW/sys/sys_excepthook.py
PyMOTW/sys/sys_exit.py
PyMOTW/sys/sys_flags.py
PyMOTW/sys/sys_float_info.py
PyMOTW/sys/sys_getrefcount.py
PyMOTW/sys/sys_getsizeof.py
PyMOTW/sys/sys_getsizeof_custom.py
PyMOTW/sys/sys_getsizeof_object.py
PyMOTW/sys/sys_locations.py
PyMOTW/sys/sys_maximums.py
PyMOTW/sys/sys_meta_path.py
PyMOTW/sys/sys_modules.py
PyMOTW/sys/sys_path_hooks_noisy.py
PyMOTW/sys/sys_path_importer_cache.py
PyMOTW/sys/sys_path_modify.py
PyMOTW/sys/sys_path_show.py
PyMOTW/sys/sys_platform.py
PyMOTW/sys/sys_ps1.py
PyMOTW/sys/sys_recursionlimit.py
PyMOTW/sys/sys_settrace_call.py
PyMOTW/sys/sys_settrace_exception.py
PyMOTW/sys/sys_settrace_line.py
PyMOTW/sys/sys_settrace_return.py
PyMOTW/sys/sys_shelve_importer.py
PyMOTW/sys/sys_shelve_importer_create.py
PyMOTW/sys/sys_shelve_importer_get_data.py
PyMOTW/sys/sys_shelve_importer_missing.py
PyMOTW/sys/sys_shelve_importer_module.py
PyMOTW/sys/sys_shelve_importer_package.py
PyMOTW/sys/sys_shelve_importer_reload.py
PyMOTW/sys/sys_stdio.py
PyMOTW/sys/sys_unicode.py
PyMOTW/sys/sys_version_values.py
PyMOTW/sys/package_dir_a/__init__.py
PyMOTW/sys/package_dir_a/example.py
PyMOTW/sys/package_dir_b/__init__.py
PyMOTW/sys/package_dir_b/example.py
PyMOTW/sysconfig/__init__.py
PyMOTW/sysconfig/sysconfig_get_config_var.py
PyMOTW/sysconfig/sysconfig_get_config_vars.py
PyMOTW/sysconfig/sysconfig_get_config_vars_by_name.py
PyMOTW/sysconfig/sysconfig_get_path.py
PyMOTW/sysconfig/sysconfig_get_path_names.py
PyMOTW/sysconfig/sysconfig_get_paths.py
PyMOTW/sysconfig/sysconfig_get_platform.py
PyMOTW/sysconfig/sysconfig_get_python_version.py
PyMOTW/sysconfig/sysconfig_get_scheme_names.py
PyMOTW/tarfile/README.txt
PyMOTW/tarfile/__init__.py
PyMOTW/tarfile/bad_example.tar
PyMOTW/tarfile/example.tar
PyMOTW/tarfile/tarfile_add.py
PyMOTW/tarfile/tarfile_addfile.py
PyMOTW/tarfile/tarfile_addfile_string.py
PyMOTW/tarfile/tarfile_append.py
PyMOTW/tarfile/tarfile_compression.py
PyMOTW/tarfile/tarfile_extract.py
PyMOTW/tarfile/tarfile_extractall.py
PyMOTW/tarfile/tarfile_extractall_members.py
PyMOTW/tarfile/tarfile_extractfile.py
PyMOTW/tarfile/tarfile_getmember.py
PyMOTW/tarfile/tarfile_getmembers.py
PyMOTW/tarfile/tarfile_getnames.py
PyMOTW/tarfile/tarfile_is_tarfile.py
PyMOTW/tempfile/__init__.py
PyMOTW/tempfile/tempfile_NamedTemporaryFile.py
PyMOTW/tempfile/tempfile_NamedTemporaryFile_args.py
PyMOTW/tempfile/tempfile_TemporaryFile.py
PyMOTW/tempfile/tempfile_TemporaryFile_binary.py
PyMOTW/tempfile/tempfile_TemporaryFile_text.py
PyMOTW/tempfile/tempfile_mkdtemp.py
PyMOTW/tempfile/tempfile_settings.py
PyMOTW/tempfile/tempfile_tempdir.py
PyMOTW/textwrap/__init__.py
PyMOTW/textwrap/textwrap_dedent.py
PyMOTW/textwrap/textwrap_example.py
PyMOTW/textwrap/textwrap_fill.py
PyMOTW/textwrap/textwrap_fill_width.py
PyMOTW/textwrap/textwrap_hanging_indent.py
PyMOTW/threading/__init__.py
PyMOTW/threading/threading_condition.py
PyMOTW/threading/threading_daemon.py
PyMOTW/threading/threading_daemon_join.py
PyMOTW/threading/threading_daemon_join_timeout.py
PyMOTW/threading/threading_enumerate.py
PyMOTW/threading/threading_event.py
PyMOTW/threading/threading_local.py
PyMOTW/threading/threading_local_defaults.py
PyMOTW/threading/threading_lock.py
PyMOTW/threading/threading_lock_noblock.py
PyMOTW/threading/threading_lock_reacquire.py
PyMOTW/threading/threading_lock_with.py
PyMOTW/threading/threading_names.py
PyMOTW/threading/threading_names_log.py
PyMOTW/threading/threading_rlock.py
PyMOTW/threading/threading_semaphore.py
PyMOTW/threading/threading_simple.py
PyMOTW/threading/threading_simpleargs.py
PyMOTW/threading/threading_subclass.py
PyMOTW/threading/threading_subclass_args.py
PyMOTW/threading/threading_timer.py
PyMOTW/time/__init__.py
PyMOTW/time/time_clock.py
PyMOTW/time/time_clock_sleep.py
PyMOTW/time/time_ctime.py
PyMOTW/time/time_strptime.py
PyMOTW/time/time_struct.py
PyMOTW/time/time_time.py
PyMOTW/time/time_timezone.py
PyMOTW/timeit/__init__.py
PyMOTW/timeit/timeit_dictionary.py
PyMOTW/timeit/timeit_example.py
PyMOTW/timeit/timeit_setitem.py
PyMOTW/trace/__init__.py
PyMOTW/trace/trace_CoverageResults.py
PyMOTW/trace/trace_report.py
PyMOTW/trace/trace_run.py
PyMOTW/trace/trace_runfunc.py
PyMOTW/trace/trace_example/__init__.py
PyMOTW/trace/trace_example/main.py
PyMOTW/trace/trace_example/recurse.py
PyMOTW/traceback/__init__.py
PyMOTW/traceback/traceback_example.py
PyMOTW/traceback/traceback_extract_stack.py
PyMOTW/traceback/traceback_extract_tb.py
PyMOTW/traceback/traceback_format_exc.py
PyMOTW/traceback/traceback_format_exception.py
PyMOTW/traceback/traceback_format_stack.py
PyMOTW/traceback/traceback_print_exc.py
PyMOTW/traceback/traceback_print_exception.py
PyMOTW/traceback/traceback_print_stack.py
PyMOTW/traceback/traceback_print_tb.py
PyMOTW/unittest/__init__.py
PyMOTW/unittest/unittest_almostequal.py
PyMOTW/unittest/unittest_equality.py
PyMOTW/unittest/unittest_exception.py
PyMOTW/unittest/unittest_failwithmessage.py
PyMOTW/unittest/unittest_fixtures.py
PyMOTW/unittest/unittest_outcomes.py
PyMOTW/unittest/unittest_simple.py
PyMOTW/unittest/unittest_truth.py
PyMOTW/urllib/__init__.py
PyMOTW/urllib/urllib_pathnames.py
PyMOTW/urllib/urllib_quote.py
PyMOTW/urllib/urllib_unquote.py
PyMOTW/urllib/urllib_urlencode.py
PyMOTW/urllib/urllib_urlencode_doseq.py
PyMOTW/urllib/urllib_urlopen.py
PyMOTW/urllib/urllib_urlopen_iterator.py
PyMOTW/urllib/urllib_urlopen_post.py
PyMOTW/urllib/urllib_urlretrieve.py
PyMOTW/urllib2/__init__.py
PyMOTW/urllib2/urllib2_http_get_args.py
PyMOTW/urllib2/urllib2_nfs_handler.py
PyMOTW/urllib2/urllib2_request_header.py
PyMOTW/urllib2/urllib2_request_post.py
PyMOTW/urllib2/urllib2_upload_files.py
PyMOTW/urllib2/urllib2_urlopen.py
PyMOTW/urllib2/urllib2_urlopen_iterator.py
PyMOTW/urllib2/urllib2_urlopen_post.py
PyMOTW/urlparse/__init__.py
PyMOTW/urlparse/urlparse_geturl.py
PyMOTW/urlparse/urlparse_urldefrag.py
PyMOTW/urlparse/urlparse_urljoin.py
PyMOTW/urlparse/urlparse_urljoin_with_path.py
PyMOTW/urlparse/urlparse_urlparse.py
PyMOTW/urlparse/urlparse_urlparseattrs.py
PyMOTW/urlparse/urlparse_urlsplit.py
PyMOTW/urlparse/urlparse_urlunparse.py
PyMOTW/urlparse/urlparse_urlunparseextra.py
PyMOTW/uuid/__init__.py
PyMOTW/uuid/uuid_getnode.py
PyMOTW/uuid/uuid_uuid1.py
PyMOTW/uuid/uuid_uuid1_othermac.py
PyMOTW/uuid/uuid_uuid1_repeat.py
PyMOTW/uuid/uuid_uuid3_repeat.py
PyMOTW/uuid/uuid_uuid3_uuid5.py
PyMOTW/uuid/uuid_uuid4.py
PyMOTW/uuid/uuid_uuid_objects.py
PyMOTW/warnings/__init__.py
PyMOTW/warnings/warnings_filtering.py
PyMOTW/warnings/warnings_filterwarnings_lineno.py
PyMOTW/warnings/warnings_filterwarnings_message.py
PyMOTW/warnings/warnings_filterwarnings_module.py
PyMOTW/warnings/warnings_formatwarning.py
PyMOTW/warnings/warnings_once.py
PyMOTW/warnings/warnings_repeated.py
PyMOTW/warnings/warnings_showwarning.py
PyMOTW/warnings/warnings_warn.py
PyMOTW/warnings/warnings_warn_raise.py
PyMOTW/warnings/warnings_warn_stacklevel.py
PyMOTW/weakref/__init__.py
PyMOTW/weakref/weakref_cycle.py
PyMOTW/weakref/weakref_graph.py
PyMOTW/weakref/weakref_proxy.py
PyMOTW/weakref/weakref_ref.py
PyMOTW/weakref/weakref_ref_callback.py
PyMOTW/weakref/weakref_valuedict.py
PyMOTW/weakref/weakref_weakgraph.py
PyMOTW/whichdb/__init__.py
PyMOTW/whichdb/whichdb_whichdb.py
PyMOTW/xml/__init__.py
PyMOTW/xml/etree/__init__.py
PyMOTW/xml/etree/ElementTree/ElementTree_XML.py
PyMOTW/xml/etree/ElementTree/ElementTree_XMLID.py
PyMOTW/xml/etree/ElementTree/ElementTree_create.py
PyMOTW/xml/etree/ElementTree/ElementTree_create_pretty.py
PyMOTW/xml/etree/ElementTree/ElementTree_csv_to_xml.py
PyMOTW/xml/etree/ElementTree/ElementTree_dump_opml.py
PyMOTW/xml/etree/ElementTree/ElementTree_entity_references.py
PyMOTW/xml/etree/ElementTree/ElementTree_extend.py
PyMOTW/xml/etree/ElementTree/ElementTree_extend_node.py
PyMOTW/xml/etree/ElementTree/ElementTree_extend_node_copy.py
PyMOTW/xml/etree/ElementTree/ElementTree_find_feeds_by_structure.py
PyMOTW/xml/etree/ElementTree/ElementTree_find_feeds_by_tag.py
PyMOTW/xml/etree/ElementTree/ElementTree_node_attributes.py
PyMOTW/xml/etree/ElementTree/ElementTree_node_text.py
PyMOTW/xml/etree/ElementTree/ElementTree_parse_opml.py
PyMOTW/xml/etree/ElementTree/ElementTree_podcast_csv_treebuilder.py
PyMOTW/xml/etree/ElementTree/ElementTree_pretty.py
PyMOTW/xml/etree/ElementTree/ElementTree_show_all_events.py
PyMOTW/xml/etree/ElementTree/ElementTree_show_feed_urls.py
PyMOTW/xml/etree/ElementTree/ElementTree_write.py
PyMOTW/xml/etree/ElementTree/ElementTree_write_method.py
PyMOTW/xml/etree/ElementTree/ElementTree_write_podcast_csv.py
PyMOTW/xml/etree/ElementTree/__init__.py
PyMOTW/xmlrpclib/__init__.py
PyMOTW/xmlrpclib/xmlrpclib_Binary.py
PyMOTW/xmlrpclib/xmlrpclib_Binary_pickle.py
PyMOTW/xmlrpclib/xmlrpclib_MultiCall.py
PyMOTW/xmlrpclib/xmlrpclib_MultiCall_exception.py
PyMOTW/xmlrpclib/xmlrpclib_ServerProxy.py
PyMOTW/xmlrpclib/xmlrpclib_ServerProxy_allow_none.py
PyMOTW/xmlrpclib/xmlrpclib_ServerProxy_encoding.py
PyMOTW/xmlrpclib/xmlrpclib_ServerProxy_use_datetime.py
PyMOTW/xmlrpclib/xmlrpclib_ServerProxy_verbose.py
PyMOTW/xmlrpclib/xmlrpclib_exception.py
PyMOTW/xmlrpclib/xmlrpclib_server.py
PyMOTW/xmlrpclib/xmlrpclib_types.py
PyMOTW/xmlrpclib/xmlrpclib_types_nested.py
PyMOTW/xmlrpclib/xmlrpclib_types_object.py
PyMOTW/zipfile/README.txt
PyMOTW/zipfile/__init__.py
PyMOTW/zipfile/bad_example.zip
PyMOTW/zipfile/example.zip
PyMOTW/zipfile/zipfile_append.py
PyMOTW/zipfile/zipfile_getinfo.py
PyMOTW/zipfile/zipfile_infolist.py
PyMOTW/zipfile/zipfile_is_zipfile.py
PyMOTW/zipfile/zipfile_namelist.py
PyMOTW/zipfile/zipfile_printdir.py
PyMOTW/zipfile/zipfile_pyzipfile.py
PyMOTW/zipfile/zipfile_read.py
PyMOTW/zipfile/zipfile_write.py
PyMOTW/zipfile/zipfile_write_arcname.py
PyMOTW/zipfile/zipfile_write_compression.py
PyMOTW/zipfile/zipfile_writestr.py
PyMOTW/zipfile/zipfile_writestr_zipinfo.py
PyMOTW/zipimport/__init__.py
PyMOTW/zipimport/zipimport_find_module.py
PyMOTW/zipimport/zipimport_get_code.py
PyMOTW/zipimport/zipimport_get_data.py
PyMOTW/zipimport/zipimport_get_data_nozip.py
PyMOTW/zipimport/zipimport_get_data_zip.py
PyMOTW/zipimport/zipimport_get_source.py
PyMOTW/zipimport/zipimport_is_package.py
PyMOTW/zipimport/zipimport_load_module.py
PyMOTW/zipimport/zipimport_make_example.py
PyMOTW/zipimport/example_package/README.txt
PyMOTW/zipimport/example_package/__init__.py
PyMOTW/zlib/__init__.py
PyMOTW/zlib/lorem.txt
PyMOTW/zlib/zlib_checksum_tests.py
PyMOTW/zlib/zlib_checksums.py
PyMOTW/zlib/zlib_compresslevel.py
PyMOTW/zlib/zlib_incremental.py
PyMOTW/zlib/zlib_lengths.py
PyMOTW/zlib/zlib_memory.py
PyMOTW/zlib/zlib_mixed.py
PyMOTW/zlib/zlib_server.py