Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add reference to the copy_reg module in the See Also: section. | Fred Drake | 1998-03-06 | 1 | -0/+6 |
| | |||||
* | Fix the URL for the regex-to-re HOWTO. | Fred Drake | 1998-03-06 | 2 | -2/+2 |
| | |||||
* | Oops, I *thoughT* I had seen a better address for Andrew.... | Fred Drake | 1998-03-05 | 1 | -1/+1 |
| | |||||
* | Updated URL & email addresses related to the PCT. | Fred Drake | 1998-03-05 | 1 | -2/+2 |
| | | | | | Andrew, plase check to make sure these are the ones you want used and get back to me; this stuff will be "published" in the near future. | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -2/+1 |
| | | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. | ||||
* | Logical markup. | Fred Drake | 1998-03-03 | 1 | -87/+87 |
| | |||||
* | Added msvcrt. | Guido van Rossum | 1998-03-03 | 1 | -0/+6 |
| | |||||
* | Deprecate the read() and write() methods. | Fred Drake | 1998-02-27 | 1 | -8/+4 |
| | | | | Don't refer to them from the fromfile() and tofile() methods. | ||||
* | Updates by AMK. | Fred Drake | 1998-02-27 | 1 | -13/+39 |
| | | | | Markup corrected, logical markup. | ||||
* | Logical markup. | Fred Drake | 1998-02-27 | 1 | -81/+93 |
| | |||||
* | Derive the name of the modules .ind from the jobname. | Fred Drake | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | Clean up some stuff in the {seealso} at the end. This avoids a little nit | Fred Drake | 1998-02-23 | 1 | -5/+5 |
| | | | | (which causes processing to fail) when using the LaTeX hyperref package. | ||||
* | Marked the unmarked AttributeError. (AMK) | Fred Drake | 1998-02-23 | 1 | -8/+9 |
| | | | | | | | "Protect the class instance" --> "Protect the object" It works for anything with attributes to look up! (AMK) Logical markup. | ||||
* | "streans" --> "streams" (AMK) | Fred Drake | 1998-02-23 | 1 | -1/+1 |
| | |||||
* | Add a period to "Written by James Roskind" | Fred Drake | 1998-02-22 | 1 | -1/+1 |
| | |||||
* | Fixed and extended the example; the original example contained some | Guido van Rossum | 1998-02-22 | 1 | -3/+6 |
| | | | | bogus code. | ||||
* | Added two subsections with extra hints and details, even for | Guido van Rossum | 1998-02-22 | 1 | -0/+73 |
| | | | | extensions and embedding programs. | ||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-20 | 1 | -35/+37 |
| | | | | Logical markup. | ||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-20 | 1 | -0/+5 |
| | |||||
* | Jeff Kunce writes (and he is right): | Guido van Rossum | 1998-02-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Also, I just ran across a [possible] minor glitch in the library documentation for site.py. It says: "For example, suppose sys.prefix and sys.exec_prefix are set to `/usr/local'. The Python 1.5 library is then installed in `/usr/local/lib/python1.5'. Suppose this has a subdirectory `/usr/local/python1.5/site-packages' with three subsubdirectories, `foo', `bar' and `spam'..." I think it should be: "...Suppose this has a subdirectory `/usr/local/lib/python1.5/site-packages' with..." ^^^^ | ||||
* | Adjusted \label{} for *consistent* logical addressing. | Fred Drake | 1998-02-19 | 1 | -118/+120 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 1 | -0/+3 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 1 | -0/+16 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -1/+3 |
| | |||||
* | Separate chapter and section. | Fred Drake | 1998-02-19 | 3 | -110/+111 |
| | |||||
* | Separate binhex and binuu documentation from binascii. Support better | Fred Drake | 1998-02-19 | 4 | -74/+76 |
| | | | | module addressing in HTML. | ||||
* | Adjust grouping for the "b(reak)" command syntax description. This is | Fred Drake | 1998-02-19 | 1 | -1/+1 |
| | | | | required to get the info generation back in operation, yet again. | ||||
* | Logical markup. | Fred Drake | 1998-02-19 | 1 | -57/+59 |
| | | | | | Several uses of "\^" could be simplified; this fixes part of the info generation process. | ||||
* | \nodename{} must immediately follow \chapter{} to be handled correctly; | Fred Drake | 1998-02-19 | 1 | -2/+1 |
| | | | | adding the \label{} broke that. | ||||
* | {fulllineitems} is now an environment; use it as such. | Fred Drake | 1998-02-19 | 1 | -3/+7 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-19 | 1 | -9/+9 |
| | | | | Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}. | ||||
* | Feature added by Bill van Melle: when no timezone is present, assume | Guido van Rossum | 1998-02-19 | 1 | -1/+3 |
| | | | | local time -- that's better than failure. | ||||
* | Consistent spelling: "time zone" -> "timezone". | Guido van Rossum | 1998-02-18 | 1 | -3/+6 |
| | | | | | Clarify that the sign of the timezone offset returned by parsedate_tz() is the opposite of time.timezone. | ||||
* | Separate Mac user interface modules into separate files, to better support | Fred Drake | 1998-02-18 | 3 | -0/+350 |
| | | | | bookmarkable module sections in the HTML. | ||||
* | Separate the parse, symbol, and token documentation into separate files. | Fred Drake | 1998-02-18 | 4 | -69/+67 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 3 | -8/+12 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 7 | -0/+7 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 2 | -5/+7 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -3/+7 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 2 | -3/+5 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 5 | -1/+8 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 2 | -12/+15 |
| | | | | Logical markup. | ||||
* | Add normpath(). Clarify normcase(). (Note -- this doc section | Guido van Rossum | 1998-02-18 | 1 | -3/+12 |
| | | | | | probably needs more work, describing new functions and the differences between unix/mac/win. | ||||
* | Add mktime_tz(). Add () to a function reference in parsedate_tz(). | Guido van Rossum | 1998-02-18 | 1 | -1/+9 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-17 | 2 | -0/+2 |
| | |||||
* | Use \manpage{} markup for referencing a UNIX man page. | Fred Drake | 1998-02-17 | 1 | -5/+5 |
| | | | | Added index entry for DES cipher. | ||||
* | Added comment explaining the only warning produced by makeindex, since there | Fred Drake | 1998-02-17 | 1 | -0/+14 |
| | | | | doesn't appear to be a way to fix that's reasonable. | ||||
* | Update indexsubitem for file attributes correctly. | Fred Drake | 1998-02-17 | 1 | -1/+3 |
| | |||||
* | \nodename{} must appear immediately after \section{} for the info conversion. | Fred Drake | 1998-02-17 | 1 | -1/+1 |
| |