Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | \mytableofcontents New macro. Wrapper around \tableofcontents that | Fred Drake | 1998-01-09 | 1 | -1/+37 |
| | | | | | | | | | | | does the right thing if the openright option is given. Allows a lot of crud to be removed from the document files' frontmatter sections. \endabstract Extend standard macro. (Called as \end{abstract}.) Does the right thing if the openright option is given. \optional Adjust to get the brackets right under latex2e. | ||||
* | Nit. | Fred Drake | 1998-01-09 | 1 | -0/+2 |
| | |||||
* | For consistency, always use a trailing "()" on function names in the running | Fred Drake | 1998-01-08 | 2 | -38/+40 |
| | | | | | | text. Add one index entry. | ||||
* | Fix a typo (the word "a" was spelled "c"!). | Fred Drake | 1998-01-07 | 2 | -2/+12 |
| | | | | Added index entries & \label{} constructs. | ||||
* | Normalize some markup. | Fred Drake | 1998-01-07 | 2 | -30/+32 |
| | | | | | | Use \file{} instead of \code{} for a directory name (Tools/freeze). Consistently use "()" at the end of a function name in running text. | ||||
* | Fixed up index entries. | Fred Drake | 1998-01-07 | 2 | -14/+18 |
| | | | | Adjusted one formatting problem (long \code{} in running text). | ||||
* | Added index entry for the protocol. | Fred Drake | 1998-01-07 | 2 | -14/+16 |
| | | | | | | Fixed typo (extra char in the word "character"). Minor nits. | ||||
* | Added index items for the RFC and the protocol itself. | Fred Drake | 1998-01-07 | 2 | -0/+4 |
| | |||||
* | Fixed index entries to be more consistent. | Fred Drake | 1998-01-07 | 2 | -10/+10 |
| | |||||
* | In description of \D, revise markup so that the caret shows up in the HTML | Fred Drake | 1998-01-06 | 2 | -2/+2 |
| | | | | | | | version as well as the dvi form. Without the fix, it showed up as an extra zero character. Bug reported by Hugh Sasse <hgs@dmu.ac.uk>. | ||||
* | Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all | Fred Drake | 1998-01-02 | 2 | -8/+8 |
| | | | | | | | | gave the return type as part of the function field and used an empty return type field. Fixed. Function name field for PyLong_FromString() included an asterisk at the beginning of the function name field; removed. | ||||
* | lib.dvi target: Added commands to generate the modules index. | Fred Drake | 1998-01-02 | 1 | -1/+4 |
| | |||||
* | Script to convert module index data to module index. | Fred Drake | 1998-01-02 | 2 | -0/+124 |
| | |||||
* | Add module index before the general index. | Fred Drake | 1998-01-02 | 2 | -0/+8 |
| | |||||
* | Added support for storing information to build a module index. | Fred Drake | 1998-01-02 | 1 | -1/+16 |
| | | | | Enhance the "theindex" environment to add an entry to the table of contents. | ||||
* | In description of the group() method, fix markup of "\(" and "\)" literals; | Fred Drake | 1998-01-02 | 2 | -2/+2 |
| | | | | | | "\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html output (the font was right). Changed to "\code{{\e}(}" variation, which fixes both. Breaks the .texi file generation again. Oh well. | ||||
* | Apply fixps.py to allow A4 paper printing. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | Added BaseHTTPServer to table of contents for chapter. | Guido van Rossum | 1997-12-30 | 2 | -0/+6 |
| | |||||
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 22 | -66/+72 |
| | |||||
* | Final version for 1.5; two tiny corrections. | Guido van Rossum | 1997-12-30 | 8 | -49/+52 |
| | |||||
* | Clarify that __getinitargs__ is called at pickle time! | Guido van Rossum | 1997-12-30 | 2 | -2/+6 |
| | |||||
* | Added "docs" for Pareto and Weibull distributions. | Guido van Rossum | 1997-12-30 | 2 | -0/+16 |
| | |||||
* | Clean out *.texi and *.info* as well for "make clean". | Fred Drake | 1997-12-30 | 1 | -0/+1 |
| | |||||
* | Add obsolescence note. | Guido van Rossum | 1997-12-30 | 2 | -0/+22 |
| | |||||
* | Add URL of Andrew Kuchling's nifty re conversion page... | Guido van Rossum | 1997-12-30 | 2 | -4/+6 |
| | |||||
* | Add a note that up to 1.4, translate() produced Emacs style syntax; in | Guido van Rossum | 1997-12-30 | 2 | -4/+10 |
| | | | | | 1.5, it produces Perl style syntax. Also change "Python's regular expressions" into plain "regular expression" in the intro. | ||||
* | Updated release date to match boilerplate.tex. | Fred Drake | 1997-12-30 | 2 | -4/+4 |
| | | | | | | | | Removed implied future availability of an info/texi version of the other manuals (the word "yet"). Guido, you might want to check this file to see if any other changes are required. | ||||
* | Added ConfigParser.py to list of undocumented miscellaneous useful utilities. | Guido van Rossum | 1997-12-30 | 2 | -0/+4 |
| | |||||
* | Took out some disclaiming text (even from the title!). Rewritten | Guido van Rossum | 1997-12-30 | 2 | -82/+70 |
| | | | | | abstract. Alas, I didn't get to do anything else before the release :-( | ||||
* | A whole bunch of typos fixed by Andrew Kuchling. | Guido van Rossum | 1997-12-30 | 2 | -44/+66 |
| | | | | | Added a warning about the incompleteness to the front. Added a reminder about CObject to the back. | ||||
* | Set the release date for 1.5 (final). | Guido van Rossum | 1997-12-30 | 2 | -2/+2 |
| | |||||
* | Added .PHONY annotation for lib.info target; the real target is | Fred Drake | 1997-12-29 | 1 | -0/+4 |
| | | | | | python-lib.info. The annotation is needed to prevent at least GNU make from building a second set of info files with the lib.info base name. | ||||
* | Remove more commented-out text that is no longer needed. | Guido van Rossum | 1997-12-29 | 2 | -42/+0 |
| | |||||
* | Remove the commented-out warning at the top. It shouldn't be there | Guido van Rossum | 1997-12-29 | 2 | -12/+0 |
| | | | | for the 1.5 release version of the file. | ||||
* | Getting uglier. But it doesn't completely bomb except for some table stuff. | Fred Drake | 1997-12-29 | 2 | -80/+146 |
| | | | | I'll get to it when I can. | ||||
* | Lots of minor nits that allow this file to get processed without failures by | Fred Drake | 1997-12-29 | 2 | -50/+54 |
| | | | | | | | | | the info generation phases. Most of the errors had occurred in the makeinfo step. Commented out the warning at the top; this should still really be removed before 1.5, but that's not my call. It generated problems for the info conversion as well. | ||||
* | Ignore generated info files. | Fred Drake | 1997-12-29 | 1 | -0/+1 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -8/+2 |
| | | | | Removed BaseHTTPServer.py from list of undocumented modules. | ||||
* | Revised lib1.texi target to deal with some conversion nastiness. See comment. | Fred Drake | 1997-12-29 | 1 | -0/+7 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
| | |||||
* | Ignore another intermediate file from the info generation. | Fred Drake | 1997-12-29 | 1 | -0/+1 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | |||||
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 5 | -12/+447 |
| | | | | Moved docs for "re" to before docs for "regex". | ||||
* | Make "{" and "}" in code sample visible instead of a group (it's supposed to | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | | | | be a dictionary...). | ||||
* | Added missing "\" to "\var{address}, var{length}" in buffer_info() description. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
| | |||||
* | Use tableii environment for the table instead of tabular. This makes it | Fred Drake | 1997-12-29 | 2 | -38/+36 |
| | | | | consistent with other 2-column tables in the Python documentation. | ||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 4 | -32/+28 |
| | |||||
* | Nit adjustments to remove warnings when processed with partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
| | |||||
* | Normalized the word "Unix" to "\UNIX{}". | Fred Drake | 1997-12-29 | 2 | -6/+6 |
| | | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading. |