Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-18 | 1 | -49/+59 |
| | | | | | | | Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. | ||||
* | create_module_info(): New function: Modify a <section> to create a | Fred Drake | 1998-12-10 | 1 | -13/+99 |
| | | | | | | | | | <moduleinfo> element based on various meta information, and strip some cruftiness. This is more usable for information extraction, and organizes the information more clearly. cleanup_synopses(): Rewrite to use create_module_info(), so this will work with multi-rooted "documents". | ||||
* | Remove another {\rm ...} construct. | Fred Drake | 1998-12-10 | 1 | -2/+2 |
| | | | | Sheesh, where do these things come from? | ||||
* | Don't pass around a list of known empty elements, since the ESIS | Fred Drake | 1998-12-10 | 1 | -5/+6 |
| | | | | contains "e" events for them. This wasn't used anyway. | ||||
* | Added a transform to start cleaning up the modulesynopsis stuff a | Fred Drake | 1998-12-10 | 1 | -0/+17 |
| | | | | little; more thinking is needed about what we really want. | ||||
* | Nits. | Fred Drake | 1998-12-10 | 1 | -11/+11 |
| | |||||
* | Handle SGML variant as well as XML variant. SGML is *much* more | Fred Drake | 1998-12-10 | 1 | -0/+12 |
| | | | | likely to be used. | ||||
* | Update the descriptions of strftime() and strptime() to avoid | Fred Drake | 1998-12-08 | 1 | -45/+47 |
| | | | | confusion, and describe what the "directives" are about. | ||||
* | Correct the poplib example. Stephan Richter pointed out some problems | Guido van Rossum | 1998-12-08 | 1 | -3/+3 |
| | | | | with it. | ||||
* | Rename the parameters of atan2(), based on comments from Guido & Peter | Fred Drake | 1998-12-08 | 1 | -2/+2 |
| | | | | A. Koren <pkoren@hex.net>. | ||||
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 1 | -1/+2 |
| | | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. | ||||
* | "singed" --> "signed" (3 places) | Fred Drake | 1998-12-07 | 1 | -3/+3 |
| | | | | Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>. | ||||
* | Clarify evaluation of default arguments at def time with more text and | Guido van Rossum | 1998-12-04 | 1 | -2/+20 |
| | | | | an example. | ||||
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
| | | | | __import__ and getattr(). | ||||
* | General comments on what's here and how to try it out. Note | Fred Drake | 1998-12-02 | 1 | -0/+23 |
| | | | | dependence on the XML package. | ||||
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
| | | | | description. | ||||
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
| | | | | sanitize for your protection :-) | ||||
* | Support conversions to both SGML and XML; SGML is the "default". | Fred Drake | 1998-12-01 | 1 | -14/+20 |
| | | | | Add dependency on esistools.py for the ESIS intermediate files. | ||||
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -29/+25 |
| | | | | Lots of changes to the conversion table. | ||||
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -15/+66 |
| | | | | | Generate ESIS data instead of XML. Misc. changes to some transforms. | ||||
* | Use esistools, getopt. | Fred Drake | 1998-12-01 | 1 | -31/+27 |
| | |||||
* | Utility functions and misc. classes used in handling ESIS data. | Fred Drake | 1998-12-01 | 1 | -0/+80 |
| | |||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 6 | -6/+18 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-11-30 | 1 | -7/+4 |
| | |||||
* | Remove $(CUTCRUFT) garbage; now in fixgenents.sh. | Fred Drake | 1998-11-30 | 1 | -6/+8 |
| | | | | | Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days. | ||||
* | Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up | Fred Drake | 1998-11-30 | 1 | -1/+4 |
| | | | | make.rules. | ||||
* | Fix minor nit with respect to conversion. | Fred Drake | 1998-11-30 | 1 | -39/+43 |
| | | | | Update some logical markup. | ||||
* | Remove {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Remove some remaining {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -37/+38 |
| | | | | Update logical markup in a few spots. | ||||
* | Change "for" explanation slightly based on comment passed along by | Fred Drake | 1998-11-30 | 1 | -7/+10 |
| | | | | Blake Winton <BlakeW@pcdocs.com>. | ||||
* | l2hoption: Do the "right thing" to quote the right-hand-side of Perl | Fred Drake | 1998-11-30 | 1 | -1/+2 |
| | | | | | assignments. This allows '"', '$', and '@' to be included in the values passed to parameters like --address. | ||||
* | Add a --address parameter to the mkhowto command line to direct | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | | | | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>. Add dependency to about.dat. | ||||
* | Add a -address parameter to the LaTeX2HTML command line to direct | Fred Drake | 1998-11-30 | 1 | -0/+1 |
| | | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>. | ||||
* | Oops, remove LaTeX2HTML version number. Could become wrong and isn't | Fred Drake | 1998-11-30 | 1 | -2/+1 |
| | | | | | needed, since it's always added to the comments in the page header anyway. | ||||
* | do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move | Fred Drake | 1998-11-30 | 1 | -12/+13 |
| | | | | | | it to the about.dat file. Only what really needs to be generated is, and the remainder is easier to maintain than Perl code. | ||||
* | New file. Contains boilerplate text for the "About this document..." | Fred Drake | 1998-11-30 | 1 | -0/+27 |
| | | | | | | section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons. | ||||
* | Markup nit to ease conversions. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Markup improvements to help with conversions. | Fred Drake | 1998-11-30 | 1 | -27/+33 |
| | |||||
* | Remove cruft from the old Texinfo conversion. This simplifies some of | Fred Drake | 1998-11-30 | 1 | -10/+0 |
| | | | | the newer processing. | ||||
* | Remove bogus \@. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Minor markup nit to ease conversion processing. | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | |||||
* | Do all the right imports. Problem reported by Martijn Faassen | Fred Drake | 1998-11-30 | 1 | -1/+2 |
| | | | | <faassen@vet.uu.nl>. | ||||
* | Several small adjustments. | Fred Drake | 1998-11-30 | 1 | -60/+88 |
| | |||||
* | Make \var work correctly in math mode. | Fred Drake | 1998-11-30 | 1 | -2/+8 |
| | |||||
* | Handle output of \geq and \leq. | Fred Drake | 1998-11-30 | 1 | -0/+2 |
| | |||||
* | Logical markup. | Fred Drake | 1998-11-25 | 1 | -341/+240 |
| | | | | | | | Fix a few things for the conversion to structured markup. Removed texinfo special cases, since there's likely a new info process. | ||||
* | Fix remaining {\rm ...} construct. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Remove some optional parameters that are unnecessary in context. | Fred Drake | 1998-11-25 | 1 | -4/+4 |
| | |||||
* | Remove bogus \@. | Fred Drake | 1998-11-25 | 1 | -3/+3 |
| |