pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py27-html-docs



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat May 19 08:57:18 UTC 2018

Modified Files:
        pkgsrc/lang/py27-html-docs: Makefile PLIST distinfo

Log Message:
py27-html-docs: Update lang/py27-html-docs to 2.7.15

Changes:
2.7.15
======
Documentation
-------------
- bpo-27212: Modify documentation for the :func:`islice` recipe to consume
  initial values up to the start index.
- bpo-32800: Update link to w3c doc for xml default namespaces.
- bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile and
  their C-API counterparts regarding which type of events are received in
  each function. Patch by Pablo Galindo Salgado.
- bpo-8243: Add a note about curses.addch and curses.addstr exception
  behavior when writing outside a window, or pad.
- bpo-21649: Add RFC 7525 and Mozilla server side TLS links to SSL
  documentation.
- bpo-30176: Add missing attribute related constants in curses
  documentation.
- bpo-28929: Link the documentation to its source file on GitHub.
- bpo-26355: Add canonical header link on each page to corresponding major
  version of the documentation. Patch by Matthias Bussonnier.
- bpo-12067: Rewrite Comparisons section in the Expressions chapter of the
  language reference. Some of the details of comparing mixed types were
  incorrect or ambiguous. Added default behaviour and consistency
  suggestions for user- defined classes. Based on patch from Andy Maier.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/py27-html-docs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py27-html-docs/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py27-html-docs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py27-html-docs/Makefile
diff -u pkgsrc/lang/py27-html-docs/Makefile:1.10 pkgsrc/lang/py27-html-docs/Makefile:1.11
--- pkgsrc/lang/py27-html-docs/Makefile:1.10    Fri Nov 24 11:22:08 2017
+++ pkgsrc/lang/py27-html-docs/Makefile Sat May 19 08:57:18 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/11/24 11:22:08 leot Exp $
+# $NetBSD: Makefile,v 1.11 2018/05/19 08:57:18 leot Exp $
 #
 
-VERS=          2.7.14
+VERS=          2.7.15
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py27-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py27-html-docs/PLIST
diff -u pkgsrc/lang/py27-html-docs/PLIST:1.3 pkgsrc/lang/py27-html-docs/PLIST:1.4
--- pkgsrc/lang/py27-html-docs/PLIST:1.3        Fri Nov 24 11:22:08 2017
+++ pkgsrc/lang/py27-html-docs/PLIST    Sat May 19 08:57:18 2018
@@ -1,486 +1,486 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/24 11:22:08 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/19 08:57:18 leot Exp $
 share/doc/python2.7/.buildinfo
 share/doc/python2.7/_images/logging_flow.png
 share/doc/python2.7/_images/python-video-icon.png
-share/doc/python2.7/_sources/about.txt
-share/doc/python2.7/_sources/bugs.txt
-share/doc/python2.7/_sources/c-api/abstract.txt
-share/doc/python2.7/_sources/c-api/allocation.txt
-share/doc/python2.7/_sources/c-api/arg.txt
-share/doc/python2.7/_sources/c-api/bool.txt
-share/doc/python2.7/_sources/c-api/buffer.txt
-share/doc/python2.7/_sources/c-api/bytearray.txt
-share/doc/python2.7/_sources/c-api/capsule.txt
-share/doc/python2.7/_sources/c-api/cell.txt
-share/doc/python2.7/_sources/c-api/class.txt
-share/doc/python2.7/_sources/c-api/cobject.txt
-share/doc/python2.7/_sources/c-api/code.txt
-share/doc/python2.7/_sources/c-api/codec.txt
-share/doc/python2.7/_sources/c-api/complex.txt
-share/doc/python2.7/_sources/c-api/concrete.txt
-share/doc/python2.7/_sources/c-api/conversion.txt
-share/doc/python2.7/_sources/c-api/datetime.txt
-share/doc/python2.7/_sources/c-api/descriptor.txt
-share/doc/python2.7/_sources/c-api/dict.txt
-share/doc/python2.7/_sources/c-api/exceptions.txt
-share/doc/python2.7/_sources/c-api/file.txt
-share/doc/python2.7/_sources/c-api/float.txt
-share/doc/python2.7/_sources/c-api/function.txt
-share/doc/python2.7/_sources/c-api/gcsupport.txt
-share/doc/python2.7/_sources/c-api/gen.txt
-share/doc/python2.7/_sources/c-api/import.txt
-share/doc/python2.7/_sources/c-api/index.txt
-share/doc/python2.7/_sources/c-api/init.txt
-share/doc/python2.7/_sources/c-api/int.txt
-share/doc/python2.7/_sources/c-api/intro.txt
-share/doc/python2.7/_sources/c-api/iter.txt
-share/doc/python2.7/_sources/c-api/iterator.txt
-share/doc/python2.7/_sources/c-api/list.txt
-share/doc/python2.7/_sources/c-api/long.txt
-share/doc/python2.7/_sources/c-api/mapping.txt
-share/doc/python2.7/_sources/c-api/marshal.txt
-share/doc/python2.7/_sources/c-api/memory.txt
-share/doc/python2.7/_sources/c-api/method.txt
-share/doc/python2.7/_sources/c-api/module.txt
-share/doc/python2.7/_sources/c-api/none.txt
-share/doc/python2.7/_sources/c-api/number.txt
-share/doc/python2.7/_sources/c-api/objbuffer.txt
-share/doc/python2.7/_sources/c-api/object.txt
-share/doc/python2.7/_sources/c-api/objimpl.txt
-share/doc/python2.7/_sources/c-api/refcounting.txt
-share/doc/python2.7/_sources/c-api/reflection.txt
-share/doc/python2.7/_sources/c-api/sequence.txt
-share/doc/python2.7/_sources/c-api/set.txt
-share/doc/python2.7/_sources/c-api/slice.txt
-share/doc/python2.7/_sources/c-api/string.txt
-share/doc/python2.7/_sources/c-api/structures.txt
-share/doc/python2.7/_sources/c-api/sys.txt
-share/doc/python2.7/_sources/c-api/tuple.txt
-share/doc/python2.7/_sources/c-api/type.txt
-share/doc/python2.7/_sources/c-api/typeobj.txt
-share/doc/python2.7/_sources/c-api/unicode.txt
-share/doc/python2.7/_sources/c-api/utilities.txt
-share/doc/python2.7/_sources/c-api/veryhigh.txt
-share/doc/python2.7/_sources/c-api/weakref.txt
-share/doc/python2.7/_sources/contents.txt
-share/doc/python2.7/_sources/copyright.txt
-share/doc/python2.7/_sources/distributing/index.txt
-share/doc/python2.7/_sources/distutils/apiref.txt
-share/doc/python2.7/_sources/distutils/builtdist.txt
-share/doc/python2.7/_sources/distutils/commandref.txt
-share/doc/python2.7/_sources/distutils/configfile.txt
-share/doc/python2.7/_sources/distutils/examples.txt
-share/doc/python2.7/_sources/distutils/extending.txt
-share/doc/python2.7/_sources/distutils/index.txt
-share/doc/python2.7/_sources/distutils/introduction.txt
-share/doc/python2.7/_sources/distutils/packageindex.txt
-share/doc/python2.7/_sources/distutils/setupscript.txt
-share/doc/python2.7/_sources/distutils/sourcedist.txt
-share/doc/python2.7/_sources/distutils/uploading.txt
-share/doc/python2.7/_sources/extending/building.txt
-share/doc/python2.7/_sources/extending/embedding.txt
-share/doc/python2.7/_sources/extending/extending.txt
-share/doc/python2.7/_sources/extending/index.txt
-share/doc/python2.7/_sources/extending/newtypes.txt
-share/doc/python2.7/_sources/extending/windows.txt
-share/doc/python2.7/_sources/faq/design.txt
-share/doc/python2.7/_sources/faq/extending.txt
-share/doc/python2.7/_sources/faq/general.txt
-share/doc/python2.7/_sources/faq/gui.txt
-share/doc/python2.7/_sources/faq/index.txt
-share/doc/python2.7/_sources/faq/installed.txt
-share/doc/python2.7/_sources/faq/library.txt
-share/doc/python2.7/_sources/faq/programming.txt
-share/doc/python2.7/_sources/faq/windows.txt
-share/doc/python2.7/_sources/glossary.txt
-share/doc/python2.7/_sources/howto/argparse.txt
-share/doc/python2.7/_sources/howto/cporting.txt
-share/doc/python2.7/_sources/howto/curses.txt
-share/doc/python2.7/_sources/howto/descriptor.txt
-share/doc/python2.7/_sources/howto/doanddont.txt
-share/doc/python2.7/_sources/howto/functional.txt
-share/doc/python2.7/_sources/howto/index.txt
-share/doc/python2.7/_sources/howto/logging-cookbook.txt
-share/doc/python2.7/_sources/howto/logging.txt
-share/doc/python2.7/_sources/howto/pyporting.txt
-share/doc/python2.7/_sources/howto/regex.txt
-share/doc/python2.7/_sources/howto/sockets.txt
-share/doc/python2.7/_sources/howto/sorting.txt
-share/doc/python2.7/_sources/howto/unicode.txt
-share/doc/python2.7/_sources/howto/urllib2.txt
-share/doc/python2.7/_sources/howto/webservers.txt
-share/doc/python2.7/_sources/install/index.txt
-share/doc/python2.7/_sources/installing/index.txt
-share/doc/python2.7/_sources/library/2to3.txt
-share/doc/python2.7/_sources/library/__builtin__.txt
-share/doc/python2.7/_sources/library/__future__.txt
-share/doc/python2.7/_sources/library/__main__.txt
-share/doc/python2.7/_sources/library/_winreg.txt
-share/doc/python2.7/_sources/library/abc.txt
-share/doc/python2.7/_sources/library/aepack.txt
-share/doc/python2.7/_sources/library/aetools.txt
-share/doc/python2.7/_sources/library/aetypes.txt
-share/doc/python2.7/_sources/library/aifc.txt
-share/doc/python2.7/_sources/library/al.txt
-share/doc/python2.7/_sources/library/allos.txt
-share/doc/python2.7/_sources/library/anydbm.txt
-share/doc/python2.7/_sources/library/archiving.txt
-share/doc/python2.7/_sources/library/argparse.txt
-share/doc/python2.7/_sources/library/array.txt
-share/doc/python2.7/_sources/library/ast.txt
-share/doc/python2.7/_sources/library/asynchat.txt
-share/doc/python2.7/_sources/library/asyncore.txt
-share/doc/python2.7/_sources/library/atexit.txt
-share/doc/python2.7/_sources/library/audioop.txt
-share/doc/python2.7/_sources/library/autogil.txt
-share/doc/python2.7/_sources/library/base64.txt
-share/doc/python2.7/_sources/library/basehttpserver.txt
-share/doc/python2.7/_sources/library/bastion.txt
-share/doc/python2.7/_sources/library/bdb.txt
-share/doc/python2.7/_sources/library/binascii.txt
-share/doc/python2.7/_sources/library/binhex.txt
-share/doc/python2.7/_sources/library/bisect.txt
-share/doc/python2.7/_sources/library/bsddb.txt
-share/doc/python2.7/_sources/library/bz2.txt
-share/doc/python2.7/_sources/library/calendar.txt
-share/doc/python2.7/_sources/library/carbon.txt
-share/doc/python2.7/_sources/library/cd.txt
-share/doc/python2.7/_sources/library/cgi.txt
-share/doc/python2.7/_sources/library/cgihttpserver.txt
-share/doc/python2.7/_sources/library/cgitb.txt
-share/doc/python2.7/_sources/library/chunk.txt
-share/doc/python2.7/_sources/library/cmath.txt
-share/doc/python2.7/_sources/library/cmd.txt
-share/doc/python2.7/_sources/library/code.txt
-share/doc/python2.7/_sources/library/codecs.txt
-share/doc/python2.7/_sources/library/codeop.txt
-share/doc/python2.7/_sources/library/collections.txt
-share/doc/python2.7/_sources/library/colorpicker.txt
-share/doc/python2.7/_sources/library/colorsys.txt
-share/doc/python2.7/_sources/library/commands.txt
-share/doc/python2.7/_sources/library/compileall.txt
-share/doc/python2.7/_sources/library/compiler.txt
-share/doc/python2.7/_sources/library/configparser.txt
-share/doc/python2.7/_sources/library/constants.txt
-share/doc/python2.7/_sources/library/contextlib.txt
-share/doc/python2.7/_sources/library/cookie.txt
-share/doc/python2.7/_sources/library/cookielib.txt
-share/doc/python2.7/_sources/library/copy.txt
-share/doc/python2.7/_sources/library/copy_reg.txt
-share/doc/python2.7/_sources/library/crypt.txt
-share/doc/python2.7/_sources/library/crypto.txt
-share/doc/python2.7/_sources/library/csv.txt
-share/doc/python2.7/_sources/library/ctypes.txt
-share/doc/python2.7/_sources/library/curses.ascii.txt
-share/doc/python2.7/_sources/library/curses.panel.txt
-share/doc/python2.7/_sources/library/curses.txt
-share/doc/python2.7/_sources/library/custominterp.txt
-share/doc/python2.7/_sources/library/datatypes.txt
-share/doc/python2.7/_sources/library/datetime.txt
-share/doc/python2.7/_sources/library/dbhash.txt
-share/doc/python2.7/_sources/library/dbm.txt
-share/doc/python2.7/_sources/library/debug.txt
-share/doc/python2.7/_sources/library/decimal.txt
-share/doc/python2.7/_sources/library/development.txt
-share/doc/python2.7/_sources/library/difflib.txt
-share/doc/python2.7/_sources/library/dircache.txt
-share/doc/python2.7/_sources/library/dis.txt
-share/doc/python2.7/_sources/library/distribution.txt
-share/doc/python2.7/_sources/library/distutils.txt
-share/doc/python2.7/_sources/library/dl.txt
-share/doc/python2.7/_sources/library/doctest.txt
-share/doc/python2.7/_sources/library/docxmlrpcserver.txt
-share/doc/python2.7/_sources/library/dumbdbm.txt
-share/doc/python2.7/_sources/library/dummy_thread.txt
-share/doc/python2.7/_sources/library/dummy_threading.txt
-share/doc/python2.7/_sources/library/easydialogs.txt
-share/doc/python2.7/_sources/library/email-examples.txt
-share/doc/python2.7/_sources/library/email.charset.txt
-share/doc/python2.7/_sources/library/email.encoders.txt
-share/doc/python2.7/_sources/library/email.errors.txt
-share/doc/python2.7/_sources/library/email.generator.txt
-share/doc/python2.7/_sources/library/email.header.txt
-share/doc/python2.7/_sources/library/email.iterators.txt
-share/doc/python2.7/_sources/library/email.message.txt
-share/doc/python2.7/_sources/library/email.mime.txt
-share/doc/python2.7/_sources/library/email.parser.txt
-share/doc/python2.7/_sources/library/email.txt
-share/doc/python2.7/_sources/library/email.util.txt
-share/doc/python2.7/_sources/library/ensurepip.txt
-share/doc/python2.7/_sources/library/errno.txt
-share/doc/python2.7/_sources/library/exceptions.txt
-share/doc/python2.7/_sources/library/fcntl.txt
-share/doc/python2.7/_sources/library/filecmp.txt
-share/doc/python2.7/_sources/library/fileformats.txt
-share/doc/python2.7/_sources/library/fileinput.txt
-share/doc/python2.7/_sources/library/filesys.txt
-share/doc/python2.7/_sources/library/fl.txt
-share/doc/python2.7/_sources/library/fm.txt
-share/doc/python2.7/_sources/library/fnmatch.txt
-share/doc/python2.7/_sources/library/formatter.txt
-share/doc/python2.7/_sources/library/fpectl.txt
-share/doc/python2.7/_sources/library/fpformat.txt
-share/doc/python2.7/_sources/library/fractions.txt
-share/doc/python2.7/_sources/library/framework.txt
-share/doc/python2.7/_sources/library/frameworks.txt
-share/doc/python2.7/_sources/library/ftplib.txt
-share/doc/python2.7/_sources/library/functions.txt
-share/doc/python2.7/_sources/library/functools.txt
-share/doc/python2.7/_sources/library/future_builtins.txt
-share/doc/python2.7/_sources/library/gc.txt
-share/doc/python2.7/_sources/library/gdbm.txt
-share/doc/python2.7/_sources/library/gensuitemodule.txt
-share/doc/python2.7/_sources/library/getopt.txt
-share/doc/python2.7/_sources/library/getpass.txt
-share/doc/python2.7/_sources/library/gettext.txt
-share/doc/python2.7/_sources/library/gl.txt
-share/doc/python2.7/_sources/library/glob.txt
-share/doc/python2.7/_sources/library/grp.txt
-share/doc/python2.7/_sources/library/gzip.txt
-share/doc/python2.7/_sources/library/hashlib.txt
-share/doc/python2.7/_sources/library/heapq.txt
-share/doc/python2.7/_sources/library/hmac.txt
-share/doc/python2.7/_sources/library/hotshot.txt
-share/doc/python2.7/_sources/library/htmllib.txt
-share/doc/python2.7/_sources/library/htmlparser.txt
-share/doc/python2.7/_sources/library/httplib.txt
-share/doc/python2.7/_sources/library/i18n.txt
-share/doc/python2.7/_sources/library/ic.txt
-share/doc/python2.7/_sources/library/idle.txt
-share/doc/python2.7/_sources/library/imageop.txt
-share/doc/python2.7/_sources/library/imaplib.txt
-share/doc/python2.7/_sources/library/imgfile.txt
-share/doc/python2.7/_sources/library/imghdr.txt
-share/doc/python2.7/_sources/library/imp.txt
-share/doc/python2.7/_sources/library/importlib.txt
-share/doc/python2.7/_sources/library/imputil.txt
-share/doc/python2.7/_sources/library/index.txt
-share/doc/python2.7/_sources/library/inspect.txt
-share/doc/python2.7/_sources/library/internet.txt
-share/doc/python2.7/_sources/library/intro.txt
-share/doc/python2.7/_sources/library/io.txt
-share/doc/python2.7/_sources/library/ipc.txt
-share/doc/python2.7/_sources/library/itertools.txt
-share/doc/python2.7/_sources/library/jpeg.txt
-share/doc/python2.7/_sources/library/json.txt
-share/doc/python2.7/_sources/library/keyword.txt
-share/doc/python2.7/_sources/library/language.txt
-share/doc/python2.7/_sources/library/linecache.txt
-share/doc/python2.7/_sources/library/locale.txt
-share/doc/python2.7/_sources/library/logging.config.txt
-share/doc/python2.7/_sources/library/logging.handlers.txt
-share/doc/python2.7/_sources/library/logging.txt
-share/doc/python2.7/_sources/library/mac.txt
-share/doc/python2.7/_sources/library/macos.txt
-share/doc/python2.7/_sources/library/macosa.txt
-share/doc/python2.7/_sources/library/macostools.txt
-share/doc/python2.7/_sources/library/macpath.txt
-share/doc/python2.7/_sources/library/mailbox.txt
-share/doc/python2.7/_sources/library/mailcap.txt
-share/doc/python2.7/_sources/library/markup.txt
-share/doc/python2.7/_sources/library/marshal.txt
-share/doc/python2.7/_sources/library/math.txt
-share/doc/python2.7/_sources/library/md5.txt
-share/doc/python2.7/_sources/library/mhlib.txt
-share/doc/python2.7/_sources/library/mimetools.txt
-share/doc/python2.7/_sources/library/mimetypes.txt
-share/doc/python2.7/_sources/library/mimewriter.txt
-share/doc/python2.7/_sources/library/mimify.txt
-share/doc/python2.7/_sources/library/miniaeframe.txt
-share/doc/python2.7/_sources/library/misc.txt
-share/doc/python2.7/_sources/library/mm.txt
-share/doc/python2.7/_sources/library/mmap.txt
-share/doc/python2.7/_sources/library/modulefinder.txt
-share/doc/python2.7/_sources/library/modules.txt
-share/doc/python2.7/_sources/library/msilib.txt
-share/doc/python2.7/_sources/library/msvcrt.txt
-share/doc/python2.7/_sources/library/multifile.txt
-share/doc/python2.7/_sources/library/multiprocessing.txt
-share/doc/python2.7/_sources/library/mutex.txt
-share/doc/python2.7/_sources/library/netdata.txt
-share/doc/python2.7/_sources/library/netrc.txt
-share/doc/python2.7/_sources/library/new.txt
-share/doc/python2.7/_sources/library/nis.txt
-share/doc/python2.7/_sources/library/nntplib.txt
-share/doc/python2.7/_sources/library/numbers.txt
-share/doc/python2.7/_sources/library/numeric.txt
-share/doc/python2.7/_sources/library/operator.txt
-share/doc/python2.7/_sources/library/optparse.txt
-share/doc/python2.7/_sources/library/os.path.txt
-share/doc/python2.7/_sources/library/os.txt
-share/doc/python2.7/_sources/library/ossaudiodev.txt
-share/doc/python2.7/_sources/library/othergui.txt
-share/doc/python2.7/_sources/library/parser.txt
-share/doc/python2.7/_sources/library/pdb.txt
-share/doc/python2.7/_sources/library/persistence.txt
-share/doc/python2.7/_sources/library/pickle.txt
-share/doc/python2.7/_sources/library/pickletools.txt
-share/doc/python2.7/_sources/library/pipes.txt
-share/doc/python2.7/_sources/library/pkgutil.txt
-share/doc/python2.7/_sources/library/platform.txt
-share/doc/python2.7/_sources/library/plistlib.txt
-share/doc/python2.7/_sources/library/popen2.txt
-share/doc/python2.7/_sources/library/poplib.txt
-share/doc/python2.7/_sources/library/posix.txt
-share/doc/python2.7/_sources/library/posixfile.txt
-share/doc/python2.7/_sources/library/pprint.txt
-share/doc/python2.7/_sources/library/profile.txt
-share/doc/python2.7/_sources/library/pty.txt
-share/doc/python2.7/_sources/library/pwd.txt
-share/doc/python2.7/_sources/library/py_compile.txt
-share/doc/python2.7/_sources/library/pyclbr.txt
-share/doc/python2.7/_sources/library/pydoc.txt
-share/doc/python2.7/_sources/library/pyexpat.txt
-share/doc/python2.7/_sources/library/python.txt
-share/doc/python2.7/_sources/library/queue.txt
-share/doc/python2.7/_sources/library/quopri.txt
-share/doc/python2.7/_sources/library/random.txt
-share/doc/python2.7/_sources/library/re.txt
-share/doc/python2.7/_sources/library/readline.txt
-share/doc/python2.7/_sources/library/repr.txt
-share/doc/python2.7/_sources/library/resource.txt
-share/doc/python2.7/_sources/library/restricted.txt
-share/doc/python2.7/_sources/library/rexec.txt
-share/doc/python2.7/_sources/library/rfc822.txt
-share/doc/python2.7/_sources/library/rlcompleter.txt
-share/doc/python2.7/_sources/library/robotparser.txt
-share/doc/python2.7/_sources/library/runpy.txt
-share/doc/python2.7/_sources/library/sched.txt
-share/doc/python2.7/_sources/library/scrolledtext.txt
-share/doc/python2.7/_sources/library/select.txt
-share/doc/python2.7/_sources/library/sets.txt
-share/doc/python2.7/_sources/library/sgi.txt
-share/doc/python2.7/_sources/library/sgmllib.txt
-share/doc/python2.7/_sources/library/sha.txt
-share/doc/python2.7/_sources/library/shelve.txt
-share/doc/python2.7/_sources/library/shlex.txt
-share/doc/python2.7/_sources/library/shutil.txt
-share/doc/python2.7/_sources/library/signal.txt
-share/doc/python2.7/_sources/library/simplehttpserver.txt
-share/doc/python2.7/_sources/library/simplexmlrpcserver.txt
-share/doc/python2.7/_sources/library/site.txt
-share/doc/python2.7/_sources/library/smtpd.txt
-share/doc/python2.7/_sources/library/smtplib.txt
-share/doc/python2.7/_sources/library/sndhdr.txt
-share/doc/python2.7/_sources/library/socket.txt
-share/doc/python2.7/_sources/library/socketserver.txt
-share/doc/python2.7/_sources/library/someos.txt
-share/doc/python2.7/_sources/library/spwd.txt
-share/doc/python2.7/_sources/library/sqlite3.txt
-share/doc/python2.7/_sources/library/ssl.txt
-share/doc/python2.7/_sources/library/stat.txt
-share/doc/python2.7/_sources/library/statvfs.txt
-share/doc/python2.7/_sources/library/stdtypes.txt
-share/doc/python2.7/_sources/library/string.txt
-share/doc/python2.7/_sources/library/stringio.txt
-share/doc/python2.7/_sources/library/stringprep.txt
-share/doc/python2.7/_sources/library/strings.txt
-share/doc/python2.7/_sources/library/struct.txt
-share/doc/python2.7/_sources/library/subprocess.txt
-share/doc/python2.7/_sources/library/sun.txt
-share/doc/python2.7/_sources/library/sunau.txt
-share/doc/python2.7/_sources/library/sunaudio.txt
-share/doc/python2.7/_sources/library/symbol.txt
-share/doc/python2.7/_sources/library/symtable.txt
-share/doc/python2.7/_sources/library/sys.txt
-share/doc/python2.7/_sources/library/sysconfig.txt
-share/doc/python2.7/_sources/library/syslog.txt
-share/doc/python2.7/_sources/library/tabnanny.txt
-share/doc/python2.7/_sources/library/tarfile.txt
-share/doc/python2.7/_sources/library/telnetlib.txt
-share/doc/python2.7/_sources/library/tempfile.txt
-share/doc/python2.7/_sources/library/termios.txt
-share/doc/python2.7/_sources/library/test.txt
-share/doc/python2.7/_sources/library/textwrap.txt
-share/doc/python2.7/_sources/library/thread.txt
-share/doc/python2.7/_sources/library/threading.txt
-share/doc/python2.7/_sources/library/time.txt
-share/doc/python2.7/_sources/library/timeit.txt
-share/doc/python2.7/_sources/library/tix.txt
-share/doc/python2.7/_sources/library/tk.txt
-share/doc/python2.7/_sources/library/tkinter.txt
-share/doc/python2.7/_sources/library/token.txt
-share/doc/python2.7/_sources/library/tokenize.txt
-share/doc/python2.7/_sources/library/trace.txt
-share/doc/python2.7/_sources/library/traceback.txt
-share/doc/python2.7/_sources/library/ttk.txt
-share/doc/python2.7/_sources/library/tty.txt
-share/doc/python2.7/_sources/library/turtle.txt
-share/doc/python2.7/_sources/library/types.txt
-share/doc/python2.7/_sources/library/undoc.txt
-share/doc/python2.7/_sources/library/unicodedata.txt
-share/doc/python2.7/_sources/library/unittest.txt
-share/doc/python2.7/_sources/library/unix.txt
-share/doc/python2.7/_sources/library/urllib.txt
-share/doc/python2.7/_sources/library/urllib2.txt
-share/doc/python2.7/_sources/library/urlparse.txt
-share/doc/python2.7/_sources/library/user.txt
-share/doc/python2.7/_sources/library/userdict.txt
-share/doc/python2.7/_sources/library/uu.txt
-share/doc/python2.7/_sources/library/uuid.txt
-share/doc/python2.7/_sources/library/warnings.txt
-share/doc/python2.7/_sources/library/wave.txt
-share/doc/python2.7/_sources/library/weakref.txt
-share/doc/python2.7/_sources/library/webbrowser.txt
-share/doc/python2.7/_sources/library/whichdb.txt
-share/doc/python2.7/_sources/library/windows.txt
-share/doc/python2.7/_sources/library/winsound.txt
-share/doc/python2.7/_sources/library/wsgiref.txt
-share/doc/python2.7/_sources/library/xdrlib.txt
-share/doc/python2.7/_sources/library/xml.dom.minidom.txt
-share/doc/python2.7/_sources/library/xml.dom.pulldom.txt
-share/doc/python2.7/_sources/library/xml.dom.txt
-share/doc/python2.7/_sources/library/xml.etree.elementtree.txt
-share/doc/python2.7/_sources/library/xml.sax.handler.txt
-share/doc/python2.7/_sources/library/xml.sax.reader.txt
-share/doc/python2.7/_sources/library/xml.sax.txt
-share/doc/python2.7/_sources/library/xml.sax.utils.txt
-share/doc/python2.7/_sources/library/xml.txt
-share/doc/python2.7/_sources/library/xmlrpclib.txt
-share/doc/python2.7/_sources/library/zipfile.txt
-share/doc/python2.7/_sources/library/zipimport.txt
-share/doc/python2.7/_sources/library/zlib.txt
-share/doc/python2.7/_sources/license.txt
-share/doc/python2.7/_sources/reference/compound_stmts.txt
-share/doc/python2.7/_sources/reference/datamodel.txt
-share/doc/python2.7/_sources/reference/executionmodel.txt
-share/doc/python2.7/_sources/reference/expressions.txt
-share/doc/python2.7/_sources/reference/grammar.txt
-share/doc/python2.7/_sources/reference/index.txt
-share/doc/python2.7/_sources/reference/introduction.txt
-share/doc/python2.7/_sources/reference/lexical_analysis.txt
-share/doc/python2.7/_sources/reference/simple_stmts.txt
-share/doc/python2.7/_sources/reference/toplevel_components.txt
-share/doc/python2.7/_sources/tutorial/appendix.txt
-share/doc/python2.7/_sources/tutorial/appetite.txt
-share/doc/python2.7/_sources/tutorial/classes.txt
-share/doc/python2.7/_sources/tutorial/controlflow.txt
-share/doc/python2.7/_sources/tutorial/datastructures.txt
-share/doc/python2.7/_sources/tutorial/errors.txt
-share/doc/python2.7/_sources/tutorial/floatingpoint.txt
-share/doc/python2.7/_sources/tutorial/index.txt
-share/doc/python2.7/_sources/tutorial/inputoutput.txt
-share/doc/python2.7/_sources/tutorial/interactive.txt
-share/doc/python2.7/_sources/tutorial/interpreter.txt
-share/doc/python2.7/_sources/tutorial/introduction.txt
-share/doc/python2.7/_sources/tutorial/modules.txt
-share/doc/python2.7/_sources/tutorial/stdlib.txt
-share/doc/python2.7/_sources/tutorial/stdlib2.txt
-share/doc/python2.7/_sources/tutorial/whatnow.txt
-share/doc/python2.7/_sources/using/cmdline.txt
-share/doc/python2.7/_sources/using/index.txt
-share/doc/python2.7/_sources/using/mac.txt
-share/doc/python2.7/_sources/using/unix.txt
-share/doc/python2.7/_sources/using/windows.txt
-share/doc/python2.7/_sources/whatsnew/2.0.txt
-share/doc/python2.7/_sources/whatsnew/2.1.txt
-share/doc/python2.7/_sources/whatsnew/2.2.txt
-share/doc/python2.7/_sources/whatsnew/2.3.txt
-share/doc/python2.7/_sources/whatsnew/2.4.txt
-share/doc/python2.7/_sources/whatsnew/2.5.txt
-share/doc/python2.7/_sources/whatsnew/2.6.txt
-share/doc/python2.7/_sources/whatsnew/2.7.txt
-share/doc/python2.7/_sources/whatsnew/index.txt
+share/doc/python2.7/_sources/about.rst.txt
+share/doc/python2.7/_sources/bugs.rst.txt
+share/doc/python2.7/_sources/c-api/abstract.rst.txt
+share/doc/python2.7/_sources/c-api/allocation.rst.txt
+share/doc/python2.7/_sources/c-api/arg.rst.txt
+share/doc/python2.7/_sources/c-api/bool.rst.txt
+share/doc/python2.7/_sources/c-api/buffer.rst.txt
+share/doc/python2.7/_sources/c-api/bytearray.rst.txt
+share/doc/python2.7/_sources/c-api/capsule.rst.txt
+share/doc/python2.7/_sources/c-api/cell.rst.txt
+share/doc/python2.7/_sources/c-api/class.rst.txt
+share/doc/python2.7/_sources/c-api/cobject.rst.txt
+share/doc/python2.7/_sources/c-api/code.rst.txt
+share/doc/python2.7/_sources/c-api/codec.rst.txt
+share/doc/python2.7/_sources/c-api/complex.rst.txt
+share/doc/python2.7/_sources/c-api/concrete.rst.txt
+share/doc/python2.7/_sources/c-api/conversion.rst.txt
+share/doc/python2.7/_sources/c-api/datetime.rst.txt
+share/doc/python2.7/_sources/c-api/descriptor.rst.txt
+share/doc/python2.7/_sources/c-api/dict.rst.txt
+share/doc/python2.7/_sources/c-api/exceptions.rst.txt
+share/doc/python2.7/_sources/c-api/file.rst.txt
+share/doc/python2.7/_sources/c-api/float.rst.txt
+share/doc/python2.7/_sources/c-api/function.rst.txt
+share/doc/python2.7/_sources/c-api/gcsupport.rst.txt
+share/doc/python2.7/_sources/c-api/gen.rst.txt
+share/doc/python2.7/_sources/c-api/import.rst.txt
+share/doc/python2.7/_sources/c-api/index.rst.txt
+share/doc/python2.7/_sources/c-api/init.rst.txt
+share/doc/python2.7/_sources/c-api/int.rst.txt
+share/doc/python2.7/_sources/c-api/intro.rst.txt
+share/doc/python2.7/_sources/c-api/iter.rst.txt
+share/doc/python2.7/_sources/c-api/iterator.rst.txt
+share/doc/python2.7/_sources/c-api/list.rst.txt
+share/doc/python2.7/_sources/c-api/long.rst.txt
+share/doc/python2.7/_sources/c-api/mapping.rst.txt
+share/doc/python2.7/_sources/c-api/marshal.rst.txt
+share/doc/python2.7/_sources/c-api/memory.rst.txt
+share/doc/python2.7/_sources/c-api/method.rst.txt
+share/doc/python2.7/_sources/c-api/module.rst.txt
+share/doc/python2.7/_sources/c-api/none.rst.txt
+share/doc/python2.7/_sources/c-api/number.rst.txt
+share/doc/python2.7/_sources/c-api/objbuffer.rst.txt
+share/doc/python2.7/_sources/c-api/object.rst.txt
+share/doc/python2.7/_sources/c-api/objimpl.rst.txt
+share/doc/python2.7/_sources/c-api/refcounting.rst.txt
+share/doc/python2.7/_sources/c-api/reflection.rst.txt
+share/doc/python2.7/_sources/c-api/sequence.rst.txt
+share/doc/python2.7/_sources/c-api/set.rst.txt
+share/doc/python2.7/_sources/c-api/slice.rst.txt
+share/doc/python2.7/_sources/c-api/string.rst.txt
+share/doc/python2.7/_sources/c-api/structures.rst.txt
+share/doc/python2.7/_sources/c-api/sys.rst.txt
+share/doc/python2.7/_sources/c-api/tuple.rst.txt
+share/doc/python2.7/_sources/c-api/type.rst.txt
+share/doc/python2.7/_sources/c-api/typeobj.rst.txt
+share/doc/python2.7/_sources/c-api/unicode.rst.txt
+share/doc/python2.7/_sources/c-api/utilities.rst.txt
+share/doc/python2.7/_sources/c-api/veryhigh.rst.txt
+share/doc/python2.7/_sources/c-api/weakref.rst.txt
+share/doc/python2.7/_sources/contents.rst.txt
+share/doc/python2.7/_sources/copyright.rst.txt
+share/doc/python2.7/_sources/distributing/index.rst.txt
+share/doc/python2.7/_sources/distutils/apiref.rst.txt
+share/doc/python2.7/_sources/distutils/builtdist.rst.txt
+share/doc/python2.7/_sources/distutils/commandref.rst.txt
+share/doc/python2.7/_sources/distutils/configfile.rst.txt
+share/doc/python2.7/_sources/distutils/examples.rst.txt
+share/doc/python2.7/_sources/distutils/extending.rst.txt
+share/doc/python2.7/_sources/distutils/index.rst.txt
+share/doc/python2.7/_sources/distutils/introduction.rst.txt
+share/doc/python2.7/_sources/distutils/packageindex.rst.txt
+share/doc/python2.7/_sources/distutils/setupscript.rst.txt
+share/doc/python2.7/_sources/distutils/sourcedist.rst.txt
+share/doc/python2.7/_sources/distutils/uploading.rst.txt
+share/doc/python2.7/_sources/extending/building.rst.txt
+share/doc/python2.7/_sources/extending/embedding.rst.txt
+share/doc/python2.7/_sources/extending/extending.rst.txt
+share/doc/python2.7/_sources/extending/index.rst.txt
+share/doc/python2.7/_sources/extending/newtypes.rst.txt
+share/doc/python2.7/_sources/extending/windows.rst.txt
+share/doc/python2.7/_sources/faq/design.rst.txt
+share/doc/python2.7/_sources/faq/extending.rst.txt
+share/doc/python2.7/_sources/faq/general.rst.txt
+share/doc/python2.7/_sources/faq/gui.rst.txt
+share/doc/python2.7/_sources/faq/index.rst.txt
+share/doc/python2.7/_sources/faq/installed.rst.txt
+share/doc/python2.7/_sources/faq/library.rst.txt
+share/doc/python2.7/_sources/faq/programming.rst.txt
+share/doc/python2.7/_sources/faq/windows.rst.txt
+share/doc/python2.7/_sources/glossary.rst.txt
+share/doc/python2.7/_sources/howto/argparse.rst.txt
+share/doc/python2.7/_sources/howto/cporting.rst.txt
+share/doc/python2.7/_sources/howto/curses.rst.txt
+share/doc/python2.7/_sources/howto/descriptor.rst.txt
+share/doc/python2.7/_sources/howto/doanddont.rst.txt
+share/doc/python2.7/_sources/howto/functional.rst.txt
+share/doc/python2.7/_sources/howto/index.rst.txt
+share/doc/python2.7/_sources/howto/logging-cookbook.rst.txt
+share/doc/python2.7/_sources/howto/logging.rst.txt
+share/doc/python2.7/_sources/howto/pyporting.rst.txt
+share/doc/python2.7/_sources/howto/regex.rst.txt
+share/doc/python2.7/_sources/howto/sockets.rst.txt
+share/doc/python2.7/_sources/howto/sorting.rst.txt
+share/doc/python2.7/_sources/howto/unicode.rst.txt
+share/doc/python2.7/_sources/howto/urllib2.rst.txt
+share/doc/python2.7/_sources/howto/webservers.rst.txt
+share/doc/python2.7/_sources/install/index.rst.txt
+share/doc/python2.7/_sources/installing/index.rst.txt
+share/doc/python2.7/_sources/library/2to3.rst.txt
+share/doc/python2.7/_sources/library/__builtin__.rst.txt
+share/doc/python2.7/_sources/library/__future__.rst.txt
+share/doc/python2.7/_sources/library/__main__.rst.txt
+share/doc/python2.7/_sources/library/_winreg.rst.txt
+share/doc/python2.7/_sources/library/abc.rst.txt
+share/doc/python2.7/_sources/library/aepack.rst.txt
+share/doc/python2.7/_sources/library/aetools.rst.txt
+share/doc/python2.7/_sources/library/aetypes.rst.txt
+share/doc/python2.7/_sources/library/aifc.rst.txt
+share/doc/python2.7/_sources/library/al.rst.txt
+share/doc/python2.7/_sources/library/allos.rst.txt
+share/doc/python2.7/_sources/library/anydbm.rst.txt
+share/doc/python2.7/_sources/library/archiving.rst.txt
+share/doc/python2.7/_sources/library/argparse.rst.txt
+share/doc/python2.7/_sources/library/array.rst.txt
+share/doc/python2.7/_sources/library/ast.rst.txt
+share/doc/python2.7/_sources/library/asynchat.rst.txt
+share/doc/python2.7/_sources/library/asyncore.rst.txt
+share/doc/python2.7/_sources/library/atexit.rst.txt
+share/doc/python2.7/_sources/library/audioop.rst.txt
+share/doc/python2.7/_sources/library/autogil.rst.txt
+share/doc/python2.7/_sources/library/base64.rst.txt
+share/doc/python2.7/_sources/library/basehttpserver.rst.txt
+share/doc/python2.7/_sources/library/bastion.rst.txt
+share/doc/python2.7/_sources/library/bdb.rst.txt
+share/doc/python2.7/_sources/library/binascii.rst.txt
+share/doc/python2.7/_sources/library/binhex.rst.txt
+share/doc/python2.7/_sources/library/bisect.rst.txt
+share/doc/python2.7/_sources/library/bsddb.rst.txt
+share/doc/python2.7/_sources/library/bz2.rst.txt
+share/doc/python2.7/_sources/library/calendar.rst.txt
+share/doc/python2.7/_sources/library/carbon.rst.txt
+share/doc/python2.7/_sources/library/cd.rst.txt
+share/doc/python2.7/_sources/library/cgi.rst.txt
+share/doc/python2.7/_sources/library/cgihttpserver.rst.txt
+share/doc/python2.7/_sources/library/cgitb.rst.txt
+share/doc/python2.7/_sources/library/chunk.rst.txt
+share/doc/python2.7/_sources/library/cmath.rst.txt
+share/doc/python2.7/_sources/library/cmd.rst.txt
+share/doc/python2.7/_sources/library/code.rst.txt
+share/doc/python2.7/_sources/library/codecs.rst.txt
+share/doc/python2.7/_sources/library/codeop.rst.txt
+share/doc/python2.7/_sources/library/collections.rst.txt
+share/doc/python2.7/_sources/library/colorpicker.rst.txt
+share/doc/python2.7/_sources/library/colorsys.rst.txt
+share/doc/python2.7/_sources/library/commands.rst.txt
+share/doc/python2.7/_sources/library/compileall.rst.txt
+share/doc/python2.7/_sources/library/compiler.rst.txt
+share/doc/python2.7/_sources/library/configparser.rst.txt
+share/doc/python2.7/_sources/library/constants.rst.txt
+share/doc/python2.7/_sources/library/contextlib.rst.txt
+share/doc/python2.7/_sources/library/cookie.rst.txt
+share/doc/python2.7/_sources/library/cookielib.rst.txt
+share/doc/python2.7/_sources/library/copy.rst.txt
+share/doc/python2.7/_sources/library/copy_reg.rst.txt
+share/doc/python2.7/_sources/library/crypt.rst.txt
+share/doc/python2.7/_sources/library/crypto.rst.txt
+share/doc/python2.7/_sources/library/csv.rst.txt
+share/doc/python2.7/_sources/library/ctypes.rst.txt
+share/doc/python2.7/_sources/library/curses.ascii.rst.txt
+share/doc/python2.7/_sources/library/curses.panel.rst.txt
+share/doc/python2.7/_sources/library/curses.rst.txt
+share/doc/python2.7/_sources/library/custominterp.rst.txt
+share/doc/python2.7/_sources/library/datatypes.rst.txt
+share/doc/python2.7/_sources/library/datetime.rst.txt
+share/doc/python2.7/_sources/library/dbhash.rst.txt
+share/doc/python2.7/_sources/library/dbm.rst.txt
+share/doc/python2.7/_sources/library/debug.rst.txt
+share/doc/python2.7/_sources/library/decimal.rst.txt
+share/doc/python2.7/_sources/library/development.rst.txt
+share/doc/python2.7/_sources/library/difflib.rst.txt
+share/doc/python2.7/_sources/library/dircache.rst.txt
+share/doc/python2.7/_sources/library/dis.rst.txt
+share/doc/python2.7/_sources/library/distribution.rst.txt
+share/doc/python2.7/_sources/library/distutils.rst.txt
+share/doc/python2.7/_sources/library/dl.rst.txt
+share/doc/python2.7/_sources/library/doctest.rst.txt
+share/doc/python2.7/_sources/library/docxmlrpcserver.rst.txt
+share/doc/python2.7/_sources/library/dumbdbm.rst.txt
+share/doc/python2.7/_sources/library/dummy_thread.rst.txt
+share/doc/python2.7/_sources/library/dummy_threading.rst.txt
+share/doc/python2.7/_sources/library/easydialogs.rst.txt
+share/doc/python2.7/_sources/library/email-examples.rst.txt
+share/doc/python2.7/_sources/library/email.charset.rst.txt
+share/doc/python2.7/_sources/library/email.encoders.rst.txt
+share/doc/python2.7/_sources/library/email.errors.rst.txt
+share/doc/python2.7/_sources/library/email.generator.rst.txt
+share/doc/python2.7/_sources/library/email.header.rst.txt
+share/doc/python2.7/_sources/library/email.iterators.rst.txt
+share/doc/python2.7/_sources/library/email.message.rst.txt
+share/doc/python2.7/_sources/library/email.mime.rst.txt
+share/doc/python2.7/_sources/library/email.parser.rst.txt
+share/doc/python2.7/_sources/library/email.rst.txt
+share/doc/python2.7/_sources/library/email.util.rst.txt
+share/doc/python2.7/_sources/library/ensurepip.rst.txt
+share/doc/python2.7/_sources/library/errno.rst.txt
+share/doc/python2.7/_sources/library/exceptions.rst.txt
+share/doc/python2.7/_sources/library/fcntl.rst.txt
+share/doc/python2.7/_sources/library/filecmp.rst.txt
+share/doc/python2.7/_sources/library/fileformats.rst.txt
+share/doc/python2.7/_sources/library/fileinput.rst.txt
+share/doc/python2.7/_sources/library/filesys.rst.txt
+share/doc/python2.7/_sources/library/fl.rst.txt
+share/doc/python2.7/_sources/library/fm.rst.txt
+share/doc/python2.7/_sources/library/fnmatch.rst.txt
+share/doc/python2.7/_sources/library/formatter.rst.txt
+share/doc/python2.7/_sources/library/fpectl.rst.txt
+share/doc/python2.7/_sources/library/fpformat.rst.txt
+share/doc/python2.7/_sources/library/fractions.rst.txt
+share/doc/python2.7/_sources/library/framework.rst.txt
+share/doc/python2.7/_sources/library/frameworks.rst.txt
+share/doc/python2.7/_sources/library/ftplib.rst.txt
+share/doc/python2.7/_sources/library/functions.rst.txt
+share/doc/python2.7/_sources/library/functools.rst.txt
+share/doc/python2.7/_sources/library/future_builtins.rst.txt
+share/doc/python2.7/_sources/library/gc.rst.txt
+share/doc/python2.7/_sources/library/gdbm.rst.txt
+share/doc/python2.7/_sources/library/gensuitemodule.rst.txt
+share/doc/python2.7/_sources/library/getopt.rst.txt
+share/doc/python2.7/_sources/library/getpass.rst.txt
+share/doc/python2.7/_sources/library/gettext.rst.txt
+share/doc/python2.7/_sources/library/gl.rst.txt
+share/doc/python2.7/_sources/library/glob.rst.txt
+share/doc/python2.7/_sources/library/grp.rst.txt
+share/doc/python2.7/_sources/library/gzip.rst.txt
+share/doc/python2.7/_sources/library/hashlib.rst.txt
+share/doc/python2.7/_sources/library/heapq.rst.txt
+share/doc/python2.7/_sources/library/hmac.rst.txt
+share/doc/python2.7/_sources/library/hotshot.rst.txt
+share/doc/python2.7/_sources/library/htmllib.rst.txt
+share/doc/python2.7/_sources/library/htmlparser.rst.txt
+share/doc/python2.7/_sources/library/httplib.rst.txt
+share/doc/python2.7/_sources/library/i18n.rst.txt
+share/doc/python2.7/_sources/library/ic.rst.txt
+share/doc/python2.7/_sources/library/idle.rst.txt
+share/doc/python2.7/_sources/library/imageop.rst.txt
+share/doc/python2.7/_sources/library/imaplib.rst.txt
+share/doc/python2.7/_sources/library/imgfile.rst.txt
+share/doc/python2.7/_sources/library/imghdr.rst.txt
+share/doc/python2.7/_sources/library/imp.rst.txt
+share/doc/python2.7/_sources/library/importlib.rst.txt
+share/doc/python2.7/_sources/library/imputil.rst.txt
+share/doc/python2.7/_sources/library/index.rst.txt
+share/doc/python2.7/_sources/library/inspect.rst.txt
+share/doc/python2.7/_sources/library/internet.rst.txt
+share/doc/python2.7/_sources/library/intro.rst.txt
+share/doc/python2.7/_sources/library/io.rst.txt
+share/doc/python2.7/_sources/library/ipc.rst.txt
+share/doc/python2.7/_sources/library/itertools.rst.txt
+share/doc/python2.7/_sources/library/jpeg.rst.txt
+share/doc/python2.7/_sources/library/json.rst.txt
+share/doc/python2.7/_sources/library/keyword.rst.txt
+share/doc/python2.7/_sources/library/language.rst.txt
+share/doc/python2.7/_sources/library/linecache.rst.txt
+share/doc/python2.7/_sources/library/locale.rst.txt
+share/doc/python2.7/_sources/library/logging.config.rst.txt
+share/doc/python2.7/_sources/library/logging.handlers.rst.txt
+share/doc/python2.7/_sources/library/logging.rst.txt
+share/doc/python2.7/_sources/library/mac.rst.txt
+share/doc/python2.7/_sources/library/macos.rst.txt
+share/doc/python2.7/_sources/library/macosa.rst.txt
+share/doc/python2.7/_sources/library/macostools.rst.txt
+share/doc/python2.7/_sources/library/macpath.rst.txt
+share/doc/python2.7/_sources/library/mailbox.rst.txt
+share/doc/python2.7/_sources/library/mailcap.rst.txt
+share/doc/python2.7/_sources/library/markup.rst.txt
+share/doc/python2.7/_sources/library/marshal.rst.txt
+share/doc/python2.7/_sources/library/math.rst.txt
+share/doc/python2.7/_sources/library/md5.rst.txt
+share/doc/python2.7/_sources/library/mhlib.rst.txt
+share/doc/python2.7/_sources/library/mimetools.rst.txt
+share/doc/python2.7/_sources/library/mimetypes.rst.txt
+share/doc/python2.7/_sources/library/mimewriter.rst.txt
+share/doc/python2.7/_sources/library/mimify.rst.txt
+share/doc/python2.7/_sources/library/miniaeframe.rst.txt
+share/doc/python2.7/_sources/library/misc.rst.txt
+share/doc/python2.7/_sources/library/mm.rst.txt
+share/doc/python2.7/_sources/library/mmap.rst.txt
+share/doc/python2.7/_sources/library/modulefinder.rst.txt
+share/doc/python2.7/_sources/library/modules.rst.txt
+share/doc/python2.7/_sources/library/msilib.rst.txt
+share/doc/python2.7/_sources/library/msvcrt.rst.txt
+share/doc/python2.7/_sources/library/multifile.rst.txt
+share/doc/python2.7/_sources/library/multiprocessing.rst.txt
+share/doc/python2.7/_sources/library/mutex.rst.txt
+share/doc/python2.7/_sources/library/netdata.rst.txt
+share/doc/python2.7/_sources/library/netrc.rst.txt
+share/doc/python2.7/_sources/library/new.rst.txt
+share/doc/python2.7/_sources/library/nis.rst.txt
+share/doc/python2.7/_sources/library/nntplib.rst.txt
+share/doc/python2.7/_sources/library/numbers.rst.txt
+share/doc/python2.7/_sources/library/numeric.rst.txt
+share/doc/python2.7/_sources/library/operator.rst.txt
+share/doc/python2.7/_sources/library/optparse.rst.txt
+share/doc/python2.7/_sources/library/os.path.rst.txt
+share/doc/python2.7/_sources/library/os.rst.txt
+share/doc/python2.7/_sources/library/ossaudiodev.rst.txt
+share/doc/python2.7/_sources/library/othergui.rst.txt
+share/doc/python2.7/_sources/library/parser.rst.txt
+share/doc/python2.7/_sources/library/pdb.rst.txt
+share/doc/python2.7/_sources/library/persistence.rst.txt
+share/doc/python2.7/_sources/library/pickle.rst.txt
+share/doc/python2.7/_sources/library/pickletools.rst.txt
+share/doc/python2.7/_sources/library/pipes.rst.txt
+share/doc/python2.7/_sources/library/pkgutil.rst.txt
+share/doc/python2.7/_sources/library/platform.rst.txt
+share/doc/python2.7/_sources/library/plistlib.rst.txt
+share/doc/python2.7/_sources/library/popen2.rst.txt
+share/doc/python2.7/_sources/library/poplib.rst.txt
+share/doc/python2.7/_sources/library/posix.rst.txt
+share/doc/python2.7/_sources/library/posixfile.rst.txt
+share/doc/python2.7/_sources/library/pprint.rst.txt
+share/doc/python2.7/_sources/library/profile.rst.txt
+share/doc/python2.7/_sources/library/pty.rst.txt
+share/doc/python2.7/_sources/library/pwd.rst.txt
+share/doc/python2.7/_sources/library/py_compile.rst.txt
+share/doc/python2.7/_sources/library/pyclbr.rst.txt
+share/doc/python2.7/_sources/library/pydoc.rst.txt
+share/doc/python2.7/_sources/library/pyexpat.rst.txt
+share/doc/python2.7/_sources/library/python.rst.txt
+share/doc/python2.7/_sources/library/queue.rst.txt
+share/doc/python2.7/_sources/library/quopri.rst.txt
+share/doc/python2.7/_sources/library/random.rst.txt
+share/doc/python2.7/_sources/library/re.rst.txt
+share/doc/python2.7/_sources/library/readline.rst.txt
+share/doc/python2.7/_sources/library/repr.rst.txt
+share/doc/python2.7/_sources/library/resource.rst.txt
+share/doc/python2.7/_sources/library/restricted.rst.txt
+share/doc/python2.7/_sources/library/rexec.rst.txt
+share/doc/python2.7/_sources/library/rfc822.rst.txt
+share/doc/python2.7/_sources/library/rlcompleter.rst.txt
+share/doc/python2.7/_sources/library/robotparser.rst.txt
+share/doc/python2.7/_sources/library/runpy.rst.txt
+share/doc/python2.7/_sources/library/sched.rst.txt
+share/doc/python2.7/_sources/library/scrolledtext.rst.txt
+share/doc/python2.7/_sources/library/select.rst.txt
+share/doc/python2.7/_sources/library/sets.rst.txt
+share/doc/python2.7/_sources/library/sgi.rst.txt
+share/doc/python2.7/_sources/library/sgmllib.rst.txt
+share/doc/python2.7/_sources/library/sha.rst.txt
+share/doc/python2.7/_sources/library/shelve.rst.txt
+share/doc/python2.7/_sources/library/shlex.rst.txt
+share/doc/python2.7/_sources/library/shutil.rst.txt
+share/doc/python2.7/_sources/library/signal.rst.txt
+share/doc/python2.7/_sources/library/simplehttpserver.rst.txt
+share/doc/python2.7/_sources/library/simplexmlrpcserver.rst.txt
+share/doc/python2.7/_sources/library/site.rst.txt
+share/doc/python2.7/_sources/library/smtpd.rst.txt
+share/doc/python2.7/_sources/library/smtplib.rst.txt
+share/doc/python2.7/_sources/library/sndhdr.rst.txt
+share/doc/python2.7/_sources/library/socket.rst.txt
+share/doc/python2.7/_sources/library/socketserver.rst.txt
+share/doc/python2.7/_sources/library/someos.rst.txt
+share/doc/python2.7/_sources/library/spwd.rst.txt
+share/doc/python2.7/_sources/library/sqlite3.rst.txt
+share/doc/python2.7/_sources/library/ssl.rst.txt
+share/doc/python2.7/_sources/library/stat.rst.txt
+share/doc/python2.7/_sources/library/statvfs.rst.txt
+share/doc/python2.7/_sources/library/stdtypes.rst.txt
+share/doc/python2.7/_sources/library/string.rst.txt
+share/doc/python2.7/_sources/library/stringio.rst.txt
+share/doc/python2.7/_sources/library/stringprep.rst.txt
+share/doc/python2.7/_sources/library/strings.rst.txt
+share/doc/python2.7/_sources/library/struct.rst.txt
+share/doc/python2.7/_sources/library/subprocess.rst.txt
+share/doc/python2.7/_sources/library/sun.rst.txt
+share/doc/python2.7/_sources/library/sunau.rst.txt
+share/doc/python2.7/_sources/library/sunaudio.rst.txt
+share/doc/python2.7/_sources/library/symbol.rst.txt
+share/doc/python2.7/_sources/library/symtable.rst.txt
+share/doc/python2.7/_sources/library/sys.rst.txt
+share/doc/python2.7/_sources/library/sysconfig.rst.txt
+share/doc/python2.7/_sources/library/syslog.rst.txt
+share/doc/python2.7/_sources/library/tabnanny.rst.txt
+share/doc/python2.7/_sources/library/tarfile.rst.txt
+share/doc/python2.7/_sources/library/telnetlib.rst.txt
+share/doc/python2.7/_sources/library/tempfile.rst.txt
+share/doc/python2.7/_sources/library/termios.rst.txt
+share/doc/python2.7/_sources/library/test.rst.txt
+share/doc/python2.7/_sources/library/textwrap.rst.txt
+share/doc/python2.7/_sources/library/thread.rst.txt
+share/doc/python2.7/_sources/library/threading.rst.txt
+share/doc/python2.7/_sources/library/time.rst.txt
+share/doc/python2.7/_sources/library/timeit.rst.txt
+share/doc/python2.7/_sources/library/tix.rst.txt
+share/doc/python2.7/_sources/library/tk.rst.txt
+share/doc/python2.7/_sources/library/tkinter.rst.txt
+share/doc/python2.7/_sources/library/token.rst.txt
+share/doc/python2.7/_sources/library/tokenize.rst.txt
+share/doc/python2.7/_sources/library/trace.rst.txt
+share/doc/python2.7/_sources/library/traceback.rst.txt
+share/doc/python2.7/_sources/library/ttk.rst.txt
+share/doc/python2.7/_sources/library/tty.rst.txt
+share/doc/python2.7/_sources/library/turtle.rst.txt
+share/doc/python2.7/_sources/library/types.rst.txt
+share/doc/python2.7/_sources/library/undoc.rst.txt
+share/doc/python2.7/_sources/library/unicodedata.rst.txt
+share/doc/python2.7/_sources/library/unittest.rst.txt
+share/doc/python2.7/_sources/library/unix.rst.txt
+share/doc/python2.7/_sources/library/urllib.rst.txt
+share/doc/python2.7/_sources/library/urllib2.rst.txt
+share/doc/python2.7/_sources/library/urlparse.rst.txt
+share/doc/python2.7/_sources/library/user.rst.txt
+share/doc/python2.7/_sources/library/userdict.rst.txt
+share/doc/python2.7/_sources/library/uu.rst.txt
+share/doc/python2.7/_sources/library/uuid.rst.txt
+share/doc/python2.7/_sources/library/warnings.rst.txt
+share/doc/python2.7/_sources/library/wave.rst.txt
+share/doc/python2.7/_sources/library/weakref.rst.txt
+share/doc/python2.7/_sources/library/webbrowser.rst.txt
+share/doc/python2.7/_sources/library/whichdb.rst.txt
+share/doc/python2.7/_sources/library/windows.rst.txt
+share/doc/python2.7/_sources/library/winsound.rst.txt
+share/doc/python2.7/_sources/library/wsgiref.rst.txt
+share/doc/python2.7/_sources/library/xdrlib.rst.txt
+share/doc/python2.7/_sources/library/xml.dom.minidom.rst.txt
+share/doc/python2.7/_sources/library/xml.dom.pulldom.rst.txt
+share/doc/python2.7/_sources/library/xml.dom.rst.txt
+share/doc/python2.7/_sources/library/xml.etree.elementtree.rst.txt
+share/doc/python2.7/_sources/library/xml.rst.txt
+share/doc/python2.7/_sources/library/xml.sax.handler.rst.txt
+share/doc/python2.7/_sources/library/xml.sax.reader.rst.txt
+share/doc/python2.7/_sources/library/xml.sax.rst.txt
+share/doc/python2.7/_sources/library/xml.sax.utils.rst.txt
+share/doc/python2.7/_sources/library/xmlrpclib.rst.txt
+share/doc/python2.7/_sources/library/zipfile.rst.txt
+share/doc/python2.7/_sources/library/zipimport.rst.txt
+share/doc/python2.7/_sources/library/zlib.rst.txt
+share/doc/python2.7/_sources/license.rst.txt
+share/doc/python2.7/_sources/reference/compound_stmts.rst.txt
+share/doc/python2.7/_sources/reference/datamodel.rst.txt
+share/doc/python2.7/_sources/reference/executionmodel.rst.txt
+share/doc/python2.7/_sources/reference/expressions.rst.txt
+share/doc/python2.7/_sources/reference/grammar.rst.txt
+share/doc/python2.7/_sources/reference/index.rst.txt
+share/doc/python2.7/_sources/reference/introduction.rst.txt
+share/doc/python2.7/_sources/reference/lexical_analysis.rst.txt
+share/doc/python2.7/_sources/reference/simple_stmts.rst.txt
+share/doc/python2.7/_sources/reference/toplevel_components.rst.txt
+share/doc/python2.7/_sources/tutorial/appendix.rst.txt
+share/doc/python2.7/_sources/tutorial/appetite.rst.txt
+share/doc/python2.7/_sources/tutorial/classes.rst.txt
+share/doc/python2.7/_sources/tutorial/controlflow.rst.txt
+share/doc/python2.7/_sources/tutorial/datastructures.rst.txt
+share/doc/python2.7/_sources/tutorial/errors.rst.txt
+share/doc/python2.7/_sources/tutorial/floatingpoint.rst.txt
+share/doc/python2.7/_sources/tutorial/index.rst.txt
+share/doc/python2.7/_sources/tutorial/inputoutput.rst.txt
+share/doc/python2.7/_sources/tutorial/interactive.rst.txt
+share/doc/python2.7/_sources/tutorial/interpreter.rst.txt
+share/doc/python2.7/_sources/tutorial/introduction.rst.txt
+share/doc/python2.7/_sources/tutorial/modules.rst.txt
+share/doc/python2.7/_sources/tutorial/stdlib.rst.txt
+share/doc/python2.7/_sources/tutorial/stdlib2.rst.txt
+share/doc/python2.7/_sources/tutorial/whatnow.rst.txt
+share/doc/python2.7/_sources/using/cmdline.rst.txt
+share/doc/python2.7/_sources/using/index.rst.txt
+share/doc/python2.7/_sources/using/mac.rst.txt
+share/doc/python2.7/_sources/using/unix.rst.txt
+share/doc/python2.7/_sources/using/windows.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.0.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.1.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.2.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.3.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.4.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.5.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.6.rst.txt
+share/doc/python2.7/_sources/whatsnew/2.7.rst.txt
+share/doc/python2.7/_sources/whatsnew/index.rst.txt
 share/doc/python2.7/_static/ajax-loader.gif
 share/doc/python2.7/_static/basic.css
 share/doc/python2.7/_static/classic.css
@@ -493,7 +493,7 @@ share/doc/python2.7/_static/doctools.js
 share/doc/python2.7/_static/down-pressed.png
 share/doc/python2.7/_static/down.png
 share/doc/python2.7/_static/file.png
-share/doc/python2.7/_static/jquery-1.11.1.js
+share/doc/python2.7/_static/jquery-3.1.0.js
 share/doc/python2.7/_static/jquery.js
 share/doc/python2.7/_static/minus.png
 share/doc/python2.7/_static/opensearch.xml

Index: pkgsrc/lang/py27-html-docs/distinfo
diff -u pkgsrc/lang/py27-html-docs/distinfo:1.7 pkgsrc/lang/py27-html-docs/distinfo:1.8
--- pkgsrc/lang/py27-html-docs/distinfo:1.7     Fri Nov 24 11:22:08 2017
+++ pkgsrc/lang/py27-html-docs/distinfo Sat May 19 08:57:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/11/24 11:22:08 leot Exp $
+$NetBSD: distinfo,v 1.8 2018/05/19 08:57:18 leot Exp $
 
-SHA1 (python/python-2.7.14-docs-html.tar.bz2) = 14b0687fe7114821ad4f475fbc240f232161d231
-RMD160 (python/python-2.7.14-docs-html.tar.bz2) = 007b0c3d18313c97fa95cb091ef9031ffac27fae
-SHA512 (python/python-2.7.14-docs-html.tar.bz2) = 3a8c0e8d083880e5e174090eb39514b27b0f00021b3874a2ffcfcaf4d43020764d9d8415d2387e0ce8e59e6e193571cbad06dbfdd1d30f8be06e1f27b375bc10
-Size (python/python-2.7.14-docs-html.tar.bz2) = 4604956 bytes
+SHA1 (python/python-2.7.15-docs-html.tar.bz2) = e754b12541ec05058f5c6e12464d86f7ab4bd32a
+RMD160 (python/python-2.7.15-docs-html.tar.bz2) = 25dbb551811800c5c19a9b9ac4e80d66fbee343f
+SHA512 (python/python-2.7.15-docs-html.tar.bz2) = 9ac2a32a30fb503039b7a62d735ae2f90aba600a185d82dc51d323f071d55c0348bbdeebaca76fc237fe8bbb0ea19932bfb9e6b5cbf33b9378f76990d46f6cf4
+Size (python/python-2.7.15-docs-html.tar.bz2) = 4627519 bytes



Home | Main Index | Thread Index | Old Index