summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Message.getheader(): Fixed grammatical error in docstring.Fred Drake1999-04-281-1/+26
* Add a scale widget and command line options to set the output volume.Barry Warsaw1999-04-282-18/+65
* Remove the \date macro; just pick it up from boilerplate.tex.Fred Drake1999-04-281-2/+2
* Use \rfc to mark some remaining RFC references.Fred Drake1999-04-281-12/+10
* Added test case that includes a comma in the full name. This testsFred Drake1999-04-281-0/+7
* setup_column_alignments(): Adding valign=baseline to the <td> tagFred Drake1999-04-281-1/+2
* Let's try again: new assertion.Fred Drake1999-04-281-1/+1
* Removed (empty) description of \optional from the "Inline Markup"Fred Drake1999-04-281-3/+0
* Fill in a few holes.Fred Drake1999-04-281-4/+203
* Fix up the HTML generated for envdesc and macrodesc environments.Fred Drake1999-04-281-3/+3
* Handle \p and \op in parameter lists for the environment and macroFred Drake1999-04-281-10/+25
* Adjust the message that gets added to the bottom of each page aboutFred Drake1999-04-281-1/+1
* \filenq: Like \file, but don't use single-quotes; this looks betterFred Drake1999-04-281-0/+1
* Control the layout of output tables a little better so they're easierFred Drake1999-04-281-43/+67
* Point to the library reference manual for os.path documentation (inFred Drake1999-04-281-2/+3
* do_cmd_seetext(): Clean up so we get proper nesting of <div>s. ThisFred Drake1999-04-281-17/+29
* Two changes suggested by Jan Pieter Riegel:Guido van Rossum1999-04-281-1/+4
* Need to double the macro brackets in FreeBSD check.Guido van Rossum1999-04-272-5/+5
* Use the much nicer tkFileDialog for loading color name database filesBarry Warsaw1999-04-271-5/+10
* Document that for askcolor(), databasefile and wantspec can now be setBarry Warsaw1999-04-271-2/+2
* askcolor(): databasefile and wantspec can now be set on everyBarry Warsaw1999-04-271-3/+13
* Implement dynamic external Viewer discovery.Barry Warsaw1999-04-271-34/+61
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-273-1/+7
* Added docstring describing Viewer interface.Barry Warsaw1999-04-271-0/+33
* add a commentBarry Warsaw1999-04-271-0/+1
* Added "See also" reference to PyOpenGL.Fred Drake1999-04-271-4/+14
* When selecting a radio button in the TextViewer (to change a specificBarry Warsaw1999-04-271-6/+28
* Change Black/White button labels to not include the arrowBarry Warsaw1999-04-271-2/+2
* Cast f.tell() result to int() in _addval(), so it works even onGuido van Rossum1999-04-271-1/+1
* Describe namedcolors.txtBarry Warsaw1999-04-261-0/+2
* An alternative Netscape databaseBarry Warsaw1999-04-261-0/+100
* Describe how to load a new databaseBarry Warsaw1999-04-261-0/+7
* Describe the Color database filesBarry Warsaw1999-04-261-31/+58
* Put the 'File' menu on the menubar even when modal, so users can getBarry Warsaw1999-04-261-4/+3
* Tim Peter's sister's 140 named colors that NS and MSIE understandBarry Warsaw1999-04-261-0/+141
* The "Web-safe" colors (all #rrggbb style)Barry Warsaw1999-04-261-0/+217
* The HTML 4.0 guaranteed colors.Barry Warsaw1999-04-261-0/+17
* Set the version number to 1.0 -- I think it's stable enoughBarry Warsaw1999-04-261-1/+1
* Lots of changes to support loading alternative color name database.Barry Warsaw1999-04-266-78/+180
* Some changes (maybe not enough?) to make it work on Windows with localGuido van Rossum1999-04-261-3/+3
* Tim Peters strikes again:Guido van Rossum1999-04-263-44/+160
* Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except f...Jack Jansen1999-04-254-0/+60
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr...Just van Rossum1999-04-241-1/+2
* removed two redundant lines -- jvrJust van Rossum1999-04-241-2/+0
* mhlib is now documented.Fred Drake1999-04-231-3/+0
* Markup consistency.Fred Drake1999-04-231-4/+4
* Nits.Fred Drake1999-04-231-2/+2
* Add section for the sha module.Fred Drake1999-04-232-0/+57
* Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.Guido van Rossum1999-04-231-3/+3
* Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(),Fred Drake1999-04-231-9/+33