Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some clarification on CWGUSI building and pathnames as they come | Jack Jansen | 1999-03-10 | 1 | -23/+33 |
| | | | | out of the CVS repository. | ||||
* | Add PathBrowser to File module | Guido van Rossum | 1999-03-10 | 2 | -0/+8 |
| | |||||
* | "Path browser" - 4 scrolled lists displaying: | Guido van Rossum | 1999-03-10 | 1 | -0/+151 |
| | | | | | | | | | | | | | | | | directories on sys.path modules in selected directory classes in selected module methods of selected class Sinlge clicking in a directory, module or class item updates the next column with info about the selected item. Double clicking in a module, class or method item opens the file (and selects the clicked item if it is a class or method). I guess eventually I should be using a tree widget for this, but the ones I've seen don't work well enough, so for now I use the old Smalltalk or NeXT style multi-column hierarchical browser. | ||||
* | New utility: multiple scrolled lists in parallel | Guido van Rossum | 1999-03-10 | 1 | -0/+138 |
| | |||||
* | - White background. | Guido van Rossum | 1999-03-10 | 1 | -3/+11 |
| | | | | | - Display "(None)" (or text of your choosing) when empty. - Don't set the focus. | ||||
* | open_http also had the 'data is None' test backwards. don't call with the | Guido van Rossum | 1999-03-09 | 1 | -3/+2 |
| | | | | extra argument if data is None. | ||||
* | Fix a number of typos and small grammatical nits pointed out by Detlef | Fred Drake | 1999-03-09 | 1 | -9/+13 |
| | | | | | | | | Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Added a comment explaining the cast in the method table for the keyword arguments sample code, in response to another comment by Detlef. | ||||
* | Call Py_SetProgramName() instead of redefining getprogramname(), | Guido van Rossum | 1999-03-09 | 1 | -11/+3 |
| | | | | reflecting changes in the runtime around 1.5 or earlier. | ||||
* | Always test for an error return (usually NULL or -1) without setting | Guido van Rossum | 1999-03-09 | 1 | -3/+4 |
| | | | | an exception. | ||||
* | Patch by Chris Herborth for BeOS code. | Guido van Rossum | 1999-03-09 | 1 | -14/+8 |
| | | | | | | | | | | He writes: I had an off-by-1000 error in floatsleep(), and the problem with time.clock() is that it's not implemented properly on QNX... ANSI says it's supposed to return _CPU_ time used by the process, but on QNX it returns the amount of real time used... so I was confused. | ||||
* | Small change by Jack Jansen. | Guido van Rossum | 1999-03-09 | 1 | -2/+2 |
| | | | | Test for self.returntype behaving like OSErr rather than being it. | ||||
* | Added collapse_ws option. | Greg Ward | 1999-03-08 | 1 | -0/+5 |
| | |||||
* | Offscreen bitmap support, first stab. PixMaps are still treated as ordinary | Jack Jansen | 1999-03-07 | 4 | -0/+775 |
| | | | | | handles, not fullblown python objects, and UpdateGWorld returns a new GWorld object in stead of modifying the existing one. | ||||
* | Added Qdoffs module. | Jack Jansen | 1999-03-07 | 3 | -0/+3 |
| | |||||
* | Added a rewrite rule so the Str255 argument of GetControlTitle is seen as | Jack Jansen | 1999-03-07 | 2 | -5/+8 |
| | | | | output parameter. | ||||
* | Added note about __builtin__._ to section dicussing classes of | Fred Drake | 1999-03-05 | 1 | -5/+15 |
| | | | | reserved names, just to avoid confusion on the part of users. | ||||
* | Added App module (appearance manager interface). | Jack Jansen | 1999-03-04 | 3 | -0/+89 |
| | |||||
* | Added App module (appearance manager interface). And of course codewarrior | Jack Jansen | 1999-03-04 | 28 | -0/+1 |
| | | | | has touched various other projects again too, sigh. | ||||
* | Interface to the appearance manager. | Jack Jansen | 1999-03-04 | 3 | -0/+831 |
| | |||||
* | Re-generated with OSStatus treated like OSErr (i.e. not returned, but raising | Jack Jansen | 1999-03-04 | 1 | -24/+27 |
| | | | | an exception when negative). | ||||
* | Oops, missed a couple of substitutions in the templates. | Fred Drake | 1999-03-04 | 1 | -6/+9 |
| | |||||
* | Pass in the 'Send comments to ...' on the mkmodindex command line, | Fred Drake | 1999-03-04 | 1 | -1/+4 |
| | | | | just like we do for mkhowto. | ||||
* | Allow many more aspects of the generated page to be parameterized, and | Fred Drake | 1999-03-04 | 1 | -63/+116 |
| | | | | add a useful usage message. Use 'mkmodindex --help' to display it. | ||||
* | Added "Internet Config" to index. | Fred Drake | 1999-03-04 | 1 | -1/+2 |
| | |||||
* | add_module_idx(): If \ignorePlatformAnnotation is used, only ignore | Fred Drake | 1999-03-04 | 1 | -1/+1 |
| | | | | the specified annotation, not any annotation. | ||||
* | Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported | Fred Drake | 1999-03-04 | 1 | -0/+5 |
| | | | | by Jonathan Giddy <jon@dgs.monash.edu.au>. | ||||
* | added hasclosebox attr (jstrout) -- jvr | Just van Rossum | 1999-03-03 | 1 | -1/+2 |
| | |||||
* | Record the value of $TEXINPUTS in the transcript. | Fred Drake | 1999-03-03 | 1 | -6/+12 |
| | | | | | Job.message(): New method. Takes care of writing a message to the user and adding it to the transcript. | ||||
* | Oops, missed version number for pdfTeX. Updated. | Fred Drake | 1999-03-03 | 1 | -3/+4 |
| | |||||
* | Lots of small updates. | Fred Drake | 1999-03-03 | 1 | -11/+11 |
| | |||||
* | Obsolete; use the Python version instead. | Fred Drake | 1999-03-03 | 1 | -411/+0 |
| | |||||
* | Switch to the Python version of mkhowto. | Fred Drake | 1999-03-03 | 2 | -4/+4 |
| | |||||
* | Re-written mkhowto in Python; this should be at least a little more | Fred Drake | 1999-03-03 | 1 | -0/+444 |
| | | | | | | | | portable. Several things that had been done by running a python script are now a matter of importing the right module and running a function with a few parameters. | ||||
* | process(): New function that contains the "orchestration" of the | Fred Drake | 1999-03-03 | 1 | -19/+28 |
| | | | | | | | | | actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly. | ||||
* | process(): New function that contains the "orchestration" of the | Fred Drake | 1999-03-03 | 1 | -2/+6 |
| | | | | | | | | | actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly. | ||||
* | Be a little more friendly for the generation of the text version: for | Fred Drake | 1999-03-03 | 1 | -1/+5 |
| | | | | | | | "blank" navigation icons, use ALT="" instead of ALT="blank"; also add ALIGN=CENTER for the table, to get a slightly better affect in the text (the table is full-width, so this doesn't change the appearance when browsing the HTML). | ||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 13 | -14/+14 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 38 | -238/+293 |
| | |||||
* | Add information about adding the portability statement. | Fred Drake | 1999-03-02 | 1 | -1/+10 |
| | |||||
* | 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 |
| | | | | 'make clean'. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | sites. do_cmd_ignorePlatformAnnotation(), do_cmd_platform(), do_cmd_platformof(): New functions to support platform dependency information. process_all_platformofs(): New function to post-process \platformof macros using information collected during the initial pass. process_python_state(): New function. Call all post-processing functions defined in this file to avoid having to have too much knowledge of the internals for this stuff in l2hinit.perl. | ||||
* | Improve handling of module index, to deal with platform annotations a little | Fred Drake | 1999-03-02 | 1 | -7/+43 |
| | | | | better. | ||||
* | 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 |
| | | | | -- jvr | ||||
* | changed creator to 'Pide' -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
| |