Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to reflect Python 2.1.1 release planning. | Fred Drake | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | Separate the version number and release status information. | Fred Drake | 2001-06-22 | 1 | -1/+2 |
| | |||||
* | Add support for the classdesc* environment and the \releaseinfo and | Fred Drake | 2001-06-22 | 1 | -0/+15 |
| | | | | \setreleaseinfo macros added to the CVS head. | ||||
* | Adjust the documents so that the copyright is at the front of the documents | Fred Drake | 2001-06-21 | 1 | -96/+2 |
| | | | | and the license statements are at the end. This is less annoying to readers. | ||||
* | Make sure 2.1.1 takes its proper place in the history of Python licenses. | Fred Drake | 2001-06-21 | 1 | -4/+4 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-06-21 | 1 | -0/+259 |
| | | | | 'release21-maint'. | ||||
* | \versionadded: Add support for including an explanatory note along with | Fred Drake | 2001-04-18 | 1 | -2/+7 |
| | | | | the versioning information, similar to \versionchanged. | ||||
* | Update version numbers for the maintenance branch of the documentation. | Fred Drake | 2001-04-18 | 1 | -2/+2 |
| | |||||
* | Bump version number and set date. | Fred Drake | 2001-04-14 | 1 | -2/+2 |
| | |||||
* | Use "2.1c1" since that is what Guido used for the Python version number. | Fred Drake | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | Bump version numbers for upcoming release candidate. | Fred Drake | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | Import the alltt package and wrap that environment in a similar way to | Fred Drake | 2001-04-10 | 1 | -0/+21 |
| | | | | | the way we handle verbatim, so that it picks up the same indentation and minipage behavior. | ||||
* | In the typeset versions, the legal notices had grown past the one-page | Fred Drake | 2001-04-10 | 1 | -0/+5 |
| | | | | size. This constrains them to fit in one page again. | ||||
* | Bump the version number. | Fred Drake | 2001-03-22 | 1 | -1/+1 |
| | |||||
* | Update to the current state of the universe. | Fred Drake | 2001-03-22 | 1 | -5/+18 |
| | |||||
* | Label classes and exceptions explicitly in the documentation (for their | Fred Drake | 2001-03-02 | 1 | -15/+15 |
| | | | | *desc environments). | ||||
* | Commit this so CVS doesn't keep noticing the next version number. | Fred Drake | 2001-02-14 | 1 | -2/+2 |
| | |||||
* | Remove the dollar sign from the formatting of environment variables -- | Fred Drake | 2001-01-22 | 1 | -3/+3 |
| | | | | | too Unix-specific, and not really needed. (Already fixed the HTML formatting, but forgot to mention it in the checkin for python.perl 1.94.) | ||||
* | Make "PythonLabs" bold. | Fred Drake | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| |