summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Typo: JIFF -> JFIF.Guido van Rossum1998-10-191-1/+1
|
* PyMapping_SetItemString() returns int, not an object.Guido van Rossum1998-10-161-1/+1
|
* In build_html(), strip off leading "./" from filename, added byFred Drake1998-10-161-0/+1
| | | | kpsewhich. This caused a problem with the latest latex2html beta.
* Clarify that close() of a stream opened by popen() returns None if theGuido van Rossum1998-10-151-1/+2
| | | | exit status is zero.
* Moved search and match around so that search is documented first.Guido van Rossum1998-10-131-25/+25
|
* Document the new list.extend() method. Interesting enough, theBarry Warsaw1998-10-091-0/+6
| | | | | canonical definition of extend() is very similar to append() except that the former doesn't list-ify the argument!
* Make the dependencies really work for the HTML version.Fred Drake1998-10-071-0/+2
|
* Change the default split level to not split on marked \paragraph andFred Drake1998-10-071-2/+2
| | | | \subparagraph sections. Indicate the default in the --help message.
* If --debug was used, don't delete the temporary .perl file used toFred Drake1998-10-071-1/+3
| | | | pass options to latex2html.
* Don't attempt to add paragraph and subparagraph sections to the PDFFred Drake1998-10-071-1/+7
| | | | | | outline. Work around font-long bogosity caused by ' in docstring.
* Remove extra } at end of method description parameters.Fred Drake1998-10-011-6/+7
|
* Fix encoding of \ in some string literals in the discussion of "raw"Fred Drake1998-10-011-2/+2
| | | | strings. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* Fix some confusion in the __repr__() and __str__() descriptions.Fred Drake1998-10-011-82/+85
| | | | Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* Fix encoding of \n in a couple of places (reported by LorenzoFred Drake1998-10-011-11/+11
| | | | M. Catucci <lorenzo@argon.roma2.infn.it>).
* Document that apply() can now take any sequence in argument 2.Barry Warsaw1998-10-011-2/+3
|
* Add warning that on Windows it only works on sockets.Guido van Rossum1998-09-281-1/+7
|
* Document new urllib features by Eric Raymond.Guido van Rossum1998-09-281-5/+22
|
* Added realclean and distclean targets to match ../Makefile.Fred Drake1998-09-231-0/+3
|
* Explicitly document the fact that the search method returns a MatchObject.Guido van Rossum1998-09-211-1/+2
| | | | (Reported by Gary Herron.)
* Patch by Greg Stein to document the 'P' flag.Guido van Rossum1998-09-211-0/+17
|
* re.findall(): Mark as added in 1.5.2.Fred Drake1998-09-181-0/+1
|
* Get rid of 'ppp' that accidentally crept in.Guido van Rossum1998-09-171-1/+1
|
* Richard Wolff's changes, documenting his changes to pdb.py.Guido van Rossum1998-09-171-13/+96
|
* Add a \label to the section "Fancier Output Formatting" (it's referenced fromFred Drake1998-09-111-156/+89
| | | | | | the KOE docs). Some markup nits.
* Markup nits.Fred Drake1998-09-101-36/+36
|
* do_cmd_methodlineni(): New function, needed because the ref. manual nowFred Drake1998-09-101-0/+9
| | | | actually uses this markup.
* Added comment about support for rational numbers, and pointer toFred Drake1998-09-101-1/+6
| | | | Demos/classes/Rat.py.