summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-132-2/+22
| | | | | | for form field values. Also corrected substitution example (the original changed the spelling of "conolly" to "connolly" :).
* Typos reported by Tamito Kajiyama.Guido van Rossum1996-12-132-4/+4
|
* Added remark about time() and sleep()'s subsecond precision.Guido van Rossum1996-12-122-64/+34
| | | | | | Added hint about using clock() for benchmarks etc. Removed non-portable strftime directives and field width, and added a warning about non-standard features.
* Added soundex (sigh)Guido van Rossum1996-12-125-1/+53
|
* Added descriptions of parsedate(), parsedate_tz(), getdate_tz()Guido van Rossum1996-12-062-0/+56
| | | | (all contributed by Andrew Kuchling).
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-065-1/+389
|
* (Makefile): Added sym links for each manual, i.e., index.html -> lib.html.Fred Drake1996-12-061-0/+3
| | | | This makes addressing the manuals a little simpler.
* (Makefile): The sed hack is needed for all 3 manuals processed by latex2html;Fred Drake1996-12-061-3/+10
| | | | | the comma must represent a bug in the modified process_command() function, but I haven't found it yet. This will work for now.
* (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2htmlFred Drake1996-12-061-35/+7
| | | | instead! Updated some comments.
* (myformat.perl): Don't italicize the '[]' characters around optionalFred Drake1996-12-061-1/+1
| | | | parameters.
* (.latex2html-init): Restore one setting to the default (no real need toFred Drake1996-12-061-2/+2
| | | | change it), and correct a typo in a comment.
* (libparser.tex): Added note that the line number for a terminal tokenFred Drake1996-12-052-4/+6
| | | | | | indicates the line on which the token ends rather than starts (a side effect of interpreting the parse tree nodes directly). Maybe I'll fix this for Python 2.0.
* Describe the new Unpacker.get_buffer() method.Barry Warsaw1996-12-042-0/+8
|
* Added [nh]to[hn][sl]().Guido van Rossum1996-12-022-0/+22
|
* Added .ilg (makeindex logfile)Guido van Rossum1996-11-271-0/+1
|
* Added some more turd files we can't avoid: .MIF, .ps, .auto.Guido van Rossum1996-11-271-0/+3
|
* Webmaker instructionsGuido van Rossum1996-11-271-0/+560
|
* Script to write MIF files from ref*.{book,doc}Guido van Rossum1996-11-271-0/+17
|
* (myformat.perl): Fixed handling of "\e" -- argh!Fred Drake1996-11-111-3/+3
|
* (Makefile): Updated comments about using LaTeX2HTML for the libraryFred Drake1996-11-111-25/+18
| | | | | | | | | | | | reference. Made the extension to the input files for makeindex explicit; if not made explicit a directory of the given base name can cause makeindex to blow up. Specifically, if there is a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will fail, but "makeindex lib.idx" will not. l2h{tut,ext,lib} are now dependent on myformat.perl. l2h adds ls2lib and removes the non-existant l2href.
* (myformat.perl): Simplify generated HTML for "\optional{...}".Fred Drake1996-11-111-2/+2
|
* (fix_libaux.sed): Hackish little sed script to modify lib.aux to get sectionFred Drake1996-11-112-0/+6
| | | | | | numbers right for latex2html for section titles which include "\sectcode{__.*__}" in the name. Perhaps less general than it should be, but sufficient.
* (.latex2html-init): Perform some limited setup for the reference manuals;Fred Drake1996-11-111-0/+98
| | | | | | | | some defaults are set here, but mostly this allows the "\," command to be used the way it is in the Python documentation. All future documentation should probably be written with only "," in the argument lists and not "\,".
* (myformat.sty): Simplify \varvars definition.Fred Drake1996-11-111-1/+1
|
* (myformat.perl): Updated to allow library reference manual to be handled byFred Drake1996-11-111-13/+72
| | | | | latex2html. Mostly added support for custom environments and some of the smaller commands used in the library reference (\e, \optional).
* Added 'Introduction' section head and 'Memory Management' subsection.Guido van Rossum1996-11-061-1/+20
|
* Change last Ellipses to Ellipsis :-(Guido van Rossum1996-11-022-6/+6
|
* (Makefile): Updated latex2html support.Fred Drake1996-10-291-2/+2
|
* (myformat.perl): Added handler for cfuncdesc environment. This is neededFred Drake1996-10-291-0/+18
| | | | for the extending & embedding manual.
* (myformat.sty, extref.tex): Moved definition of cfuncdesc environment toFred Drake1996-10-292-5/+5
| | | | myformat.sty; having it in extref.tex confuses LaTeX2HTML.
* (tut.tex): Added matching \normalsize after \small font control commandFred Drake1996-10-292-2/+2
| | | | | | (and the contents it was supposed to be affecting). The latest LaTeX2HTML handles these, but didn't close it as expected. This handles that problem and does not affect the PostScript output.
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-252-4/+14
|
* (partparse.py): Fix nasty bug where \e got translated to @e only withinFred Drake1996-10-252-0/+2
| | | | the optional arg of an \item[].
* Added disclaimer.Guido van Rossum1996-10-254-64/+106
|
* Updated notice.Guido van Rossum1996-10-252-47/+23
|
* Small nits only.Guido van Rossum1996-10-242-22/+34
|
* Touched by FrameMaker :-(Guido van Rossum1996-10-246-0/+0
|
* Include updated title page.Guido van Rossum1996-10-241-40/+46
|
* Done with this for 1.4.Guido van Rossum1996-10-244-136/+196
|
* Done with the "New in 1.4" chapter.Guido van Rossum1996-10-242-152/+280
|
* Removed CNRI copyright, changed notice to standard notice.Guido van Rossum1996-10-241-0/+0
| | | | Added date and version to title.
* Correct truncated paragraph.Guido van Rossum1996-10-242-2/+4
|
* Ignore Frame backup and lock files.Guido van Rossum1996-10-231-0/+2
|
* Adapted to migration of reference manual to Frame.Guido van Rossum1996-10-231-20/+24
|
* Regenerated to remove hidden text from page 1.Guido van Rossum1996-10-231-47/+10
|
* Frame versions of documents after mangling by Robin.Guido van Rossum1996-10-2212-0/+0
|
* Version number and date.Guido van Rossum1996-10-222-2/+2
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-2220-6770/+16382
|
* Got rid of most XXXes in the News chapter. Bumped the version to 1.4.Guido van Rossum1996-10-222-152/+268
|
* New date and version number.Guido van Rossum1996-10-222-2/+2
|