summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* \mytableofcontents New macro. Wrapper around \tableofcontents thatFred Drake1998-01-091-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 Drake1998-01-091-0/+2
|
* For consistency, always use a trailing "()" on function names in the runningFred Drake1998-01-082-38/+40
| | | | | | text. Add one index entry.
* Fix a typo (the word "a" was spelled "c"!).Fred Drake1998-01-072-2/+12
| | | | Added index entries & \label{} constructs.
* Normalize some markup.Fred Drake1998-01-072-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 Drake1998-01-072-14/+18
| | | | Adjusted one formatting problem (long \code{} in running text).
* Added index entry for the protocol.Fred Drake1998-01-072-14/+16
| | | | | | Fixed typo (extra char in the word "character"). Minor nits.
* Added index items for the RFC and the protocol itself.Fred Drake1998-01-072-0/+4
|
* Fixed index entries to be more consistent.Fred Drake1998-01-072-10/+10
|
* In description of \D, revise markup so that the caret shows up in the HTMLFred Drake1998-01-062-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() allFred Drake1998-01-022-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 Drake1998-01-021-1/+4
|
* Script to convert module index data to module index.Fred Drake1998-01-022-0/+124
|
* Add module index before the general index.Fred Drake1998-01-022-0/+8
|
* Added support for storing information to build a module index.Fred Drake1998-01-021-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 Drake1998-01-022-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 Rossum1997-12-301-1/+1
|
* Added BaseHTTPServer to table of contents for chapter.Guido van Rossum1997-12-302-0/+6
|
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-3022-66/+72
|
* Final version for 1.5; two tiny corrections.Guido van Rossum1997-12-308-49/+52
|
* Clarify that __getinitargs__ is called at pickle time!Guido van Rossum1997-12-302-2/+6
|
* Added "docs" for Pareto and Weibull distributions.Guido van Rossum1997-12-302-0/+16
|
* Clean out *.texi and *.info* as well for "make clean".Fred Drake1997-12-301-0/+1
|
* Add obsolescence note.Guido van Rossum1997-12-302-0/+22
|
* Add URL of Andrew Kuchling's nifty re conversion page...Guido van Rossum1997-12-302-4/+6
|
* Add a note that up to 1.4, translate() produced Emacs style syntax; inGuido van Rossum1997-12-302-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 Drake1997-12-302-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 Rossum1997-12-302-0/+4
|
* Took out some disclaiming text (even from the title!). RewrittenGuido van Rossum1997-12-302-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 Rossum1997-12-302-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 Rossum1997-12-302-2/+2
|
* Added .PHONY annotation for lib.info target; the real target isFred Drake1997-12-291-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 Rossum1997-12-292-42/+0
|
* Remove the commented-out warning at the top. It shouldn't be thereGuido van Rossum1997-12-292-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 Drake1997-12-292-80/+146
| | | | I'll get to it when I can.
* Lots of minor nits that allow this file to get processed without failures byFred Drake1997-12-292-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 Drake1997-12-291-0/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-8/+2
| | | | Removed BaseHTTPServer.py from list of undocumented modules.
* Revised lib1.texi target to deal with some conversion nastiness. See comment.Fred Drake1997-12-291-0/+7
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
|
* Ignore another intermediate file from the info generation.Fred Drake1997-12-291-0/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-2/+2
|
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-295-12/+447
| | | | Moved docs for "re" to before docs for "regex".
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-292-2/+2
| | | | be a dictionary...).
* Added missing "\" to "\var{address}, var{length}" in buffer_info() description.Fred Drake1997-12-292-2/+2
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
|
* Use tableii environment for the table instead of tabular. This makes itFred Drake1997-12-292-38/+36
| | | | consistent with other 2-column tables in the Python documentation.
* Reduce warning count from partparse.py.Fred Drake1997-12-294-32/+28
|
* Nit adjustments to remove warnings when processed with partparse.py.Fred Drake1997-12-292-4/+2
|
* Normalized the word "Unix" to "\UNIX{}".Fred Drake1997-12-292-6/+6
| | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.