Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Miscellaneous updates. | Fred Drake | 2001-01-09 | 1 | -3/+3 | |
| | ||||||
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 2 | -1/+2 | |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | |||||
* | 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.) | |||||
* | 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. | |||||
* | Remove second horizontal line below table headers; it is just too | Fred Drake | 2000-10-24 | 1 | -6/+6 | |
| | | | | distracting. | |||||
* | Center the top line of the license page, to make it look just a little bit | Fred Drake | 2000-10-14 | 1 | -1/+1 | |
| | | | | cleaner. | |||||
* | Update the release number and date. | Fred Drake | 2000-10-13 | 1 | -2/+2 | |
| | ||||||
* | Update for next planned release. | Fred Drake | 2000-10-05 | 1 | -3/+3 | |
| | ||||||
* | Update versioning for the next Python release. | Fred Drake | 2000-09-22 | 1 | -2/+2 | |
| | ||||||
* | New text about how to report bugs in Python and the documentation. | Fred Drake | 2000-09-21 | 1 | -0/+65 | |
| | ||||||
* | Add new environments: longtableii, longtableiii, and longtableiv, to | Fred Drake | 2000-09-21 | 1 | -3/+36 | |
| | | | | | support long tables which might break across page boundaries. Otherwise identical to tableii, tableiii, and tableiv. | |||||
* | Allow the LaTeX markup descriptions to use the \moreargs and \unspecified | Fred Drake | 2000-09-21 | 1 | -1/+5 | |
| | | | | macros in the argument list position. | |||||
* | Use the \setshortversion macro to specify the abbreviated version number. | Fred Drake | 2000-09-14 | 1 | -2/+3 | |
| | | | | | | | | | This partially addresses SourceForge bug #114318. Fix the release number -- this is supposed to be the *Python* release, not the documentation release! The later is given by the combination of the Python release number and the date. Add a comment so I can keep it straight. | |||||
* | \shortversion, | Fred Drake | 2000-09-14 | 1 | -0/+3 | |
| | | | | | | \setshortversion: New markup to help deal with Python having a "real" version number and an abbreviated version number used to create pathnames to the library installation. | |||||
* | Documentation is good. Let's release more. | Fred Drake | 2000-09-12 | 1 | -2/+2 | |
| | ||||||
* | \seetitle: New macro for building reference list content. | Fred Drake | 2000-09-12 | 1 | -0/+13 | |
| | ||||||
* | excclassdesc: New environment. For use in documenting class-based | Fred Drake | 2000-09-09 | 1 | -0/+19 | |
| | | | | | | | | exceptions which have interesting constructor signatures. \pep, \seepep: New macros. Equivalent to \rfc and \seerfc, but referring to the PEP series instead of the Internet RFC series of documents. | |||||
* | Remove the specific date -- back in development mode. | Fred Drake | 2000-09-07 | 1 | -1/+1 | |
| | ||||||
* | Fix PDF generation. | Fred Drake | 2000-09-05 | 2 | -4/+12 | |
| | | | | | | | The \\ introduced in the \author in boilerplate.tex broke the PDF generation because line breaks are not allowed in the "Document Info" metadata stored in the PDF file. This changes the line break to a ", " (comma-space) in that context. | |||||
* | Minor nit to make this work a little better with the PDF generation fix. | Fred Drake | 2000-09-05 | 1 | -2/+2 | |
| | | | | This does not change the HTML or PostScript output. | |||||
* | Update license according to the LICENSE file in the source tree. | Fred Drake | 2000-09-05 | 1 | -30/+83 | |
| | ||||||
* | Set the date. | Fred Drake | 2000-09-05 | 1 | -1/+1 | |
| | ||||||
* | \citetitle: Format the title, not the optional URL! | Fred Drake | 2000-08-17 | 1 | -1/+1 | |
| | ||||||
* | \py@varvars: Merge the various definitions to be the simplist one that | Fred Drake | 2000-08-03 | 1 | -5/+2 | |
| | | | | | does everything needed, and discard the older stuff that is not being used. | |||||
* | Update, 'cause Guido said it should be this way. | Fred Drake | 2000-07-31 | 1 | -4/+4 | |
| | ||||||
* | The new copyright / license. | Fred Drake | 2000-07-01 | 1 | -25/+33 | |
| | ||||||
* | Try to make sure \code always uses roman (non-italic) text. | Fred Drake | 2000-06-30 | 1 | -2/+2 | |
| | | | | Change a 1.6 version number used in a an example in a comment to 2.0. | |||||
* | Update the release number & date, Guido's employer. | Fred Drake | 2000-06-30 | 1 | -4/+3 | |
| | ||||||
* | Define \seeurl in the seealso environment. Two parameters: url, why. | Fred Drake | 2000-05-09 | 1 | -0/+9 | |
| | ||||||
* | \versionchanged: Added optional parameter for explanation of change. | Fred Drake | 2000-05-02 | 1 | -2/+8 | |
| | ||||||
* | Define \seerfc within the seealso environment. | Fred Drake | 2000-04-26 | 1 | -0/+9 | |
| | ||||||
* | Dropped '\tilde' and '\bslash' definitions. | Greg Ward | 2000-04-19 | 1 | -5/+0 | |
| | ||||||
* | Removed '\package' definition. | Greg Ward | 2000-04-19 | 1 | -2/+0 | |
| | ||||||
* | Trying to placate Fred: redefine \tilde and \bslash; document everything. | Greg Ward | 2000-04-12 | 1 | -9/+23 | |
| | | | | Still some not-quite-standard definitions in here that I have to fix. | |||||
* | \longprogramopt: New macro. | Fred Drake | 2000-04-11 | 1 | -0/+2 | |
| | ||||||
* | LaTeX macros for the Distutils manuals. | Greg Ward | 2000-04-11 | 1 | -0/+26 | |
| | | | | Perhaps these should be added to the standard Python style file? | |||||
* | cfuncdesc environment: | Fred Drake | 2000-04-10 | 1 | -1/+1 | |
| | | | | | When processing the optional parameter, don't append any text; let the pre-processor supply all of it. | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 3 | -15/+61 | |
| | ||||||
* | This branch is for 1.6 & forward. | Fred Drake | 2000-02-22 | 1 | -2/+2 | |
| | ||||||
* | Set the date and version to reflect the actual status, not the last | Fred Drake | 1999-11-18 | 1 | -2/+2 | |
| | | | | released status. Has to be changed just before publishing anyway. | |||||
* | \programopt: New macro, used to mark command-line parameters in the | Fred Drake | 1999-11-09 | 1 | -0/+5 | |
| | | | | | | | | | text. Looks like \program. \citetitle: New macro, used to mark titles of cited works (like the names of the Python manuals). Accepts & discards an optional parameter that is only used by the HTML formatter. Looks like \emph. | |||||
* | Darn! Forgot to re-target. | Fred Drake | 1999-07-02 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | \declaremodule: Typo. | Fred Drake | 1999-05-17 | 1 | -1/+1 | |
| | ||||||
* | \declaremodule: Make this more robust. Only attempt to add an index | Fred Drake | 1999-05-17 | 1 | -1/+6 | |
| | | | | | | | | | | | | entry based on the module type if the type is known. Otherwise, spit out a warning the the module type parameter was bad and generate a "plain" index entry. Without this, the bad module type was emitted as text. Problem noticed by processing Michael Hudson's docs for bytecodehacks. | |||||
* | Change the look of \seemodule output to fit in better. | Fred Drake | 1999-05-11 | 1 | -10/+16 | |
| | ||||||
* | Let's try again: new assertion. | Fred Drake | 1999-04-28 | 1 | -1/+1 | |
| | ||||||
* | \filenq: Like \file, but don't use single-quotes; this looks better | Fred Drake | 1999-04-28 | 1 | -0/+1 | |
| | | | | in tables. | |||||
* | Fix square brackets around optional parameters to macros. | Fred Drake | 1999-04-23 | 1 | -2/+2 | |
| | ||||||
* | Make an assertion. | Fred Drake | 1999-04-22 | 1 | -1/+1 | |
| |