summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update starship URLs.Fred Drake1999-04-293-4/+4
|
* Message.getheader(): Fixed grammatical error in docstring.Fred Drake1999-04-281-1/+26
| | | | | Message.getheaders(): Method to get list of all values for each instance of a named header. See docstring for more.
* Add a scale widget and command line options to set the output volume.Barry Warsaw1999-04-282-18/+65
| | | | Bump version number 1.0
* 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
| | | | | | | | | Remove comment about full name bug in getaddrlist(); this has been fixed for a while now. Work around LaTeX2HTML space-dropping bug. Mention that the fp attribute can be used to read the message body.
* Added test case that includes a comma in the full name. This testsFred Drake1999-04-281-0/+7
| | | | | for an old bug that's been gone a while, but was still documented until a few minutes from now.
* setup_column_alignments(): Adding valign=baseline to the <td> tagFred Drake1999-04-281-1/+2
| | | | | | makes the alignment work on Navigator as well as IE. Uglier HTML, but it looks right.
* 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
| | | | section; that's not really the right place for it.
* 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
| | | | Make it possible for the user to tell the difference. ;-)
* Handle \p and \op in parameter lists for the environment and macroFred Drake1999-04-281-10/+25
| | | | description environments.
* Adjust the message that gets added to the bottom of each page aboutFred Drake1999-04-281-1/+1
| | | | where to send comments.
* \filenq: Like \file, but don't use single-quotes; this looks betterFred Drake1999-04-281-0/+1
| | | | in tables.
* Control the layout of output tables a little better so they're easierFred Drake1999-04-281-43/+67
| | | | to debug. Small code cleanup around tables.
* Point to the library reference manual for os.path documentation (inFred Drake1999-04-281-2/+3
| | | | macpath section).
* do_cmd_seetext(): Clean up so we get proper nesting of <div>s. ThisFred Drake1999-04-281-17/+29
| | | | | | | | | | | | | | | fixes a rendering problem on IE5. General adjustments to the table* environments, including using <thead> and <tbody>. Attempt to adjust the vertical alignment of the table cells so that the baseline of the first cell matches the baseline of the remaining cells: When the first cell is small and the second cell of the same row is multi-line, the first cell was vertically centered by default. Specifying valign=baseline fixes the problem on IE, but Netscape seems to ignore both valign=top and valign=baseline (even though valign is NS's fault!). Make the horizontal alignment of 'p' columns left instead of center (for the headings).
* Two changes suggested by Jan Pieter Riegel:Guido van Rossum1999-04-281-1/+4
| | | | | | | | (1) Fix reference to pwd.error to be KeyError -- there is no pwd.error and pwd.getpwnam() raises KeyError on failure. (2) Add cookie support, by placing the 'Cookie:' header, if present, in the HTTP_COOKIE environment variable.
* Need to double the macro brackets in FreeBSD check.Guido van Rossum1999-04-272-5/+5
| | | | (My fault, not Dom's -- he submitted a correct patch to configure.)
* Use the much nicer tkFileDialog for loading color name database filesBarry Warsaw1999-04-271-5/+10
| | | | (thanks Fred!)
* Document that for askcolor(), databasefile and wantspec can now be setBarry Warsaw1999-04-271-2/+2
| | | | on every invocation, instead of just the first.
* askcolor(): databasefile and wantspec can now be set on everyBarry Warsaw1999-04-271-3/+13
| | | | invocation, instead of just the first.
* Implement dynamic external Viewer discovery.Barry Warsaw1999-04-271-34/+61
| | | | | PyncheWidget.__init__(): Add the extrapath argument which can be used to pass in additional directories to search for Viewers.
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-273-1/+7
| | | | lookup protocol.
* Added docstring describing Viewer interface.Barry Warsaw1999-04-271-0/+33
| | | | | set_colordb(): Call Viewers' colordb_changed() method if they have them. Notifies them of changes to the color name database.
* 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
| | | | | text widget attribute), the color the attribute currently has is set in the main widget.
* 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
| | | | | platforms where tell() returns a long. (Perhaps tell() should be fixed too?) Reported by Greg Humphreys.
* 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
| | | | | to the 'load palette' entry. Just don't put the quit button on there.
* Tim Peter's sister's 140 named colors that NS and MSIE understandBarry Warsaw1999-04-261-0/+141
| | | | (with some controversy surrounding AliceBlue :-)
* 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
| | | | | | | | | You can switch database by just loading the new one; the list window and nearest colors adapt to the new database. Some reorganizing of code. Also, the name of the database file is stored in the ~/.pynche pickle. If it can't be loaded, fallbacks are used.
* Some changes (maybe not enough?) to make it work on Windows with localGuido van Rossum1999-04-261-3/+3
| | | | file URLs.
* Tim Peters strikes again:Guido van Rossum1999-04-263-44/+160
| | | | | | | | | | | | | | Ho ho ho -- that's trickier than it sounded! The colorizer is working with "line.col" strings instead of Text marks, and the absolute coordinates of the point of interest can change across the self.update call (voice of baffled experience, when two quick backspaces no longer fooled it, but a backspace followed by a quick ENTER did <wink>). Anyway, the attached appears to do the trick. CPU usage goes way up when typing quickly into a long triple-quoted string, but the latency is fine for me (a relatively fast typist on a relatively slow machine). Most of the changes here are left over from reducing the # of vrbl names to help me reason about the logic better; I hope the code is a *little* easier to
* Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except ↵Jack Jansen1999-04-254-0/+60
| | | | for the readme filename. Untested too, because I don't have ADD/IAD installed yet.
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, ↵Just van Rossum1999-04-241-1/+2
| | | | probably for JPython support) -- jvr
* 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
| | | | | | | The test really wanted to distinguish between the two. So now we test for __GLIBC__ instead. I have confirmed that this works for glibc and I have an email from Christian Tanzer confirming that it works for libc5, so it should be fine.