cpython/Doc/tools
Fred Drake abf8a1daa8 rewrite_descriptor(): Fix bug that dropped the first TEXT node from
<description> elements.  Add another sanity
                       check to make sure a special case only becomes
                       involved for <opcodedesc> and <opcodedescni>
                       elements.

fixup_paras_helper():  Clean up control flow.

Everywhere that checks node.nodeType==ELEMENT and node.tagName now
just check node.nodeName (nodeName is guaranteed for all node types
and will be special values that don't conflict with GIs for
non-ELEMENT nodes).  Simplifies a number of tests and improves
readability in a lot of places.
1999-08-20 14:28:29 +00:00
..
sgmlconv rewrite_descriptor(): Fix bug that dropped the first TEXT node from 1999-08-20 14:28:29 +00:00
buildindex.py process_nodes(): New function. 1999-02-24 16:36:48 +00:00
checkargs.pm
custlib.py
findmodrefs Add command line flags to just list the files that contain the 1999-04-22 20:32:21 +00:00
fix_hack
fix_libaux.sed
fixinfo.el
getpagecounts Re-write in Python for portability. About 30% slower, but who cares?! 1999-08-03 17:54:39 +00:00
html2texi.pl
indfix.py process(): New function that contains the "orchestration" of the 1999-03-03 19:36:23 +00:00
keywords.py Use #!/usr/bin/env python instead of #!/usr/local/bin/python. 1999-04-09 14:53:35 +00:00
listmodules When looking for things that might be modules, include *module.c from 1999-06-17 18:49:18 +00:00
mkdvi.sh Further refinement, to allow this to handle the library reference as 1999-04-14 13:13:32 +00:00
mkhowto Make it work for "manual" documents as well as "howto" documents. 1999-05-06 19:37:38 +00:00
mkhtml.sh Make sure latex2html doesn't produce a hard link from $part/$part.html 1999-05-03 14:27:45 +00:00
mkinfo
mkmodindex Oops, missed a couple of substitutions in the templates. 1999-03-04 21:33:55 +00:00
mksourcepkg Re-implementation of mktarball.sh as a more portable Python script; 1999-08-02 20:19:17 +00:00
newind.py
node2label.pl Revert previous change; there's a better way to do it. 1999-02-10 17:08:00 +00:00
toc2bkm.py process(): New function that contains the "orchestration" of the 1999-03-03 19:25:56 +00:00
whichlibs