Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation for the Py_InitModule*() family of functions. | Fred Drake | 2000-11-28 | 2 | -1/+47 |
| | |||||
* | Added information on the use of Unicode with the StringIO and cStringIO | Fred Drake | 2000-11-28 | 1 | -2/+14 |
| | | | | modules, otherwise the behavior is just plain confusing. | ||||
* | Use a subclass of buildindex.Node to clean up the HTML and get the | Fred Drake | 2000-11-28 | 1 | -4/+18 |
| | | | | | | ordering fixed up (this makes sure that "xml.dom" comes before "xml.dom.minidom" in the Module Index, which was not true before because some HTML cruft crept into the data structures). | ||||
* | Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting | Fred Drake | 2000-11-28 | 1 | -1/+1 |
| | | | | for the HTML version). | ||||
* | Two minor nits. | Fred Drake | 2000-11-28 | 1 | -3/+3 |
| | |||||
* | Minor typo: \subsubsections --> \subsubsection | Fred Drake | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | SF non-bug 123520: fleshed out the tutorial's lambda example a little more. | Tim Peters | 2000-11-27 | 1 | -2/+9 |
| | |||||
* | Conversion.write_ordinal(): Not used, remove it. | Fred Drake | 2000-11-22 | 1 | -4/+0 |
| | |||||
* | Convert the LaTeX "tie" (~) to a simple space. | Fred Drake | 2000-11-22 | 1 | -4/+40 |
| | | | | | | Add support for some combining characters. Remove unnecessary imports and dependencies on PyXML and esistools. | ||||
* | Update to reflect the process changes. | Fred Drake | 2000-11-22 | 1 | -21/+6 |
| | | | | | Remove the SGML aspects; there's too much XML momentum to worry about the SGML flavor at this point. | ||||
* | Update the rules to separate the two phases for the ESIS generation, | Fred Drake | 2000-11-22 | 2 | -22/+27 |
| | | | | entirely so that debugging can be performed independently. | ||||
* | Add support for (relatively) recent additions and changes to python.sty, | Fred Drake | 2000-11-22 | 1 | -2/+30 |
| | | | | and one more standard LaTeX macro. | ||||
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 7 | -6/+9 |
| | |||||
* | Do not use \verb in the Python documentation -- it makes parsing the LaTeX | Fred Drake | 2000-11-22 | 1 | -3/+3 |
| | | | | | sources more difficult and other tools do not always work well with it. Since we have better markup for this case, just fix it. | ||||
* | Document the new setupterm() function | Andrew M. Kuchling | 2000-11-18 | 1 | -0/+7 |
| | |||||
* | Added information about the %r string formatting conversion. Added note | Fred Drake | 2000-11-17 | 2 | -8/+14 |
| | | | | | | | | about the interpretation of radix 0 for int(), and added description of the optional radix argument for long(). Based on comments from Reuben Sumner <rasumner@users.sourceforge.net>. This closes bug #121672. | ||||
* | Oops, back out change committed by accident! This is not ready, and | Fred Drake | 2000-11-17 | 1 | -34/+0 |
| | | | | breaks things. | ||||
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 8 | -10/+101 |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | ||||
* | Corrected a number of typos reported by Gilles Civario | Fred Drake | 2000-11-17 | 1 | -12/+3 |
| | | | | | | <gcivario@users.sourceforge.net>. This closes bug #122562. | ||||
* | Fixed typos and bug in the second example, reported by Scott Schram | Fred Drake | 2000-11-17 | 1 | -2/+3 |
| | | | | | | <schram@users.sourceforge.net>. This closes bug #122236. | ||||
* | Fix for SF bug 122176: Error in rotor module documentation. | Tim Peters | 2000-11-14 | 1 | -2/+2 |
| | |||||
* | More names... | Fred Drake | 2000-11-07 | 1 | -0/+2 |
| | |||||
* | Patch #102278: add tparm() function to _curses module | Andrew M. Kuchling | 2000-11-07 | 1 | -0/+7 |
| | |||||
* | Document the proper exception to be raised by I/O operations on closed | Fred Drake | 2000-11-06 | 1 | -15/+19 |
| | | | | | | files; error reported by Ng Pheng Siong <ngps@post1.com>. Make sure that various special object attributes are properly indexed. | ||||
* | Make sure we clean up the index data each time it is written by LaTeX. | Fred Drake | 2000-11-03 | 1 | -1/+4 |
| | |||||
* | Fix cut & paste error that describes three paramters when there are only | Fred Drake | 2000-11-02 | 1 | -4/+3 |
| | | | | | | | two [bug #119729]. Update use of distutils.sysconfig that "broke" when Greg W. changed the API [bug #119645]. | ||||
* | Typo: writeable --> writable | Fred Drake | 2000-11-01 | 1 | -2/+2 |
| | | | | Reported by Erno Kuusela <erno@iki.fi>. | ||||
* | define_module(): Change the "index sub-item" for definitions at module | Fred Drake | 2000-10-30 | 1 | -1/+1 |
| | | | | | | | scope to be " (in module <name>)" instead of " (in <name>)" to be consistent with \withsubitem usage throughout the documentation. This achieves consistency in indexing throughout the documentation. | ||||
* | Fix \withsubitem so that it actually works if the only indexing macro in | Fred Drake | 2000-10-30 | 1 | -10/+5 |
| | | | | | | | | | the content body is the \ttindex macro, which seems to match actual usage. Adjust \funcline to restore the "index sub-item" for functions to be " (in module <name>)" instead of " (in <name>)". This is need to match uses of \withsubitem throughout the documentation. (Not ideal, but gets achieves consistency.) | ||||
* | Revise the message to be a little nicer. | Fred Drake | 2000-10-29 | 1 | -3/+6 |
| | | | | Have the mail sent to the python-dev and Doc-SIG lists. | ||||
* | Avoid using \withsubitem and \ttindex internally; they have not proven | Fred Drake | 2000-10-29 | 1 | -20/+26 |
| | | | | | | to be very robust. Using \index directly fixes a lot of entries in the index that had to be specifically read to determine that they had the wrong parenthesized description. | ||||
* | Many small markup revisions to be more consistent with markup elsewhere, | Fred Drake | 2000-10-29 | 1 | -47/+61 |
| | | | | | | | | and to provide more consistent indexing. Added an index entry. Added documentation for the error and XMLParserType objects. | ||||
* | Update author information. | Fred Drake | 2000-10-28 | 1 | -2/+2 |
| | |||||
* | Explained that os.path.basename() may return something different from the | Fred Drake | 2000-10-26 | 1 | -1/+5 |
| | | | | | | basename program, as suggested by Gregor Hoffleit <gregor@hoffleit.de>. This closes bug #119485. | ||||
* | Do not require packages that are not needed. | Fred Drake | 2000-10-26 | 2 | -4/+0 |
| | |||||
* | Normalize the HTML generated for table headers. | Fred Drake | 2000-10-26 | 1 | -7/+10 |
| | |||||
* | Minor simplification. | Fred Drake | 2000-10-26 | 1 | -2/+1 |
| | |||||
* | Update the dependency information to allow the other Makefiles to handle | Fred Drake | 2000-10-26 | 1 | -34/+25 |
| | | | | | as much of this as possible. Avoids propogating information about how various outputs relate (or don't!). | ||||
* | Noted that building the info version requires the HTML::Element package, | Fred Drake | 2000-10-26 | 1 | -1/+8 |
| | | | | and provided instructions for getting it installed. | ||||
* | All acknowledgements have been moved to the Doc/ACKS file. | Fred Drake | 2000-10-26 | 1 | -25/+21 |
| | | | | | | | Adjusted to reflect the rename of Setup.in to Setup.dist. Added pointer to the "Distributing Python Modules" manual in the appropriate place. | ||||
* | Lots of small markup adjustments for consistency with the rest of the | Fred Drake | 2000-10-26 | 2 | -70/+72 |
| | | | | documentation. | ||||
* | Typo: shorted --> shorter | Fred Drake | 2000-10-25 | 1 | -1/+1 |
| | | | | This closes bug #117706. | ||||
* | Since LookupError can be raised by sys.setdefaultencoding(), we should not | Fred Drake | 2000-10-25 | 1 | -1/+2 |
| | | | | | document it as only being a base class, not matter how unlikely this is to affect normal users. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method | Fred Drake | 2000-10-25 | 1 | -0/+1 |
| | | | | was added in 2.0. | ||||
* | Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting | Fred Drake | 2000-10-25 | 1 | -1/+21 |
| | | | | getdefaultencoding() and setdefaultencoding(). | ||||
* | Several additions and updates based on text from Marc-Andre Lemburg | Fred Drake | 2000-10-25 | 1 | -123/+221 |
| | | | | | | <mal@lemburg.com>. Lots of markup reformatting to make it easier for me to read & maintain. | ||||
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -7/+27 |
| | | | | | | | | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) get_version_text(): New function. Returns HTML fragment describing the software version and documentation date. bot_navigation_panel(): Include the result of get_version_text() at the end, so the information is available on every page. | ||||
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -5/+8 |
| | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) | ||||
* | Remove some HTML from the PYTHONDOCS fragment defined here. | Fred Drake | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Minor addition; add a little formatting to the release information that | Fred Drake | 2000-10-25 | 1 | -0/+2 |
| | | | | will be added to Doc/perl/l2hinit.perl shortly. |