summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Module to help other modules locate their resources. It currently knows aboutJack Jansen2001-08-271-0/+68
* Patch by Dean Draayer: support for indeterminate progress bars. YouJack Jansen2001-08-271-27/+37
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-2530-98/+98
* Step 2 in putting the MacOS toolbox modules in a package: issue a Depracation...Jack Jansen2001-08-2545-0/+135
* Wrapper modules underound the toolbox modules, which now have an _ prepended.Jack Jansen2001-08-2323-0/+23
* Oops, these compatibility modules were missing. Which went unnoticed because ...Jack Jansen2001-08-208-0/+8
* Compatibility modules. lib-compat is on the default sys.path for MacPython 2....Jack Jansen2001-08-1937-0/+37
* Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ...Jack Jansen2001-08-1927-6475/+0
* The modules with toolbox constants.Jack Jansen2001-08-1922-0/+4998
* Carbon is now a package encapsulating all the toolbox modules. Carbon is notJack Jansen2001-08-191-0/+0
* Moved here form lib-toolbox, for lack of a better place to go.Jack Jansen2001-08-191-0/+95
* Moved here from lib-toolbox, where they should never have been in the first p...Jack Jansen2001-08-194-0/+1382
* Before asking the finder to start the application (if start=1 is specified), ...Jack Jansen2001-08-111-1/+4
* Got rid of the activate() so codewarrior doesn't come to front. It isn't need...Jack Jansen2001-08-111-1/+0
* Added a note about the various tests here.Jack Jansen2001-08-111-0/+4
* use the proper prefix file under CarbonJust van Rossum2001-08-111-1/+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 F...Jack Jansen2001-08-031-68/+0
* 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
* Obsolete, removed.Jack Jansen2001-08-0314-8337/+0
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-0/+4
* ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba...Jack Jansen2001-07-271-1/+1
* Changed findertools.move() to move() in movetotrash.Jack Jansen2001-07-241-1/+1
* The constants for MLTE.Jack Jansen2001-07-141-0/+164
* Fixed typo in doc string.Just van Rossum2001-06-261-1/+1
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-1736-193/+195
* Files for 2.1 distribution.Jack Jansen2001-04-252-1/+1
* Finally merged morefindertools into findertools.Jack Jansen2001-04-071-4/+703
* Oops, ISO translation was off. Fixed.Jack Jansen2001-03-271-13/+13
* FindFolder argument is a short, not an unsigned short.Jack Jansen2001-03-151-1/+9
* Handle the apple menu differently under Carbon.Jack Jansen2001-03-151-2/+6
* Default waittime in the eventloop is now None. At low level it will then be s...Jack Jansen2001-03-081-5/+8
* macostools.copy() now has an optional forcetype flag, which sets the filetype...Jack Jansen2001-03-061-1/+3
* Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ...Jack Jansen2001-02-231-2/+8
* Allow selecting a template in findtemplate(), so Classic programs can build C...Jack Jansen2001-02-171-6/+8
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-141-3/+5
* The new touched() was far too expensive. Re-enabled the old one, the ae-based...Jack Jansen2001-02-141-2/+2
* Got rid of full pathnames in "generated from" comments, so that these files a...Jack Jansen2001-02-1220-22/+22
* Bit the bullet and added a private GUSISIOUX for Python. This makes the delay...Jack Jansen2001-02-111-14/+9
* Replaced touched(), which no longer seems to work under os9, with something u...Jack Jansen2001-02-091-1/+10
* Added a few constants.Jack Jansen2001-02-091-0/+6