Import _Dive Into Python_ 5.4.
Submitted by: Aleksander Piotrowski <aleksander.piotrowski@nic.com.pl>. Dive Into Python is a free Python book for experienced programmers.
This commit is contained in:
parent
79b3d4b4e6
commit
5e31dbc42f
46
books/diveintopython/Makefile
Normal file
46
books/diveintopython/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/28 16:41:33 naddy Exp $
|
||||
|
||||
COMMENT= "book about Python for experienced programmers"
|
||||
|
||||
VERSION= 5.4
|
||||
PKGNAME= diveintopython-${VERSION}
|
||||
DISTNAME= diveintopython-html-${VERSION}
|
||||
DISTNAMEPRINT= diveintopython-pdf-${VERSION}
|
||||
CATEGORIES= books
|
||||
|
||||
HOMEPAGE= http://diveintopython.org/
|
||||
|
||||
MAINTAINER= Aleksander Piotrowski <aleksander.piotrowski@nic.com.pl>
|
||||
|
||||
# FDL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
EXTRACT_SUFX= .zip
|
||||
# UNZIP is set here because flag -o has to be used.
|
||||
UNZIP= unzip -o
|
||||
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
${DISTNAMEPRINT}${EXTRACT_SUFX}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SUBST_VARS= PORTSDIR
|
||||
|
||||
DOC= ${PREFIX}/share/doc/diveintopython
|
||||
WRKSRC= ${WRKDIR}/diveintopython-${VERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DOC}
|
||||
cd ${WRKSRC}; tar cf - py html | tar xf - -C ${DOC}
|
||||
|
||||
${INSTALL_DATA_DIR} ${DOC}/print
|
||||
${INSTALL_DATA} ${WRKSRC}/diveintopython.pdf ${DOC}/print
|
||||
|
||||
${CHOWN} -R ${DOCOWN}:${DOCGRP} ${DOC}
|
||||
|
||||
.include <bsd.port.mk>
|
6
books/diveintopython/distinfo
Normal file
6
books/diveintopython/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (diveintopython-html-5.4.zip) = 09247597b21c6253b810f081053e56b5
|
||||
MD5 (diveintopython-pdf-5.4.zip) = 344f040e317a39f342cf277a1630e28b
|
||||
RMD160 (diveintopython-html-5.4.zip) = fcdd8ce96a47cdeafd39341da8e513f23a73bcfc
|
||||
RMD160 (diveintopython-pdf-5.4.zip) = f111925eb822441ea8b4550bf230492f631d567a
|
||||
SHA1 (diveintopython-html-5.4.zip) = 4b2de361ff365e18198d518f060a8068a979044f
|
||||
SHA1 (diveintopython-pdf-5.4.zip) = 15c625c2ed55e5a615d6cd20ececf1a4c4614981
|
3
books/diveintopython/pkg/DESCR
Normal file
3
books/diveintopython/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Dive Into Python is a free Python book for experienced programmers.
|
||||
|
||||
You can find Python in ${PORTSDIR}/lang/python
|
334
books/diveintopython/pkg/PLIST
Normal file
334
books/diveintopython/pkg/PLIST
Normal file
@ -0,0 +1,334 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/28 16:41:33 naddy Exp $
|
||||
share/doc/diveintopython/
|
||||
share/doc/diveintopython/html/
|
||||
share/doc/diveintopython/html/appendix/
|
||||
share/doc/diveintopython/html/appendix/about.html
|
||||
share/doc/diveintopython/html/appendix/abstracts.html
|
||||
share/doc/diveintopython/html/appendix/examples.html
|
||||
share/doc/diveintopython/html/appendix/fdl.html
|
||||
share/doc/diveintopython/html/appendix/fdl_aggregation.html
|
||||
share/doc/diveintopython/html/appendix/fdl_applicability.html
|
||||
share/doc/diveintopython/html/appendix/fdl_collections.html
|
||||
share/doc/diveintopython/html/appendix/fdl_combining.html
|
||||
share/doc/diveintopython/html/appendix/fdl_copying.html
|
||||
share/doc/diveintopython/html/appendix/fdl_copyinginquantity.html
|
||||
share/doc/diveintopython/html/appendix/fdl_future.html
|
||||
share/doc/diveintopython/html/appendix/fdl_howto.html
|
||||
share/doc/diveintopython/html/appendix/fdl_modifications.html
|
||||
share/doc/diveintopython/html/appendix/fdl_termination.html
|
||||
share/doc/diveintopython/html/appendix/fdl_translation.html
|
||||
share/doc/diveintopython/html/appendix/furtherreading.html
|
||||
share/doc/diveintopython/html/appendix/history.html
|
||||
share/doc/diveintopython/html/appendix/license.html
|
||||
share/doc/diveintopython/html/appendix/license_terms.html
|
||||
share/doc/diveintopython/html/appendix/tips.html
|
||||
share/doc/diveintopython/html/diveintopython.css
|
||||
share/doc/diveintopython/html/dynamic_functions/
|
||||
share/doc/diveintopython/html/dynamic_functions/index.html
|
||||
share/doc/diveintopython/html/dynamic_functions/stage1.html
|
||||
share/doc/diveintopython/html/dynamic_functions/stage2.html
|
||||
share/doc/diveintopython/html/dynamic_functions/stage3.html
|
||||
share/doc/diveintopython/html/dynamic_functions/stage4.html
|
||||
share/doc/diveintopython/html/dynamic_functions/stage5.html
|
||||
share/doc/diveintopython/html/dynamic_functions/stage6.html
|
||||
share/doc/diveintopython/html/dynamic_functions/summary.html
|
||||
share/doc/diveintopython/html/file_handling/
|
||||
share/doc/diveintopython/html/file_handling/all_together.html
|
||||
share/doc/diveintopython/html/file_handling/file_objects.html
|
||||
share/doc/diveintopython/html/file_handling/for_loops.html
|
||||
share/doc/diveintopython/html/file_handling/index.html
|
||||
share/doc/diveintopython/html/file_handling/more_on_modules.html
|
||||
share/doc/diveintopython/html/file_handling/os_module.html
|
||||
share/doc/diveintopython/html/file_handling/summary.html
|
||||
share/doc/diveintopython/html/functional_programming/
|
||||
share/doc/diveintopython/html/functional_programming/all_together.html
|
||||
share/doc/diveintopython/html/functional_programming/data_centric.html
|
||||
share/doc/diveintopython/html/functional_programming/dynamic_import.html
|
||||
share/doc/diveintopython/html/functional_programming/filtering_lists.html
|
||||
share/doc/diveintopython/html/functional_programming/finding_the_path.html
|
||||
share/doc/diveintopython/html/functional_programming/index.html
|
||||
share/doc/diveintopython/html/functional_programming/mapping_lists.html
|
||||
share/doc/diveintopython/html/functional_programming/summary.html
|
||||
share/doc/diveintopython/html/getting_to_know_python/
|
||||
share/doc/diveintopython/html/getting_to_know_python/declaring_functions.html
|
||||
share/doc/diveintopython/html/getting_to_know_python/documenting_functions.html
|
||||
share/doc/diveintopython/html/getting_to_know_python/everything_is_an_object.html
|
||||
share/doc/diveintopython/html/getting_to_know_python/indenting_code.html
|
||||
share/doc/diveintopython/html/getting_to_know_python/index.html
|
||||
share/doc/diveintopython/html/getting_to_know_python/testing_modules.html
|
||||
share/doc/diveintopython/html/history.xml
|
||||
share/doc/diveintopython/html/html_processing/
|
||||
share/doc/diveintopython/html/html_processing/all_together.html
|
||||
share/doc/diveintopython/html/html_processing/basehtmlprocessor.html
|
||||
share/doc/diveintopython/html/html_processing/dialect.html
|
||||
share/doc/diveintopython/html/html_processing/dictionary_based_string_formatting.html
|
||||
share/doc/diveintopython/html/html_processing/extracting_data.html
|
||||
share/doc/diveintopython/html/html_processing/index.html
|
||||
share/doc/diveintopython/html/html_processing/introducing_sgmllib.html
|
||||
share/doc/diveintopython/html/html_processing/locals_and_globals.html
|
||||
share/doc/diveintopython/html/html_processing/quoting_attribute_values.html
|
||||
share/doc/diveintopython/html/html_processing/summary.html
|
||||
share/doc/diveintopython/html/http_web_services/
|
||||
share/doc/diveintopython/html/http_web_services/alltogether.html
|
||||
share/doc/diveintopython/html/http_web_services/debugging.html
|
||||
share/doc/diveintopython/html/http_web_services/etags.html
|
||||
share/doc/diveintopython/html/http_web_services/gzip_compression.html
|
||||
share/doc/diveintopython/html/http_web_services/http_features.html
|
||||
share/doc/diveintopython/html/http_web_services/index.html
|
||||
share/doc/diveintopython/html/http_web_services/redirects.html
|
||||
share/doc/diveintopython/html/http_web_services/review.html
|
||||
share/doc/diveintopython/html/http_web_services/summary.html
|
||||
share/doc/diveintopython/html/http_web_services/user_agent.html
|
||||
share/doc/diveintopython/html/images/
|
||||
share/doc/diveintopython/html/images/callouts/
|
||||
share/doc/diveintopython/html/images/callouts/1.png
|
||||
share/doc/diveintopython/html/images/callouts/10.png
|
||||
share/doc/diveintopython/html/images/callouts/2.png
|
||||
share/doc/diveintopython/html/images/callouts/3.png
|
||||
share/doc/diveintopython/html/images/callouts/4.png
|
||||
share/doc/diveintopython/html/images/callouts/5.png
|
||||
share/doc/diveintopython/html/images/callouts/6.png
|
||||
share/doc/diveintopython/html/images/callouts/7.png
|
||||
share/doc/diveintopython/html/images/callouts/8.png
|
||||
share/doc/diveintopython/html/images/callouts/9.png
|
||||
share/doc/diveintopython/html/images/caution.png
|
||||
share/doc/diveintopython/html/images/diveintopython.png
|
||||
share/doc/diveintopython/html/images/dot.png
|
||||
share/doc/diveintopython/html/images/important.png
|
||||
share/doc/diveintopython/html/images/note.png
|
||||
share/doc/diveintopython/html/images/tip.png
|
||||
share/doc/diveintopython/html/images/warning.png
|
||||
share/doc/diveintopython/html/index.html
|
||||
share/doc/diveintopython/html/installing_python/
|
||||
share/doc/diveintopython/html/installing_python/debian.html
|
||||
share/doc/diveintopython/html/installing_python/index.html
|
||||
share/doc/diveintopython/html/installing_python/macos9.html
|
||||
share/doc/diveintopython/html/installing_python/macosx.html
|
||||
share/doc/diveintopython/html/installing_python/redhat.html
|
||||
share/doc/diveintopython/html/installing_python/shell.html
|
||||
share/doc/diveintopython/html/installing_python/source.html
|
||||
share/doc/diveintopython/html/installing_python/summary.html
|
||||
share/doc/diveintopython/html/installing_python/windows.html
|
||||
share/doc/diveintopython/html/native_data_types/
|
||||
share/doc/diveintopython/html/native_data_types/chef.html
|
||||
share/doc/diveintopython/html/native_data_types/declaring_variables.html
|
||||
share/doc/diveintopython/html/native_data_types/formatting_strings.html
|
||||
share/doc/diveintopython/html/native_data_types/fudd.html
|
||||
share/doc/diveintopython/html/native_data_types/index.html
|
||||
share/doc/diveintopython/html/native_data_types/joining_lists.html
|
||||
share/doc/diveintopython/html/native_data_types/lists.html
|
||||
share/doc/diveintopython/html/native_data_types/mapping_lists.html
|
||||
share/doc/diveintopython/html/native_data_types/olde.html
|
||||
share/doc/diveintopython/html/native_data_types/summary.html
|
||||
share/doc/diveintopython/html/native_data_types/tuples.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/
|
||||
share/doc/diveintopython/html/object_oriented_framework/class_attributes.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/defining_classes.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/importing_modules.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/index.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/instantiating_classes.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/private_functions.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/special_class_methods.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/special_class_methods2.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/summary.html
|
||||
share/doc/diveintopython/html/object_oriented_framework/userdict.html
|
||||
share/doc/diveintopython/html/performance_tuning/
|
||||
share/doc/diveintopython/html/performance_tuning/dictionary_lookups.html
|
||||
share/doc/diveintopython/html/performance_tuning/index.html
|
||||
share/doc/diveintopython/html/performance_tuning/list_operations.html
|
||||
share/doc/diveintopython/html/performance_tuning/regular_expressions.html
|
||||
share/doc/diveintopython/html/performance_tuning/string_manipulation.html
|
||||
share/doc/diveintopython/html/performance_tuning/summary.html
|
||||
share/doc/diveintopython/html/performance_tuning/timeit.html
|
||||
share/doc/diveintopython/html/power_of_introspection/
|
||||
share/doc/diveintopython/html/power_of_introspection/all_together.html
|
||||
share/doc/diveintopython/html/power_of_introspection/and_or.html
|
||||
share/doc/diveintopython/html/power_of_introspection/built_in_functions.html
|
||||
share/doc/diveintopython/html/power_of_introspection/filtering_lists.html
|
||||
share/doc/diveintopython/html/power_of_introspection/getattr.html
|
||||
share/doc/diveintopython/html/power_of_introspection/index.html
|
||||
share/doc/diveintopython/html/power_of_introspection/lambda_functions.html
|
||||
share/doc/diveintopython/html/power_of_introspection/optional_arguments.html
|
||||
share/doc/diveintopython/html/power_of_introspection/summary.html
|
||||
share/doc/diveintopython/html/refactoring/
|
||||
share/doc/diveintopython/html/refactoring/handling_changing_requirements.html
|
||||
share/doc/diveintopython/html/refactoring/index.html
|
||||
share/doc/diveintopython/html/refactoring/postscript.html
|
||||
share/doc/diveintopython/html/refactoring/refactoring.html
|
||||
share/doc/diveintopython/html/refactoring/summary.html
|
||||
share/doc/diveintopython/html/regular_expressions/
|
||||
share/doc/diveintopython/html/regular_expressions/index.html
|
||||
share/doc/diveintopython/html/regular_expressions/n_m_syntax.html
|
||||
share/doc/diveintopython/html/regular_expressions/phone_numbers.html
|
||||
share/doc/diveintopython/html/regular_expressions/roman_numerals.html
|
||||
share/doc/diveintopython/html/regular_expressions/street_addresses.html
|
||||
share/doc/diveintopython/html/regular_expressions/summary.html
|
||||
share/doc/diveintopython/html/regular_expressions/verbose.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/
|
||||
share/doc/diveintopython/html/scripts_and_streams/all_together.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/caching.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/child_nodes.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/command_line_arguments.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/handlers_by_node_type.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/index.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/stdin_stdout_stderr.html
|
||||
share/doc/diveintopython/html/scripts_and_streams/summary.html
|
||||
share/doc/diveintopython/html/soap_web_services/
|
||||
share/doc/diveintopython/html/soap_web_services/debugging.html
|
||||
share/doc/diveintopython/html/soap_web_services/first_steps.html
|
||||
share/doc/diveintopython/html/soap_web_services/google.html
|
||||
share/doc/diveintopython/html/soap_web_services/index.html
|
||||
share/doc/diveintopython/html/soap_web_services/install.html
|
||||
share/doc/diveintopython/html/soap_web_services/introspection.html
|
||||
share/doc/diveintopython/html/soap_web_services/summary.html
|
||||
share/doc/diveintopython/html/soap_web_services/troubleshooting.html
|
||||
share/doc/diveintopython/html/soap_web_services/wsdl.html
|
||||
share/doc/diveintopython/html/toc/
|
||||
share/doc/diveintopython/html/toc/index.html
|
||||
share/doc/diveintopython/html/unit_testing/
|
||||
share/doc/diveintopython/html/unit_testing/diving_in.html
|
||||
share/doc/diveintopython/html/unit_testing/index.html
|
||||
share/doc/diveintopython/html/unit_testing/romantest.html
|
||||
share/doc/diveintopython/html/unit_testing/stage_1.html
|
||||
share/doc/diveintopython/html/unit_testing/stage_2.html
|
||||
share/doc/diveintopython/html/unit_testing/stage_3.html
|
||||
share/doc/diveintopython/html/unit_testing/stage_4.html
|
||||
share/doc/diveintopython/html/unit_testing/stage_5.html
|
||||
share/doc/diveintopython/html/unit_testing/testing_for_failure.html
|
||||
share/doc/diveintopython/html/unit_testing/testing_for_sanity.html
|
||||
share/doc/diveintopython/html/unit_testing/testing_for_success.html
|
||||
share/doc/diveintopython/html/xml_processing/
|
||||
share/doc/diveintopython/html/xml_processing/attributes.html
|
||||
share/doc/diveintopython/html/xml_processing/index.html
|
||||
share/doc/diveintopython/html/xml_processing/packages.html
|
||||
share/doc/diveintopython/html/xml_processing/parsing_xml.html
|
||||
share/doc/diveintopython/html/xml_processing/searching.html
|
||||
share/doc/diveintopython/html/xml_processing/summary.html
|
||||
share/doc/diveintopython/html/xml_processing/unicode.html
|
||||
share/doc/diveintopython/print/
|
||||
share/doc/diveintopython/print/diveintopython.pdf
|
||||
share/doc/diveintopython/py/
|
||||
share/doc/diveintopython/py/BaseHTMLProcessor.py
|
||||
share/doc/diveintopython/py/LICENSE.txt
|
||||
share/doc/diveintopython/py/apihelper.py
|
||||
share/doc/diveintopython/py/apihelpertest.py
|
||||
share/doc/diveintopython/py/argecho.py
|
||||
share/doc/diveintopython/py/autosize.py
|
||||
share/doc/diveintopython/py/builddialectexamples.py
|
||||
share/doc/diveintopython/py/colorize.py
|
||||
share/doc/diveintopython/py/dialect.py
|
||||
share/doc/diveintopython/py/fibonacci.py
|
||||
share/doc/diveintopython/py/fileinfo.py
|
||||
share/doc/diveintopython/py/fileinfo_fromdict.py
|
||||
share/doc/diveintopython/py/fullpath.py
|
||||
share/doc/diveintopython/py/kgp/
|
||||
share/doc/diveintopython/py/kgp/binary.xml
|
||||
share/doc/diveintopython/py/kgp/husserl.xml
|
||||
share/doc/diveintopython/py/kgp/kant.xml
|
||||
share/doc/diveintopython/py/kgp/kgp.dtd
|
||||
share/doc/diveintopython/py/kgp/kgp.py
|
||||
share/doc/diveintopython/py/kgp/russiansample.xml
|
||||
share/doc/diveintopython/py/kgp/stderr.py
|
||||
share/doc/diveintopython/py/kgp/stdout.py
|
||||
share/doc/diveintopython/py/kgp/template.xml
|
||||
share/doc/diveintopython/py/kgp/test.xml
|
||||
share/doc/diveintopython/py/kgp/thanks.xml
|
||||
share/doc/diveintopython/py/kgp/toolbox.py
|
||||
share/doc/diveintopython/py/kgptest.py
|
||||
share/doc/diveintopython/py/makerealworddoc.py
|
||||
share/doc/diveintopython/py/odbchelper.py
|
||||
share/doc/diveintopython/py/odbchelpertest.py
|
||||
share/doc/diveintopython/py/openanything.py
|
||||
share/doc/diveintopython/py/parsephone.py
|
||||
share/doc/diveintopython/py/piglatin.py
|
||||
share/doc/diveintopython/py/plural/
|
||||
share/doc/diveintopython/py/plural-rules.en
|
||||
share/doc/diveintopython/py/plural.py
|
||||
share/doc/diveintopython/py/plural/stage1/
|
||||
share/doc/diveintopython/py/plural/stage1/plural1.py
|
||||
share/doc/diveintopython/py/plural/stage1/pluraltest1.py
|
||||
share/doc/diveintopython/py/plural/stage2/
|
||||
share/doc/diveintopython/py/plural/stage2/plural2.py
|
||||
share/doc/diveintopython/py/plural/stage2/pluraltest2.py
|
||||
share/doc/diveintopython/py/plural/stage3/
|
||||
share/doc/diveintopython/py/plural/stage3/plural3.py
|
||||
share/doc/diveintopython/py/plural/stage3/pluraltest3.py
|
||||
share/doc/diveintopython/py/plural/stage4/
|
||||
share/doc/diveintopython/py/plural/stage4/plural4.py
|
||||
share/doc/diveintopython/py/plural/stage4/pluraltest4.py
|
||||
share/doc/diveintopython/py/plural/stage5/
|
||||
share/doc/diveintopython/py/plural/stage5/plural5.py
|
||||
share/doc/diveintopython/py/plural/stage5/pluraltest5.py
|
||||
share/doc/diveintopython/py/plural/stage5/rules.en
|
||||
share/doc/diveintopython/py/plural/stage6/
|
||||
share/doc/diveintopython/py/plural/stage6/plural6.py
|
||||
share/doc/diveintopython/py/plural/stage6/pluraltest6.py
|
||||
share/doc/diveintopython/py/plural/stage6/rules.en
|
||||
share/doc/diveintopython/py/pluraltest.py
|
||||
share/doc/diveintopython/py/pyfontify.py
|
||||
share/doc/diveintopython/py/regression.py
|
||||
share/doc/diveintopython/py/roman/
|
||||
share/doc/diveintopython/py/roman.py
|
||||
share/doc/diveintopython/py/roman/stage1/
|
||||
share/doc/diveintopython/py/roman/stage1/roman1.py
|
||||
share/doc/diveintopython/py/roman/stage1/romantest1.py
|
||||
share/doc/diveintopython/py/roman/stage2/
|
||||
share/doc/diveintopython/py/roman/stage2/roman2.py
|
||||
share/doc/diveintopython/py/roman/stage2/romantest2.py
|
||||
share/doc/diveintopython/py/roman/stage3/
|
||||
share/doc/diveintopython/py/roman/stage3/roman3.py
|
||||
share/doc/diveintopython/py/roman/stage3/romantest3.py
|
||||
share/doc/diveintopython/py/roman/stage4/
|
||||
share/doc/diveintopython/py/roman/stage4/roman4.py
|
||||
share/doc/diveintopython/py/roman/stage4/romantest4.py
|
||||
share/doc/diveintopython/py/roman/stage5/
|
||||
share/doc/diveintopython/py/roman/stage5/roman5.py
|
||||
share/doc/diveintopython/py/roman/stage5/romantest5.py
|
||||
share/doc/diveintopython/py/roman/stage6/
|
||||
share/doc/diveintopython/py/roman/stage6/roman61.py
|
||||
share/doc/diveintopython/py/roman/stage6/roman62.py
|
||||
share/doc/diveintopython/py/roman/stage6/romantest61.py
|
||||
share/doc/diveintopython/py/roman/stage6/romantest62.py
|
||||
share/doc/diveintopython/py/roman/stage7/
|
||||
share/doc/diveintopython/py/roman/stage7/roman71.py
|
||||
share/doc/diveintopython/py/roman/stage7/roman72.py
|
||||
share/doc/diveintopython/py/roman/stage7/romantest71.py
|
||||
share/doc/diveintopython/py/roman/stage7/romantest72.py
|
||||
share/doc/diveintopython/py/roman/stage8/
|
||||
share/doc/diveintopython/py/roman/stage8/roman81.py
|
||||
share/doc/diveintopython/py/roman/stage8/roman82.py
|
||||
share/doc/diveintopython/py/roman/stage8/roman83.py
|
||||
share/doc/diveintopython/py/roman/stage8/romantest81.py
|
||||
share/doc/diveintopython/py/roman/stage8/romantest82.py
|
||||
share/doc/diveintopython/py/roman/stage8/romantest83.py
|
||||
share/doc/diveintopython/py/roman/stage9/
|
||||
share/doc/diveintopython/py/roman/stage9/roman9.py
|
||||
share/doc/diveintopython/py/roman/stage9/romantest9.py
|
||||
share/doc/diveintopython/py/romantest.py
|
||||
share/doc/diveintopython/py/search.py
|
||||
share/doc/diveintopython/py/soundex/
|
||||
share/doc/diveintopython/py/soundex.py
|
||||
share/doc/diveintopython/py/soundex/stage1/
|
||||
share/doc/diveintopython/py/soundex/stage1/soundex1a.py
|
||||
share/doc/diveintopython/py/soundex/stage1/soundex1b.py
|
||||
share/doc/diveintopython/py/soundex/stage1/soundex1c.py
|
||||
share/doc/diveintopython/py/soundex/stage1/soundex1d.py
|
||||
share/doc/diveintopython/py/soundex/stage1/soundex1e.py
|
||||
share/doc/diveintopython/py/soundex/stage2/
|
||||
share/doc/diveintopython/py/soundex/stage2/soundex2a.py
|
||||
share/doc/diveintopython/py/soundex/stage2/soundex2b.py
|
||||
share/doc/diveintopython/py/soundex/stage2/soundex2c.py
|
||||
share/doc/diveintopython/py/soundex/stage3/
|
||||
share/doc/diveintopython/py/soundex/stage3/soundex3a.py
|
||||
share/doc/diveintopython/py/soundex/stage3/soundex3b.py
|
||||
share/doc/diveintopython/py/soundex/stage3/soundex3c.py
|
||||
share/doc/diveintopython/py/soundex/stage3/soundex3d.py
|
||||
share/doc/diveintopython/py/soundex/stage4/
|
||||
share/doc/diveintopython/py/soundex/stage4/soundex4a.py
|
||||
share/doc/diveintopython/py/soundex/stage4/soundex4b.py
|
||||
share/doc/diveintopython/py/soundex/stage4/soundex4c.py
|
||||
share/doc/diveintopython/py/soundex/stage4/soundex4d.py
|
||||
share/doc/diveintopython/py/soundextest.py
|
||||
share/doc/diveintopython/py/statsout.py
|
||||
share/doc/diveintopython/py/unicode2koi8r.py
|
||||
share/doc/diveintopython/py/urllister.py
|
Loading…
Reference in New Issue
Block a user