| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added warning about behavior of open mode 'a' (or 'a+'). | Guido van Rossum | 1996-05-02 | 2 | -2/+8 |
|
|
* | Removed broken tst.py | Guido van Rossum | 1996-04-26 | 1 | -80/+0 |
|
|
* | Added MenuItem methods setstyle(), seticon(), setmark() | Jack Jansen | 1996-04-23 | 1 | -0/+12 |
|
|
* | Extension to wed that handles styles, fonts and sizes | Jack Jansen | 1996-04-23 | 1 | -0/+627 |
|
|
* | Made style and soup handles optional | Jack Jansen | 1996-04-23 | 3 | -17/+27 |
|
|
* | An interface to the WASTE textedit replacement library. | Jack Jansen | 1996-04-19 | 2 | -209/+565 |
|
|
* | Keep .exp files in cvs tree | Jack Jansen | 1996-04-19 | 9 | -0/+38 |
|
|
* | Copy .exp files to mwerks project directory too. | Jack Jansen | 1996-04-19 | 1 | -6/+27 |
|
|
* | An example of waste | Jack Jansen | 1996-04-19 | 1 | -0/+421 |
|
|
* | - Confine window moves to screen boundaries | Jack Jansen | 1996-04-19 | 1 | -9/+35 |
|
|
* | Minimal waste test program, modified from ttedit. | Jack Jansen | 1996-04-19 | 1 | -0/+86 |
|
|
* | Added documentation on FrameWork, TextEdit and Waste | Jack Jansen | 1996-04-19 | 6 | -36/+291 |
|
|
* | Use FrameWork.windowbounds(), fixed idle routine | Jack Jansen | 1996-04-19 | 1 | -18/+8 |
|
|
* | Idle callback is now supplied with the null event causing it. | Jack Jansen | 1996-04-19 | 1 | -1/+1 |
|
|
* | Fixed code generated for an argument of type **** | Jack Jansen | 1996-04-16 | 1 | -1/+2 |
|
|
* | Fixed ScrolledWindow to disable scrollbars if everything is visible. | Jack Jansen | 1996-04-16 | 1 | -8/+48 |
|
|
* | Added correct handling of cut/paste menu enabling, scroll bars | Jack Jansen | 1996-04-16 | 1 | -15/+88 |
|
|
* | Removed ...gen.py files from repository | Jack Jansen | 1996-04-16 | 13 | -4878/+0 |
|
|
* | Added support for accessing a few more TERec members | Jack Jansen | 1996-04-16 | 2 | -8/+32 |
|
|
* | An interface to WASTE, an all-singing-all-dancing TextEdit replacement | Jack Jansen | 1996-04-16 | 3 | -0/+1955 |
|
|
* | An interface to WASTE, an all-singing-all-dancing TextEdit replacement. | Jack Jansen | 1996-04-16 | 1 | -0/+86 |
|
|
* | Clarified working directory stuff, added some paragraphs on using | Jack Jansen | 1996-04-15 | 1 | -180/+262 |
|
|
* | Moved customization to bgenlocations.py module. | Guido van Rossum | 1996-04-12 | 2 | -6/+13 |
|
|
* | Added missing setport call to mkdistr_ui, and added scrap to | Jack Jansen | 1996-04-12 | 2 | -0/+2 |
|
|
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 33 | -29/+114 |
|
|
* | Added scrap manager | Jack Jansen | 1996-04-12 | 1 | -0/+4 |
|
|
* | Fixed a nasty bug where FindControl could return a reference to a | Jack Jansen | 1996-04-12 | 4 | -4/+7 |
|
|
* | Interface to the scrap manager | Jack Jansen | 1996-04-12 | 3 | -0/+308 |
|
|
* | Added ScrolledWindow (a window with one or two scrollbars) | Jack Jansen | 1996-04-12 | 2 | -2/+172 |
|
|
* | Don't atoi() the memo key. | Guido van Rossum | 1996-04-12 | 1 | -7/+16 |
|
|
* | A simple scrollbar-less single-font (but multi-window) text | Jack Jansen | 1996-04-11 | 1 | -0/+276 |
|
|
* | Fixed ttedit to actually work | Jack Jansen | 1996-04-11 | 2 | -15/+7 |
|
|
* | Added enable(onoff) method to menus and menu items | Jack Jansen | 1996-04-11 | 1 | -0/+11 |
|
|
* | Added lost docs for crypt module. | Guido van Rossum | 1996-04-10 | 6 | -0/+50 |
|
|
* | Added warning on memory use of tcl/tk | Jack Jansen | 1996-04-10 | 1 | -2/+4 |
|
|
* | rebinhexed | Jack Jansen | 1996-04-10 | 2 | -4/+4 |
|
|
* | Added a region arg to update calls | Jack Jansen | 1996-04-10 | 3 | -6/+6 |
|
|
* | Added a tutorial | Jack Jansen | 1996-04-10 | 2 | -1/+284 |
|
|
* | Added region arg to update calls. And binhex files rebinhexed. | Jack Jansen | 1996-04-10 | 9 | -281/+357 |
|
|
* | Binhex gif files too. | Jack Jansen | 1996-04-10 | 1 | -1/+2 |
|
|
* | Changed to allow the user to do partial builds | Jack Jansen | 1996-04-10 | 1 | -7/+33 |
|
|
* | Moved a button in the message dialog. and everything got binhexed again. | Jack Jansen | 1996-04-10 | 3 | -306/+308 |
|
|
* | Added region argument to various ...Update calls. | Jack Jansen | 1996-04-10 | 5 | -10/+14 |
|
|
* | Replaced various dummy updateRegions by real arguments | Jack Jansen | 1996-04-10 | 15 | -21/+43 |
|
|
* | TextEdit sample code (not yet complete) | Jack Jansen | 1996-04-10 | 2 | -0/+102 |
|
|
* | Added TextEdit interface | Jack Jansen | 1996-04-10 | 1 | -0/+56 |
|
|
* | Interface to TextEdit toolbox | Jack Jansen | 1996-04-10 | 3 | -0/+1179 |
|
|
* | Create files as temp file and move to real location only when complete. | Guido van Rossum | 1996-04-09 | 1 | -7/+22 |
|
|
* | Separate readline initialization into new function PyOS_ReadlineInit(). | Guido van Rossum | 1996-04-09 | 1 | -7/+14 |
|
|
* | Add list() method, analogous to tuple(). | Guido van Rossum | 1996-04-09 | 1 | -0/+36 |
|
|