summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove two remaining {\tt ...} constructs.Fred Drake1998-11-251-2/+2
|
* Clarify that min and max also take multiple arguments.Guido van Rossum1998-11-251-6/+8
|
* Massive change to just about every construct that impacts the index.Fred Drake1998-11-251-225/+210
| | | | Blame it on Just. ;-)
* Markup nits.Fred Drake1998-11-251-10/+15
| | | | Fixed an index entry, added three more.
* Minor fixups to some index entries.Fred Drake1998-11-251-3/+4
|
* Minor adjustments to a few index entries.Fred Drake1998-11-251-3/+3
|
* Minor nit that fixes a bunch of indexing: the way the classdescFred Drake1998-11-251-1/+2
| | | | | | | | environment saves the name of the last class described, method and member descriptions were not picking it up correctly. Thus, many index entries were described as "( method)" instead of "(FooClass method)". Multiple entries were collapsed in the index when methods/members from multiple classes share the same name.
* Fix indexing of func_code attribute; this is on a function, not a codeFred Drake1998-11-251-20/+18
| | | | | | object. Add "()" to method names indexed using \ttindex{}.
* Supplemental rules to convert a .tex file to a .xml file. Both XML andFred Drake1998-11-241-0/+29
| | | | | SGML will be supported soon, probably using an ESIS representation saved in a temp file.
* Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This isFred Drake1998-11-241-0/+25
| | | | something that con't be done with the DOM as far as I can tell.
* Rationalize a word-space markup to not break in the LaTeX->*MLFred Drake1998-11-241-2/+173
| | | | | | | | | conversion tools currently being constructed. Add a chapter from Jim Fulton on using Misc/Makefile.pre.in. Still preliminary. The "Dynamic Loading" chapter needs to be updated (and possibly removed, since it's no longer an issue for most (any?) users.
* The & character is also escaped using \.Fred Drake1998-11-231-1/+1
|
* Add some additional cleanup transformations.Fred Drake1998-11-231-0/+67
|
* Fix comment regex so we don't screw up structured comments withFred Drake1998-11-231-1/+1
| | | | different internal indentation levels.
* Rewrote the section on sys.exit(), documenting other argument typesGuido van Rossum1998-11-231-6/+18
| | | | | than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.)
* Script to squirrel around with the DOM tree of document fragments from theFred Drake1998-11-231-0/+193
| | | | | | | LaTeX-based ESIS streams to be a little better structured, and generally perform clean-up. Preliminary.
* Moved into tools/sgmlconv/.Fred Drake1998-11-232-0/+468
|
* Moving to sgmlconv/ subdir.Fred Drake1998-11-232-468/+0
|
* Fix up the extraction of optional parameters a little.Fred Drake1998-11-231-3/+3
| | | | Be more informative in an exception message.
* Some cleanup.Fred Drake1998-11-231-10/+16
| | | | | Don't duplicate the information on what's empty; rely on the input data for that. (This means that the DOM may need more work.)
* Fix some minor problems.Fred Drake1998-11-231-29/+32
| | | | | Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert().
* First cut at a script to generate SGML/XML from an ESIS event stream,Fred Drake1998-11-181-0/+125
| | | | | probably only usable for the Python docs. But also probably more useful than latex2esis.py.
* First cut at a script to generate ESIS events from LaTeX source,Fred Drake1998-11-181-0/+334
| | | | probably only usable for the Python docs.
* Eliminate remaining \verb/.../ constructs; there's no need for them.Fred Drake1998-11-171-3/+3
|
* Fix typo in doc for handle(): client_request should be client_address.Guido van Rossum1998-11-161-1/+1
| | | | Noted by Stefan Witzel.
* Update the example in "Calling Python Functions from C" to useFred Drake1998-11-161-61/+80
| | | | | | | METH_VARARGS conventions and PyArg_ParseTuple(), and document the flag and where to look for PyArg_ParseTuple() info. Response to comment from Don Bashford <bashford@scripps.edu>.
* Document the user and password parameters to the NNTP constructor.Fred Drake1998-11-161-2/+6
|
* Clarify the default buffering for open(). (Comment from Andrew DalkeFred Drake1998-11-021-1/+1
| | | | <dalke@bioreason.com>).
* Fix Barry's markup.Fred Drake1998-11-021-1/+1
|
* Warn that AddModule doesn't import the module.Guido van Rossum1998-11-021-1/+6
|
* Moved zmod and poly descriptions to the Obsolete section.Fred Drake1998-11-021-11/+11
|
* Document the new features of this moduleBarry Warsaw1998-10-311-5/+26
|
* Don't describe something as "below"; that won't make sense for theFred Drake1998-10-281-5/+5
| | | | | HTML version. Give a reference to the actual section to allow a hyperlink to be built.
* Fix typo reported by Gerry Weiner <gerry@ucar.edu>.Fred Drake1998-10-281-2/+1
|
* Added URL to HOWTO page, with reference to Regex HOWTO.Andrew M. Kuchling1998-10-281-6/+6
| | | | Corrected error: {,5} is not equivalent to {0,5}.
* Support the use of bibtex. This is transparent to the user.Fred Drake1998-10-271-1/+12
| | | | | Switch from bash to ksh, in the hope that more systems support it (one report of a site without an available bash).
* Indicate that os.environ may not be a real dictionary.Guido van Rossum1998-10-241-2/+2
|
* The last two example functions in the section about default argumentGuido van Rossum1998-10-241-2/+2
| | | | values (4.7.1) should return l, not a. Reported by Axel Boldt.
* Update the date.Fred Drake1998-10-211-1/+1
|
* Bump the release to 1.5.2a2.Fred Drake1998-10-211-1/+1
|
* Added --tools option, to package only the framework (no documents).Fred Drake1998-10-211-3/+21
|
* Remove a couple of unnecessary "%" characters that cause problems withFred Drake1998-10-211-2/+2
| | | | the latest latex2html beta.
* Remove a bunch of unnecessary "%" characters that cause problems withFred Drake1998-10-211-19/+19
| | | | the latest latex2html beta.
* Remove an unnecessary "%" character that seems to cause a minor glitchFred Drake1998-10-211-1/+1
| | | | with the latest latex2html.
* add_link(): Fix to use $section_info instead of $toc_section_info,Fred Drake1998-10-201-1/+3
| | | | | | | based on email from Ross Moore <ross@mpce.mq.edu.au>. Set $HTML_VERSION to 4.0, since that's what we really generate (well, 4.0 "transitional").
* Reflect new name of index style file.Fred Drake1998-10-193-5/+5
|
* Renamed myindex.ist to something more reasonable.Fred Drake1998-10-191-0/+0
|
* No longer needed since we have nice, contributed navigation buttons.Fred Drake1998-10-191-35/+0
|
* If building HTML and the icons should be served from the sameFred Drake1998-10-191-4/+6
| | | | | | | | directory as the HTML (--iconserver .), copy the icons into place. Clarify that lynx is needed for --text in the usage message. Fix a typo in a comment.
* ArabictoRoman(): Removed, since it wasn't used anywhere.Fred Drake1998-10-191-23/+0
|