summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* re is standard, not built-in.Fred Drake1998-08-072-4/+7
|
* Clarify that the Python interpreter lock need *not* be held byGuido van Rossum1998-08-071-3/+5
| | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them.
* Document gethostbyname_ex().Guido van Rossum1998-08-071-1/+12
|
* Updated list of Library Reference files.Fred Drake1998-08-071-8/+13
| | | | Added some dependencies to some of the HTML generation targets.
* Add warning that mutable argument defaults are evaluated only once;Guido van Rossum1998-08-071-0/+39
| | | | | | | | | with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue.
* At least mark the URL to the Packages essay using \url.Fred Drake1998-08-071-1/+1
|
* Fix synopsis.Fred Drake1998-08-071-1/+1
|
* Clarify that quit() and close() render the instance useless.Guido van Rossum1998-08-071-2/+7
|
* Added file transfer to example.Fred Drake1998-08-071-0/+2
|
* Guido's white background.Fred Drake1998-08-071-0/+1
|
* Minor refilling of a paragraph...Barry Warsaw1998-08-071-2/+2
|
* im_function --> im_funcFred Drake1998-08-071-2/+2
|
* In the example, make sure all the imports are done.Fred Drake1998-08-071-3/+2
|
* Markup nits.Fred Drake1998-08-071-16/+21
|
* Clarify xdrlib synopsis.Fred Drake1998-08-071-8/+5
|
* Fix typo in binascii synopsis.Fred Drake1998-08-071-2/+2
|
* Removed obsolete chapter header.Fred Drake1998-08-071-15/+0
|
* New organization of internet modules into protocols/support and dataFred Drake1998-08-071-3/+5
| | | | chapters.
* New chapter headers for Internet Protocols and Internet Data chapters,Fred Drake1998-08-072-0/+20
| | | | which replace the existing internet chapter.
* Fix synopsis for multifile.Fred Drake1998-08-071-6/+6
|
* Shorten the module synopsis.Fred Drake1998-08-061-1/+1
|
* Shorten the module synopsis.Fred Drake1998-08-063-5/+5
|
* Variant of AMK's patch to produce text versions of HOWTO documents.Fred Drake1998-08-061-9/+48
| | | | | | This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run.
* Markup nit.Fred Drake1998-08-061-5/+4
|
* Markup nits.Fred Drake1998-08-061-15/+15
|
* Marked makedirs(), removedirs(), renames() as added in 1.5.2.Fred Drake1998-08-061-0/+3
|
* build_html(): Simplify, so there's only one version of the latex2htmlFred Drake1998-08-051-14/+30
| | | | | | | | | | | | | command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set.
* Remove modified setting of $ICONSERVER; this isn't the right way to do it.Fred Drake1998-08-051-2/+0
|
* get_chapter_id(): Separate two aspects of string replacement to allow theFred Drake1998-08-041-1/+2
| | | | need for each to vary independently.
* Fixed wrapping on some long lines.Fred Drake1998-08-041-43/+50
|
* Ok, we'll try this again: update the release date. ;-(Fred Drake1998-08-041-1/+1
|
* Update the documentation release number in RELEASE.Fred Drake1998-08-041-1/+1
|
* Clarify the + and b mode characters for open() a bit.Guido van Rossum1998-07-291-6/+8
|
* Pass paper size to dvips explicitly.Fred Drake1998-07-291-1/+1
|
* Update.Fred Drake1998-07-291-16/+1
|
* tohtml(): Use a table instead of a definition list for module synopses.Fred Drake1998-07-291-4/+5
|
* Fix two remaining references to all-pdf and all-ps to only use pdf and ps.Fred Drake1998-07-291-2/+2
|
* Update to use a separate page for front matter.Fred Drake1998-07-286-0/+24
|
* Update the HOWTO template to use a separate page for front matter, withFred Drake1998-07-282-0/+20
| | | | comments.
* do_cmd_maketitle(): No <hr> at the end of the "title page".Fred Drake1998-07-281-1/+1
|
* Define stuff to allow simple HTML-only selection using TeX's \if<foo>...\fiFred Drake1998-07-281-0/+5
| | | | stuff. \ifhtml ...\fi for HTML only.
* Added ref/ref.tex to REFFILES.Fred Drake1998-07-281-7/+9
| | | | | | Fixed up some comments. Removed info-related targets from the really big combined targets.
* Make sure all chapters, sections, and subsections have a \label to give themFred Drake1998-07-287-63/+64
| | | | semantic file names in the HTML. No more node#.html files!
* Make sure chapters, sections, and subsections all have a \label to give themFred Drake1998-07-281-23/+25
| | | | | | semantic file names in the HTML version; no more node#.html files. Fix one section heading.
* Fixed the gzip synopsis.Fred Drake1998-07-271-1/+2
|
* Added the popen2 synopsis.Fred Drake1998-07-271-1/+1
|
* Added the calendar synopsis.Fred Drake1998-07-271-2/+2
|
* Added the bisect synopsis.Fred Drake1998-07-271-1/+1
|
* Added the dumbdbm synopsis.Fred Drake1998-07-271-1/+1
|
* Added a synopsis.Fred Drake1998-07-271-2/+3
|