summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
| | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-2512-38/+38
|
* Added a note about the various tests here.Jack Jansen2001-08-111-0/+4
|
* ICFindConfigFile isn't needed, and it's gone under carbon.Jack Jansen2001-08-031-2/+3
|
* EasyDialogs has a working version of this.Jack Jansen2001-08-031-25/+0
|
* These stopped working a long time ago, and they're not worth fixing.Jack Jansen2001-08-032-132/+0
|
* Obsolete, EasyDialogs has the same code (but working:-).Jack Jansen2001-08-032-72/+0
|
* Obsolete: uses old applescript support.Jack Jansen2001-08-031-33/+0
|
* Obsolete, uses the old non-package-based applescript suite support.Jack Jansen2001-08-031-25/+0
|
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-031-79/+0
|
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-032-3/+2
|
* Removed: it doesn't work anymore, and it wasn't all that useful anyway. The ↵Jack Jansen2001-08-031-68/+0
| | | | FrameWork testcode shows similar functionality.
* Obsolete, superseded by :Mac:Demo:imgbrowse and friends.Jack Jansen2001-08-031-86/+0
|
* Obsolete, superseded by :Mac:Demo:TEJack Jansen2001-08-031-81/+0
|
* Obsolete, superseded by :Mac:Demo:wasteJack Jansen2001-08-031-86/+0
|
* Files for 2.1 distribution.Jack Jansen2001-04-251-0/+0
|
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-292-8/+0
| | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-1/+1
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-1/+1
|
* mkcwproject now works, but for one thing: the import of the XML document as ↵Jack Jansen2000-09-221-3/+3
| | | | a project through AppleEvents.
* Test files for mkcwprojectJack Jansen2000-09-222-0/+223
|
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-1/+1
| | | | carbon-compatible).
* Minimal test of Dlg.SetControlData by Corran Webster: draw a defaultJack Jansen1999-12-091-0/+13
| | | | ring around a button. Mainly here so I can transfer it home:-)
* Initial minimal test program: print information on anything dropped onto PythonJack Jansen1999-06-211-0/+43
| | | | window.
* Re-committed as AppleSingleJack Jansen1999-01-292-0/+0
|
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-012-0/+0
| | | | seems to have "modified" the resource files (but nothing has changed there).
* Replaced all remaining BinHex files with their binary counterparts.Jack Jansen1998-08-204-525/+0
|
* Dunno, rebinhexed?Jack Jansen1997-09-082-9/+9
|
* Replaced MacOS.EnableAppswitch by MacOS.SchedParamsJack Jansen1997-06-124-6/+6
|
* Still not a real test, but at least it runs againJack Jansen1997-04-031-17/+26
|
* High-level interface to Internet ConfigJack Jansen1997-01-091-1/+1
| | | | (and readability fix to icgluetest.py)
* Minimal test of icglue moduleJack Jansen1997-01-071-0/+27
|
* Finally *tested* effect of fg and bg yield values (and changed them:-)Jack Jansen1996-09-221-0/+17
|
* Created Finder 7.0 AE interface and a test program that uses theJack Jansen1996-09-191-0/+33
| | | | finder to launch an application.
* Re-binhexedJack Jansen1996-08-202-518/+518
|
* Allow only one selection (this tests settability of selFlags)Jack Jansen1996-07-261-0/+2
|
* Minimal waste test program, modified from ttedit.Jack Jansen1996-04-191-0/+86
|
* Added ScrolledWindow (a window with one or two scrollbars)Jack Jansen1996-04-121-0/+86
|
* Fixed ttedit to actually workJack Jansen1996-04-112-15/+7
| | | | Fixed minor update bug in tlist
* Added region argument to various ...Update calls.Jack Jansen1996-04-104-8/+8
| | | | Also, some rsrc files got rebinhexed (sigh)
* TextEdit sample code (not yet complete)Jack Jansen1996-04-102-0/+102
|
* re-binhexedJack Jansen1996-03-202-509/+509
|
* Removed addpack callsJack Jansen1996-03-207-35/+0
|
* Oops... I Inadvertently lost their cvs files...Jack Jansen1996-03-184-0/+908
|
* Binhexer fixedJack Jansen1996-03-181-11/+10
|
* A different binhexer, apparently:-(Jack Jansen1996-01-021-9/+10
|
* Added missing newlineJack Jansen1995-12-211-1/+1
|
* Component mgr supportJack Jansen1995-11-301-0/+45
|
* Modeless dialog testJack Jansen1995-08-311-0/+45
|
* Test of list in dialogJack Jansen1995-08-172-0/+93
|