Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use \citetitle in several places, and \programopt where appropriate. | Fred Drake | 1999-11-10 | 1 | -20/+23 |
| | |||||
* | Use \citetitle in several places. | Fred Drake | 1999-11-10 | 1 | -14/+18 |
| | |||||
* | Use \citetitle instead of \emph. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
| | |||||
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 3 | -3/+3 |
| | |||||
* | Use the new markup as apporpriate. | Fred Drake | 1999-11-09 | 1 | -17/+17 |
| | |||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -7/+7 |
| | |||||
* | Added citetitle and programopt. | Fred Drake | 1999-11-09 | 1 | -1/+8 |
| | | | | | | Made var get renamed to varname (more like DocBook). Other names should probably be changed as well; still waiting for the DocBook book to arrive. | ||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 2 | -2/+3 |
| | |||||
* | Missed a couple of program options that had been marked by \code. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
| | |||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-09 | 1 | -17/+18 |
| | |||||
* | \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. | ||||
* | do_cmd_programopt(): New function, similar to do_cmd_program(). | Fred Drake | 1999-11-09 | 1 | -0/+19 |
| | | | | | | | | do_cmd_citetitle(): New function. Extracts one optional and one required parameter. If the optional one is provided, it is used a URL (or relative URL) and the text of the required parameter is turned into a hyperlink. | ||||
* | Change the suggestions pointer at the bottom of generated HTML pages. | Fred Drake | 1999-10-29 | 2 | -4/+4 |
| | |||||
* | Straighten out dependencies so changes in the texinputs/* get reflected. | Fred Drake | 1999-10-29 | 2 | -30/+32 |
| | |||||
* | pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-10-29 | 1 | -1/+1 |
| | |||||
* | Added dependency on filecmp section, removed dependencies on cmp and | Fred Drake | 1999-10-29 | 1 | -2/+1 |
| | | | | cmpcache sections. | ||||
* | Make references to new filecmp module hyperlinks now that there's | Fred Drake | 1999-10-29 | 1 | -2/+2 |
| | | | | documentation. | ||||
* | Added section for filecmp. | Fred Drake | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. | Fred Drake | 1999-10-29 | 1 | -0/+40 |
| | |||||
* | Added deprecation notes, in case anyone decides to read these anyway. | Fred Drake | 1999-10-26 | 2 | -0/+6 |
| | |||||
* | cmp and cmpcache are now obsolete, so don't include their | Fred Drake | 1999-10-26 | 1 | -2/+2 |
| | | | | documentation sections. | ||||
* | Added cmp and cmpcache to the "Obsolete" section. | Fred Drake | 1999-10-26 | 1 | -7/+14 |
| | |||||
* | Documented Beep() function. | Fred Drake | 1999-10-22 | 1 | -3/+13 |
| | |||||
* | Module/script to parse the reference count data file and make the | Fred Drake | 1999-10-20 | 1 | -0/+95 |
| | | | | | | | | | | information accessible to Python. When run as a script, just dumps the information back out in the data format, with functions in sorted order and a blank line between different functions. Still need to apply the information somehow. | ||||
* | Added note that Skip created the initial version of this file. | Fred Drake | 1999-10-20 | 1 | -17/+14 |
| | | | | Fixed up a few of his ??? comments. | ||||
* | Initial version as provided by Skip Montanaro <skip@mojam.com>. | Fred Drake | 1999-10-20 | 1 | -0/+906 |
| | |||||
* | Fixed typo in explanation of abspath(); noticed by Paul Prescod | Fred Drake | 1999-10-18 | 1 | -1/+1 |
| | | | | <paul@prescod.net>. | ||||
* | "make clobber" should remove modindex.html as well. | Fred Drake | 1999-09-24 | 1 | -2/+2 |
| | | | | Added realclean and distclean as synonyms for clobber. | ||||
* | icons/ should not be ignored here now that this is it's real home. | Fred Drake | 1999-09-24 | 1 | -1/+0 |
| | |||||
* | Added --about option to specify the file to load "About this | Fred Drake | 1999-09-23 | 1 | -1/+8 |
| | | | | document..." text from, defaulting to ../html/about.dat. | ||||
* | Tell mkhowto to use stdabout.dat for the documents it processes here. | Fred Drake | 1999-09-23 | 1 | -4/+4 |
| | |||||
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -6/+14 |
| | | | | | | | attribute; stick the CLASS on an existing element. Use a variable for the name of the file to get "About this document..." text from. | ||||
* | Remove the "Comments and Questions" section, allowing this to be used | Fred Drake | 1999-09-23 | 1 | -43/+22 |
| | | | | for non-standard Python documentation. | ||||
* | Version of about.dat that should only be used for the standard | Fred Drake | 1999-09-23 | 1 | -0/+44 |
| | | | | documentation. | ||||
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -4/+4 |
| | | | | attribute; stick the CLASS on an existing element. | ||||
* | Oops, missed this one! | Fred Drake | 1999-09-23 | 1 | -0/+0 |
| | |||||
* | img_tag(): Tighten up the generated SRC attribute a bit; if the image | Fred Drake | 1999-09-23 | 1 | -3/+6 |
| | | | | relative URL starts with "./", remove "./". | ||||
* | do_cmd_rfc(): Simplify the generated markup. | Fred Drake | 1999-09-22 | 1 | -2/+2 |
| | |||||
* | Added --image-type option to allow use of either GIF or PNG images. | Fred Drake | 1999-09-22 | 1 | -11/+38 |
| | | | | | | | | | Job.warning(): New method; use this instead of writing to sys.stderr directly. Ensures warnings are also sent to the log file. Job.log(): New method; write a message to the log file. Use from .message() and .warning(). | ||||
* | Some updates to allow ../tools/mkhowto to add various bits to the | Fred Drake | 1999-09-22 | 1 | -46/+86 |
| | | | | | | | | | | | | supplemental l2h initialization file it creates and still get all the right behavior. In particular, it can change the image type and icon location and not get inconsistent results. Some code to help suppress various navigational pages; this might be interesting when generating HTML to create HTML Help documents, since the navigation support creates confusing hits in the full text search. HTML Help also provides a lot of the navigational infrastructure, so duplicating it makes it more tedious to use. | ||||
* | PNG version of the icons, converted from the GIFs | Fred Drake | 1999-09-22 | 6 | -0/+0 |
| | | | | by Michael Hudson <mwh21@cam.ac.uk>. | ||||
* | Added section about where to send comments, questions, & bug reports. | Fred Drake | 1999-09-21 | 1 | -0/+20 |
| | |||||
* | os.name: Note that 'java' is one of the registered names. | Fred Drake | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | Added documentation for inet_aton() and inet_ntoa(), from Ben | Fred Drake | 1999-09-16 | 1 | -0/+28 |
| | | | | | | | Gertzfield <che@debian.org> (with minor changes). (Should have been here instead of in the branch in the first place, since these weren't in for the 1.5.2 release.) | ||||
* | Added "import string" to a couple of examples that describe string | Fred Drake | 1999-09-14 | 1 | -0/+2 |
| | | | | | module functions, to clarify that the import is not automatic. Suggested by Koray Oner <Koray.Oner@Eng.Sun.COM>. | ||||
* | Name the parameter to expr() and suite() "source" instead of "string". | Fred Drake | 1999-09-09 | 1 | -6/+6 |
| | |||||
* | Added descriptions of the t#, w, and w# PyArg_ParseTuple() format | Fred Drake | 1999-08-27 | 1 | -0/+21 |
| | | | | characters; these are the ones for the buffer interface. | ||||
* | Update the instructions slightly. | Fred Drake | 1999-08-26 | 1 | -4/+44 |
| | | | | | Add a new section describing what each of the tools does, in general terms. | ||||
* | Removed; no longer needed now that the other tools can handle entity | Fred Drake | 1999-08-26 | 1 | -24/+0 |
| | | | | references directly. |