| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Logical markup. | Fred Drake | 1999-04-23 | 1 | -3/+3 |
|
|
* | No, __repr__() does not accept a parameter other than self. | Fred Drake | 1999-04-23 | 1 | -1/+2 |
|
|
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -13/+13 |
|
|
* | Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers | Barry Warsaw | 1999-04-23 | 1 | -0/+2 |
|
|
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -1/+4 |
|
|
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -5/+5 |
|
|
* | Work around a space-dropping problem in LaTeX2HTML. | Fred Drake | 1999-04-23 | 1 | -5/+4 |
|
|
* | Added "See also" sections linking to binascii. | Fred Drake | 1999-04-23 | 2 | -0/+12 |
|
|
* | Refer to the binhex module, not the non-existent hexbin module. | Fred Drake | 1999-04-23 | 1 | -2/+11 |
|
|
* | Fix some glaring markup consistency problems (presentation was | Fred Drake | 1999-04-23 | 1 | -4/+11 |
|
|
* | Added a couple more requests from users. | Fred Drake | 1999-04-23 | 1 | -0/+9 |
|
|
* | Hack places where '--' should appear as literal output but the -- was | Fred Drake | 1999-04-23 | 1 | -7/+7 |
|
|
* | Fix square brackets around optional parameters to macros. | Fred Drake | 1999-04-23 | 1 | -2/+2 |
|
|
* | General small improvements and fixes. | Fred Drake | 1999-04-23 | 1 | -39/+47 |
|
|
* | Provide full arguments to __import__ so it works in packagized IDLE. | Guido van Rossum | 1999-04-23 | 1 | -1/+1 |
|
|
* | Bunch of updates necessary due to recent changes; added docs for File | Guido van Rossum | 1999-04-22 | 1 | -13/+63 |
|
|
* | Remove obsolete 'script' menu. | Guido van Rossum | 1999-04-22 | 1 | -5/+0 |
|
|
* | Several wishes fulfilled. | Guido van Rossum | 1999-04-22 | 1 | -22/+5 |
|
|
* | Moved classes OnDemandOutputWindow and PseudoFile here, | Guido van Rossum | 1999-04-22 | 1 | -0/+44 |
|
|
* | Mostly rewritten. Instead of the old Run module and Debug module, | Guido van Rossum | 1999-04-22 | 1 | -107/+46 |
|
|
* | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
|
|
* | fixed glitch when scrolling very long files -- jvr | Just van Rossum | 1999-04-22 | 1 | -1/+1 |
|
|
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 21 | -100/+103 |
|
|
* | Remove bogus characters in code sample. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
|
|