| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more flexible to support platform annotations. | Fred Drake | 1999-03-02 | 1 | -5/+25 |
|
|
* | Clean up *.pla files -- platform annotation information. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
|
|
* | Ignore *.pla -- the platform annotation information. Also, remove it for | Fred Drake | 1999-03-02 | 2 | -2/+2 |
|
|
* | Ignore *.pla -- the platform annotation information. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
|
|
* | Added support for \platform, \platformof, and \ignorePlatformAnnotation. | Fred Drake | 1999-03-02 | 1 | -10/+47 |
|
|
* | swallow_newline(): Removed function; not really needed. Modified all call | Fred Drake | 1999-03-02 | 1 | -16/+47 |
|
|
* | Improve handling of module index, to deal with platform annotations a little | Fred Drake | 1999-03-02 | 1 | -7/+43 |
|
|
* | Changes to accomodate the global module index and platform annotations. | Fred Drake | 1999-03-02 | 2 | -0/+13 |
|
|
* | Only use 4 columns in the module index, to accomodate platform annotations. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
|
|
* | added "Save options" menu to popup so users can set the creator of scripts --... | Just van Rossum | 1999-02-27 | 1 | -0/+56 |
|
|
* | changed creator to 'Pide' -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
|
|
* | added kludge so edit menus work in W.ModalDialogs -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
|
|
* | updated 'vers' resource -- jvr | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
|
|
* | reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the... | Just van Rossum | 1999-02-27 | 1 | -13/+0 |
|
|
* | added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will... | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
|
|
* | Set the signature for the IDE "by hand", the bundle is already included in the | Jack Jansen | 1999-02-27 | 1 | -0/+13 |
|
|
* | Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc. | Jack Jansen | 1999-02-27 | 2 | -0/+0 |
|
|
* | added "dummy" makeopenwindowsmenu method to simplify making a standalone W ap... | Just van Rossum | 1999-02-26 | 1 | -0/+7 |
|
|
* | open res file(s) read only; upped __version__ -- jvr | Just van Rossum | 1999-02-26 | 1 | -4/+4 |
|
|
* | extract_tb(): Only describe this function once. Problem reported by | Fred Drake | 1999-02-26 | 1 | -23/+12 |
|
|
* | Typo: "Availabilty" --> "Availability" | Fred Drake | 1999-02-26 | 1 | -1/+1 |
|
|
* | added slight delay in Scrollbar.click() for more intuitive response -- jvr | Just van Rossum | 1999-02-25 | 1 | -0/+2 |
|
|
* | fixed "crashing" bug when scripts folder as stored in prefs file does not exist. | Just van Rossum | 1999-02-25 | 1 | -1/+1 |
|
|
* | Uncommented AskYesNoCancel docstring (how did it get commented in the first p... | Jack Jansen | 1999-02-25 | 1 | -11/+11 |
|
|
* | http_error had the 'data is None' test backwards. don't call with the | Jeremy Hylton | 1999-02-25 | 1 | -4/+3 |
|
|
* | change indentation from 8 spaces to 4 spaces | Jeremy Hylton | 1999-02-25 | 1 | -878/+859 |
|
|
* | pleasing the tabnanny | Jeremy Hylton | 1999-02-25 | 1 | -11/+11 |
|
|
* | Oops, one more "x, y, z" to convert... | Fred Drake | 1999-02-25 | 1 | -1/+1 |
|
|
* | Adjusted comment at the top to be less confusing, following Fredrik | Fred Drake | 1999-02-25 | 1 | -14/+16 |
|
|
* | Added note about comments, from Christopher Petrilli. | Fred Drake | 1999-02-24 | 1 | -1/+3 |
|
|
* | Update some of the top comments and shorten title of the first | Fred Drake | 1999-02-24 | 1 | -3/+6 |
|
|
* | Moved whatsound to lib-old/, since it was declared obsolete and is documented | Fred Drake | 1999-02-24 | 1 | -1/+0 |
|
|
* | Use sndhdr instead of the obsolete whatsound module. | Fred Drake | 1999-02-24 | 1 | -2/+2 |
|
|
* | When performing a POST request, i.e. when the second argument to | Jeremy Hylton | 1999-02-24 | 1 | -11/+27 |
|
|
* | ignore_from_idx(): Fixed bug in regular expression. | Fred Drake | 1999-02-24 | 1 | -3/+3 |
|
|
* | Add target for modindex.html; a combined lib+mac module index. Also | Fred Drake | 1999-02-24 | 1 | -1/+5 |
|
|
* | Script to combine module index files. Given a list of files that look | Fred Drake | 1999-02-24 | 1 | -0/+136 |
|
|
* | Ignore a file called modindex.html. | Fred Drake | 1999-02-24 | 1 | -0/+1 |
|
|
* | process_nodes(): New function. | Fred Drake | 1999-02-24 | 1 | -6/+10 |
|
|
* | Patch by Lars Wirzenius: | Guido van Rossum | 1999-02-24 | 1 | -3/+7 |
|
|
* | (initerrors): Make sure that the exception tuples ("base-classes" when | Barry Warsaw | 1999-02-24 | 1 | -8/+18 |
|
|
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -5/+6 |
|
|
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -4/+8 |
|
|
* | Add import sys, needed by reference to sys.exc_info() in rmtree(). | Guido van Rossum | 1999-02-23 | 1 | -0/+1 |
|
|
* | Script to help identify undocumented modules. Use -h or --help for | Fred Drake | 1999-02-23 | 1 | -0/+159 |
|
|
* | Dictionaries are created using the "{...}" notation, not the "..." | Fred Drake | 1999-02-23 | 1 | -13/+11 |
|
|
* | # Typo in docstring (Retrun -> Return). | Guido van Rossum | 1999-02-23 | 1 | -1/+1 |
|
|
* | # the usual | Guido van Rossum | 1999-02-23 | 1 | -182/+135 |
|
|
* | Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol | Guido van Rossum | 1999-02-23 | 1 | -3/+0 |
|
|
* | Carefully check for overflow when allocating the memory for fromfile | Guido van Rossum | 1999-02-23 | 1 | -1/+8 |
|
|