| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed (empty) description of \optional from the "Inline Markup" | Fred Drake | 1999-04-28 | 1 | -3/+0 |
|
|
* | Fill in a few holes. | Fred Drake | 1999-04-28 | 1 | -4/+203 |
|
|
* | Fix up the HTML generated for envdesc and macrodesc environments. | Fred Drake | 1999-04-28 | 1 | -3/+3 |
|
|
* | Handle \p and \op in parameter lists for the environment and macro | Fred Drake | 1999-04-28 | 1 | -10/+25 |
|
|
* | Adjust the message that gets added to the bottom of each page about | Fred Drake | 1999-04-28 | 1 | -1/+1 |
|
|
* | \filenq: Like \file, but don't use single-quotes; this looks better | Fred Drake | 1999-04-28 | 1 | -0/+1 |
|
|
* | Control the layout of output tables a little better so they're easier | Fred Drake | 1999-04-28 | 1 | -43/+67 |
|
|
* | Point to the library reference manual for os.path documentation (in | Fred Drake | 1999-04-28 | 1 | -2/+3 |
|
|
* | do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This | Fred Drake | 1999-04-28 | 1 | -17/+29 |
|
|
* | Two changes suggested by Jan Pieter Riegel: | Guido van Rossum | 1999-04-28 | 1 | -1/+4 |
|
|
* | Need to double the macro brackets in FreeBSD check. | Guido van Rossum | 1999-04-27 | 2 | -5/+5 |
|
|
* | Use the much nicer tkFileDialog for loading color name database files | Barry Warsaw | 1999-04-27 | 1 | -5/+10 |
|
|
* | Document that for askcolor(), databasefile and wantspec can now be set | Barry Warsaw | 1999-04-27 | 1 | -2/+2 |
|
|
* | askcolor(): databasefile and wantspec can now be set on every | Barry Warsaw | 1999-04-27 | 1 | -3/+13 |
|
|
* | Implement dynamic external Viewer discovery. | Barry Warsaw | 1999-04-27 | 1 | -34/+61 |
|
|
* | Add a module global variable ADDTOVIEW to conform to dynamic viewer | Barry Warsaw | 1999-04-27 | 3 | -1/+7 |
|
|
* | Added docstring describing Viewer interface. | Barry Warsaw | 1999-04-27 | 1 | -0/+33 |
|
|
* | add a comment | Barry Warsaw | 1999-04-27 | 1 | -0/+1 |
|
|
* | Added "See also" reference to PyOpenGL. | Fred Drake | 1999-04-27 | 1 | -4/+14 |
|
|
* | When selecting a radio button in the TextViewer (to change a specific | Barry Warsaw | 1999-04-27 | 1 | -6/+28 |
|
|
* | Change Black/White button labels to not include the arrow | Barry Warsaw | 1999-04-27 | 1 | -2/+2 |
|
|
* | Cast f.tell() result to int() in _addval(), so it works even on | Guido van Rossum | 1999-04-27 | 1 | -1/+1 |
|
|
* | Describe namedcolors.txt | Barry Warsaw | 1999-04-26 | 1 | -0/+2 |
|
|
* | An alternative Netscape database | Barry Warsaw | 1999-04-26 | 1 | -0/+100 |
|
|
* | Describe how to load a new database | Barry Warsaw | 1999-04-26 | 1 | -0/+7 |
|
|
* | Describe the Color database files | Barry Warsaw | 1999-04-26 | 1 | -31/+58 |
|
|
* | Put the 'File' menu on the menubar even when modal, so users can get | Barry Warsaw | 1999-04-26 | 1 | -4/+3 |
|
|
* | Tim Peter's sister's 140 named colors that NS and MSIE understand | Barry Warsaw | 1999-04-26 | 1 | -0/+141 |
|
|
* | The "Web-safe" colors (all #rrggbb style) | Barry Warsaw | 1999-04-26 | 1 | -0/+217 |
|
|
* | The HTML 4.0 guaranteed colors. | Barry Warsaw | 1999-04-26 | 1 | -0/+17 |
|
|
* | Set the version number to 1.0 -- I think it's stable enough | Barry Warsaw | 1999-04-26 | 1 | -1/+1 |
|
|
* | Lots of changes to support loading alternative color name database. | Barry Warsaw | 1999-04-26 | 6 | -78/+180 |
|
|
* | Some changes (maybe not enough?) to make it work on Windows with local | Guido van Rossum | 1999-04-26 | 1 | -3/+3 |
|
|
* | Tim Peters strikes again: | Guido van Rossum | 1999-04-26 | 3 | -44/+160 |
|
|
* | Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except f... | Jack Jansen | 1999-04-25 | 4 | -0/+60 |
|
|
* | added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr... | Just van Rossum | 1999-04-24 | 1 | -1/+2 |
|
|
* | removed two redundant lines -- jvr | Just van Rossum | 1999-04-24 | 1 | -2/+0 |
|
|
* | mhlib is now documented. | Fred Drake | 1999-04-23 | 1 | -3/+0 |
|
|
* | Markup consistency. | Fred Drake | 1999-04-23 | 1 | -4/+4 |
|
|
* | Nits. | Fred Drake | 1999-04-23 | 1 | -2/+2 |
|
|
* | Add section for the sha module. | Fred Drake | 1999-04-23 | 2 | -0/+57 |
|
|
* | Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. | Guido van Rossum | 1999-04-23 | 1 | -3/+3 |
|
|
* | Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), | Fred Drake | 1999-04-23 | 1 | -9/+33 |
|
|
* | Fixed typo and font-control problem reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
|
|
* | Clarifications on the first(), next(), and previous() functions, based | Fred Drake | 1999-04-23 | 1 | -4/+5 |
|
|
* | Fix a grammatical error reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -1/+1 |
|
|
* | Fix a couple of typos reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
|
|
* | Fix a couple of grammatical errors reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
|
|
* | Work-around LaTeX2HTML space-dropping bug. | Fred Drake | 1999-04-23 | 1 | -2/+1 |
|
|
* | Fixed some logical markup nits. | Fred Drake | 1999-04-23 | 1 | -21/+26 |
|
|