summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Use \citetitle in several places, and \programopt where appropriate.Fred Drake1999-11-101-20/+23
|
* Use \citetitle in several places.Fred Drake1999-11-101-14/+18
|
* Use \citetitle instead of \emph.Fred Drake1999-11-091-4/+4
|
* Use \citetitle in one place.Fred Drake1999-11-093-3/+3
|
* Use the new markup as apporpriate.Fred Drake1999-11-091-17/+17
|
* Use \programopt in one place.Fred Drake1999-11-091-7/+7
|
* Added citetitle and programopt.Fred Drake1999-11-091-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 Drake1999-11-092-2/+3
|
* Missed a couple of program options that had been marked by \code.Fred Drake1999-11-091-4/+4
|
* Use \programopt in one place.Fred Drake1999-11-091-1/+1
|
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-091-17/+18
|
* \programopt: New macro, used to mark command-line parameters in theFred Drake1999-11-091-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 Drake1999-11-091-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 Drake1999-10-292-4/+4
|
* Straighten out dependencies so changes in the texinputs/* get reflected.Fred Drake1999-10-292-30/+32
|
* pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-10-291-1/+1
|
* Added dependency on filecmp section, removed dependencies on cmp andFred Drake1999-10-291-2/+1
| | | | cmpcache sections.
* Make references to new filecmp module hyperlinks now that there'sFred Drake1999-10-291-2/+2
| | | | documentation.
* Added section for filecmp.Fred Drake1999-10-291-0/+1
|
* filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-10-291-0/+40
|
* Added deprecation notes, in case anyone decides to read these anyway.Fred Drake1999-10-262-0/+6
|
* cmp and cmpcache are now obsolete, so don't include theirFred Drake1999-10-261-2/+2
| | | | documentation sections.
* Added cmp and cmpcache to the "Obsolete" section.Fred Drake1999-10-261-7/+14
|
* Documented Beep() function.Fred Drake1999-10-221-3/+13
|
* Module/script to parse the reference count data file and make theFred Drake1999-10-201-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 Drake1999-10-201-17/+14
| | | | Fixed up a few of his ??? comments.
* Initial version as provided by Skip Montanaro <skip@mojam.com>.Fred Drake1999-10-201-0/+906
|
* Fixed typo in explanation of abspath(); noticed by Paul PrescodFred Drake1999-10-181-1/+1
| | | | <paul@prescod.net>.
* "make clobber" should remove modindex.html as well.Fred Drake1999-09-241-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 Drake1999-09-241-1/+0
|
* Added --about option to specify the file to load "About thisFred Drake1999-09-231-1/+8
| | | | document..." text from, defaulting to ../html/about.dat.
* Tell mkhowto to use stdabout.dat for the documents it processes here.Fred Drake1999-09-231-4/+4
|
* Remove some <SPAN> elements that were used only to carry a CLASSFred Drake1999-09-231-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 usedFred Drake1999-09-231-43/+22
| | | | for non-standard Python documentation.
* Version of about.dat that should only be used for the standardFred Drake1999-09-231-0/+44
| | | | documentation.
* Remove some <SPAN> elements that were used only to carry a CLASSFred Drake1999-09-231-4/+4
| | | | attribute; stick the CLASS on an existing element.
* Oops, missed this one!Fred Drake1999-09-231-0/+0
|
* img_tag(): Tighten up the generated SRC attribute a bit; if the imageFred Drake1999-09-231-3/+6
| | | | relative URL starts with "./", remove "./".
* do_cmd_rfc(): Simplify the generated markup.Fred Drake1999-09-221-2/+2
|
* Added --image-type option to allow use of either GIF or PNG images.Fred Drake1999-09-221-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 theFred Drake1999-09-221-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 GIFsFred Drake1999-09-226-0/+0
| | | | by Michael Hudson <mwh21@cam.ac.uk>.
* Added section about where to send comments, questions, & bug reports.Fred Drake1999-09-211-0/+20
|
* os.name: Note that 'java' is one of the registered names.Fred Drake1999-09-171-1/+1
|
* Added documentation for inet_aton() and inet_ntoa(), from BenFred Drake1999-09-161-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 stringFred Drake1999-09-141-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 Drake1999-09-091-6/+6
|
* Added descriptions of the t#, w, and w# PyArg_ParseTuple() formatFred Drake1999-08-271-0/+21
| | | | characters; these are the ones for the buffer interface.
* Update the instructions slightly.Fred Drake1999-08-261-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 entityFred Drake1999-08-261-24/+0
| | | | references directly.