Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive changes. | Fred Drake | 1999-07-29 | 1 | -38/+478 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Separate the Conversion class into a base and a subclass; the subclass is pretty minimal but the separation is useful for.... NewConversion: New class that implements a somewhat different approach to the conversion. This uses a table of instances (rather than tuples) that have more information than the tuples used for the older conversion procedure. This allows a lot more control over the conversion, and it seems to be pretty stable. TableEntry, Parameter: New classes that are used to build the conversion specification used by NewConversion. TableParser: xmllib.XMLParser subclass that builds a conversion specification from an XML document. load_table(): Convenience function that loads a table from a file. main(): Added flags --new and --old; these select which conversion is used. The default is --new. Several fixes have been made in the old conversion as well; these were done before writing & switching to the new conversion, and should be archived. The next checkin of this file will discard the old conversion; is is kept in this checkin to allow it to be retrieved if needed, and to avoid lossing the bugfixes that have been made to it in the interim. | ||||
* | Minor updates. | Fred Drake | 1999-07-29 | 1 | -4/+8 |
| | |||||
* | Use the (new) buildFragment() method of the EsisBuilder rather than | Fred Drake | 1999-07-29 | 1 | -15/+1 |
| | | | | implementing it all here. | ||||
* | Some minor cleanup. | Fred Drake | 1999-07-29 | 1 | -20/+18 |
| | |||||
* | Conversion specification, used by a new path through latex2esis.py. | Fred Drake | 1999-07-29 | 1 | -0/+631 |
| | | | | | The specific markup conversion is coded here instead of an even more cryptic table in the code of latex2esis.py. | ||||
* | Minor update. | Fred Drake | 1999-07-29 | 1 | -3/+6 |
| | |||||
* | Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the | Fred Drake | 1999-07-29 | 1 | -1/+1 |
| | | | | | | | new markup makes sense in context). These allow the SGML/XML conversion updates to work, & should not have still been in there anyway. | ||||
* | Add support for bzip2 compression. | Fred Drake | 1999-07-27 | 1 | -2/+30 |
| | | | | | New target: distfiles, create all distribution archives, regardless of archive format. (Individual targets remain for each archive format.) | ||||
* | Add support for bzip2 using --bzip2. | Fred Drake | 1999-07-27 | 1 | -4/+11 |
| | |||||
* | Ignore additional compressed formats. | Fred Drake | 1999-07-27 | 1 | -0/+2 |
| | |||||
* | Added description of optional parameter to UserDict constructor. | Fred Drake | 1999-07-26 | 1 | -2/+5 |
| | | | | Omission reported by Barry Warsaw. | ||||
* | Add zip archive support for html, pdf, ps, and latex archives. | Fred Drake | 1999-07-23 | 1 | -1/+22 |
| | | | | "zips" target produces all possible .zip files. | ||||
* | Add --zip parameter; make this able to produce .zip files as well as | Fred Drake | 1999-07-23 | 1 | -3/+20 |
| | | | | .tgz files. | ||||
* | Update getattr() description to document the optional third | Fred Drake | 1999-07-22 | 1 | -5/+7 |
| | | | | parameter. Thanks to Barry Warsaw for pointing out the oversight. | ||||
* | Make the default target xml instead of sgml. | Fred Drake | 1999-07-22 | 1 | -2/+2 |
| | |||||
* | Make the default target xml instead of sgml. | Fred Drake | 1999-07-22 | 1 | -2/+4 |
| | | | | | | Use a temporary file to pass results from latex2esis.py to docfixer.py; this makes for better error detection by make (if the first pipeline stage fails, make wasn't catching it). | ||||
* | typo: privide --> provide | Fred Drake | 1999-07-20 | 1 | -1/+1 |
| | | | | Reported by Nadim Ghaznavi <nadim@ghaznavi.com>. | ||||
* | Added comment clarifying that RELEASE is the documentation release | Fred Drake | 1999-07-12 | 1 | -1/+3 |
| | | | | | | number, not the Python release. Removed VERSION since it is not used. | ||||
* | do_cmd_funclineni(): New function; non-indexing form of \funcline. | Fred Drake | 1999-07-12 | 1 | -0/+9 |
| | |||||
* | Move chdir() and getcwd() descriptions to "Files and Directories" with | Fred Drake | 1999-07-12 | 1 | -10/+16 |
| | | | | | a pointer from the "Process Parameters" section. Based on comments from Aahz Maruch, Tim Peters, and GvR. | ||||
* | Use the same names for CLASS attributes as elsewhere. | Fred Drake | 1999-07-12 | 1 | -3/+4 |
| | |||||
* | Updated Milan's email address. | Fred Drake | 1999-07-12 | 1 | -7/+8 |
| | |||||
* | Several methods return tuples, not lists. | Fred Drake | 1999-07-07 | 1 | -4/+5 |
| | |||||
* | Move some misc. comments from the example section to the main section. | Fred Drake | 1999-07-07 | 1 | -22/+22 |
| | | | | | | Use the lowercase versions of the method names in the example, since that's what's documented (Greg Stein's suggestion). Add a blank line after the import line for clarity. | ||||
* | dir() method description revised based on comments from Greg Stein. | Fred Drake | 1999-07-07 | 1 | -6/+7 |
| | |||||
* | Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Fix a number of minor problems pointed out by /F. | Fred Drake | 1999-07-06 | 1 | -7/+8 |
| | |||||
* | Fixed typo reported by /F; thanks! | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Bump the release number to 1.5.2p1. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Darn! Forgot to re-target. | Fred Drake | 1999-07-02 | 1 | -1/+1 |
| | |||||
* | Remove one item. | Fred Drake | 1999-07-02 | 1 | -9/+8 |
| | | | | Rearrange & comment on others. | ||||
* | Minor markup nit. | Fred Drake | 1999-07-02 | 2 | -3/+3 |
| | |||||
* | Added entry for asyncore module. | Fred Drake | 1999-07-02 | 2 | -0/+2 |
| | |||||
* | Fix a few markup nits, improve some index entries. | Fred Drake | 1999-07-02 | 1 | -38/+41 |
| | |||||
* | New documentation from Chris Petrilli <petrilli@amber.org>. | Fred Drake | 1999-07-02 | 1 | -0/+197 |
| | |||||
* | For spawn*(), point to the magic constants; some readers have a hard | Fred Drake | 1999-07-02 | 1 | -2/+4 |
| | | | | time finding the bindings. | ||||
* | Removed entries for several modules which have been documented. | Fred Drake | 1999-07-01 | 1 | -72/+55 |
| | | | | Updated comments on several remaining modules. | ||||
* | Documentation for dl module from Moshe. | Fred Drake | 1999-07-01 | 1 | -0/+99 |
| | |||||
* | Added entry for dl module. | Fred Drake | 1999-07-01 | 2 | -0/+2 |
| | |||||
* | Remove extraneous "contains" -- pointed out by Daniel Barclay | Fred Drake | 1999-07-01 | 1 | -1/+3 |
| | | | | | | | <danielb@digitalfocus.com>. Added credit to Martin von Loewis for creating the module and documentation. | ||||
* | Per Frank Stajano's suggestion, state explicitly that the functions | Fred Drake | 1999-07-01 | 1 | -0/+14 |
| | | | | | described in the sub-sections are directly available at the module level. He found this confusing. | ||||
* | Make the reference to the os module in the module synopsis (for the | Fred Drake | 1999-07-01 | 1 | -1/+1 |
| | | | | table at the front of the chapter) a hyperlink. | ||||
* | Made several grammatical corrections based on comments from Daniel | Fred Drake | 1999-06-30 | 1 | -10/+20 |
| | | | | | | | | Barcla <danielb@digitalfocus.com>. Also added example of what happens when a parameter is set both positionally and by a keyword (one of Daniels suggestions related to that paragraph). | ||||
* | For "Matching vs. Searching", remove comment that the section is | Fred Drake | 1999-06-29 | 1 | -8/+6 |
| | | | | | incomplete; I don't remember what else I thought I was going to put in, but it looks o.k. to me know. | ||||
* | Added some reminders. | Fred Drake | 1999-06-29 | 1 | -2/+9 |
| | |||||
* | Move the setting for secnumdepth to the document classes; make the numbering | Fred Drake | 1999-06-29 | 3 | -1/+2 |
| | | | | | | | for the manual class go one deeper than it previously did (\subsection entries will now be numbered); no change for howto documents. This makes it easier to refer precisely to smaller sections using \ref. | ||||
* | Added some minor prose before the descriptions of the data attributes | Fred Drake | 1999-06-29 | 1 | -5/+12 |
| | | | | to make it clear that these are instance attributes, not module data. | ||||
* | Added entry for pty module. | Fred Drake | 1999-06-29 | 2 | -0/+2 |
| | |||||
* | pty documentation from Moshe; with small edits. | Fred Drake | 1999-06-29 | 1 | -0/+41 |
| | |||||
* | Improve description of the example. | Fred Drake | 1999-06-29 | 1 | -4/+9 |
| |