Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __file__ now sometimes refers to the .pyc file | Jack Jansen | 1998-03-02 | 1 | -0/+3 |
| | |||||
* | Added WEGetTabSize and WESetTabSize, at Just's request | Jack Jansen | 1998-03-02 | 2 | -0/+42 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 3 | -9/+448 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | Regenerated because of confusion with Style/StyleParameter and | Jack Jansen | 1998-02-25 | 1 | -4/+4 |
| | | | | Char/CharParameter | ||||
* | Regerated: Style and StyleParameter are different beasts | Jack Jansen | 1998-02-25 | 1 | -2/+2 |
| | |||||
* | Oops, this wasn't checked in yet: part of the AE structure for the new | Jack Jansen | 1998-02-25 | 1 | -0/+69 |
| | | | | universal headers. | ||||
* | Module to use Mac serial port as a communication link | Jack Jansen | 1998-02-25 | 1 | -0/+74 |
| | |||||
* | Helper routines to create standalone Python applications. | Jack Jansen | 1998-02-25 | 1 | -0/+91 |
| | |||||
* | Hack to get at string buffer address changed | Jack Jansen | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Helper file for version-checking | Jack Jansen | 1998-02-25 | 1 | -0/+16 |
| | |||||
* | Added (minimal) documentation on how to build standalone applications | Jack Jansen | 1998-02-25 | 13 | -172/+241 |
| | | | | | | with Python. Updated various things (versions of libraries used, urls). | ||||
* | Default button on main window wasn't set correctly | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added some debug prints (if enabled by setting DEBUG) | Jack Jansen | 1998-02-20 | 1 | -2/+34 |
| | |||||
* | BuildApplet will now also update old applets | Jack Jansen | 1998-02-20 | 2 | -68/+96 |
| | |||||
* | Current ("1.5b4") projects, with new UH toolbox modules and such | Jack Jansen | 1998-02-20 | 22 | -9902/+10442 |
| | |||||
* | USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | - Universal Headers 3 mods | Jack Jansen | 1998-02-20 | 1 | -2/+4 |
| | | | | - Started on menubar-restore code (but it still doesn't work 100%) | ||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 28 | -1201/+2918 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Fixed double-dispose of splash() dialog | Jack Jansen | 1998-02-20 | 1 | -0/+2 |
| | |||||
* | Updated for Waste 1.3 | Jack Jansen | 1998-02-20 | 2 | -23/+287 |
| | |||||
* | Add fstat() if using GUSI | Jack Jansen | 1998-02-20 | 1 | -24/+29 |
| | |||||
* | Universal Headers 3 | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Updated to Universal Headers 3 constant names | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Regenerated from Universal Headers 3.0.1 (which are changed | Jack Jansen | 1998-02-20 | 16 | -764/+1393 |
| | | | | substantially from previous releases) | ||||
* | Updated to Waste 1.3 | Jack Jansen | 1998-02-20 | 1 | -1/+9 |
| | |||||
* | Break circular reference on menus upon cleanup | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Added CHECK_IMPORT_CASE | Jack Jansen | 1998-02-20 | 1 | -0/+8 |
| | | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...) | ||||
* | Removed incorrect weMonoStyled from initialization | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug in explanation of how to run test.autotest, and warned for | Jack Jansen | 1998-02-20 | 1 | -8/+10 |
| | | | | out-of-memory condition | ||||
* | Mods by Bill Bedford | Jack Jansen | 1998-01-16 | 1 | -9/+50 |
| | | | | | | | - Use internal version of finder class so we don't drag in finder tools - error -1704 also ignored during arg unpack - Use Scriptable Text Editor for example | ||||
* | Addition by Bill Bedford: Ordinal and NOrdinal classes so we can | Jack Jansen | 1998-01-16 | 1 | -1/+26 |
| | | | | implement "every", etc. | ||||
* | Updated embed demo, and put a note in the html file that you need a | Jack Jansen | 1998-01-06 | 3 | -174/+167 |
| | | | | source or development distribution to try it. | ||||
* | I give in. Now Tk is also using resources just above 128, so Python | Jack Jansen | 1998-01-06 | 9 | -5558/+5672 |
| | | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane. | ||||
* | Release notes and readme for 1.5b3 | Jack Jansen | 1998-01-06 | 5 | -70/+92 |
| | |||||
* | Loading defaults for gusi/sys.path didn't work for applets. Fixed. | Jack Jansen | 1998-01-06 | 1 | -2/+4 |
| | |||||
* | Balloon help definitions | Jack Jansen | 1998-01-06 | 1 | -0/+46 |
| | |||||
* | Added cPickle and cStringIO | Jack Jansen | 1998-01-06 | 1 | -0/+7 |
| | |||||
* | - Tk 8.0p2 script resources | Jack Jansen | 1998-01-06 | 3 | -4815/+5006 |
| | | | | | - New folder names in sys.path initialisation - Version number, preffilename upped | ||||
* | Projects for 1.5b3 | Jack Jansen | 1998-01-06 | 12 | -3538/+3767 |
| | |||||
* | Upped tcl/tk instructions for 8.0p2 | Jack Jansen | 1997-12-23 | 1 | -1/+1 |
| | |||||
* | Moved toolbox to lib-toolbox, Sjoerd-style. | Jack Jansen | 1997-12-18 | 21 | -1/+1 |
| | |||||
* | Moved scripting to lib-scripting (did it the Sjoerd-way this time) | Jack Jansen | 1997-12-18 | 14 | -0/+0 |
| | |||||
* | Updated (but still not up to date) | Jack Jansen | 1997-10-10 | 1 | -7/+11 |
| | |||||
* | Build balloon help for EditPythonPrefs | Jack Jansen | 1997-10-10 | 2 | -4/+72 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | 1.5a4 relnotes | Jack Jansen | 1997-10-10 | 1 | -16/+27 |
| | |||||
* | Projects used for 1.5a4 | Jack Jansen | 1997-10-10 | 11 | -2394/+2442 |
| | |||||
* | 1.5a3 relnotes (1.5a4 to follow later) | Jack Jansen | 1997-10-08 | 1 | -4/+24 |
| | |||||
* | Updated for 1.5a4 | Jack Jansen | 1997-10-08 | 1 | -12/+31 |
| | |||||
* | Added pcre module | Jack Jansen | 1997-10-08 | 1 | -0/+2 |
| |