mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
same as sys.stderr.write(), but bwrite() will make it bold if stderr is a tty (for visibility). Use these everywhere instead of accessing sys.stderr.write() directly. find_all_child_elements(): Find all elements by type name that are immediate children of another. cleanup_synopses(): Receive both the document and fragment objects as parameters; if only the document is passed, synopsis information is never found since it's in the fragment! build_para(): Add a chunk of code to ensure that a newline always follows the </para> end-tag. Not really important, but makes presentation consistent for authoring/ maintenance. fixup_bifuncindexes_chunk(): Use find_all_child_elements() instead of find_all_elements() so we don't work with too many levels at once; that could cause DOM exceptions with the <elem>.removeChild() method. |
||
|---|---|---|
| .. | ||
| sgmlconv | ||
| buildindex.py | ||
| checkargs.pm | ||
| custlib.py | ||
| findmodrefs | ||
| fix_hack | ||
| fix_libaux.sed | ||
| fixinfo.el | ||
| getpagecounts | ||
| html2texi.pl | ||
| indfix.py | ||
| keywords.py | ||
| listmodules | ||
| mkdvi.sh | ||
| mkhowto | ||
| mkhtml.sh | ||
| mkinfo | ||
| mkmodindex | ||
| mktarball.sh | ||
| newind.py | ||
| node2label.pl | ||
| toc2bkm.py | ||
| whichlibs | ||