summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dialogs and there windows were still confused in some spots. Fixed.Jack Jansen2001-02-091-7/+8
* Get rid of from ... import *Jack Jansen2001-02-091-1/+1
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-297-16/+10
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {...Jack Jansen2001-01-291-12/+12
* Ported the icglue module to carbon.Jack Jansen2001-01-291-1/+2
* Recognize {compiler} and {project} prefixes to pathnames and output the corre...Jack Jansen2001-01-241-1/+10
* Removed extraneous references to Modules:TEJack Jansen2001-01-231-9/+0
* Various settings were unconditionally set. Allow them to be overridden in the...Jack Jansen2001-01-231-4/+6
* If the template is not specified it depends on the current execution model (c...Jack Jansen2001-01-231-4/+12
* Added a template for Carbon plugin projects.Jack Jansen2001-01-238-0/+1104
* Moved files from template to template-ppc, as this is the template for classi...Jack Jansen2001-01-238-0/+0
* Use &# escape for non-ascii chars.Jack Jansen2001-01-231-3/+3
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-232-8/+11
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-232-8/+8
* Better test for skipping project creation: the project file should also exist...Jack Jansen2001-01-221-2/+9
* It's SetControlData_Handle, not SetControl_DataHandle.Jack Jansen2001-01-221-1/+1
* Don't generate project if the XML file already exists and is identical to wha...Jack Jansen2001-01-211-1/+9
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-091-2/+2
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-091-5/+5
* Fixed a few declarations.Jack Jansen2001-01-032-19/+21
* struct.pack wants H for unsigned shorts, not h.Jack Jansen2001-01-031-1/+1
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-011-165/+856
* Blacklisted a few constants with funny definitions (and they're not important...Jack Jansen2000-12-191-6/+6
* Regenerated from Universal Headers 3.3.2Jack Jansen2000-12-1218-405/+847
* Put all AE constants into AppleEvents.pyJack Jansen2000-12-126-911/+905
* Added an extraexportsymbols option, to allow (you guessed it:-) extra export ...Jack Jansen2000-12-031-1/+5
* Allow recursive searh entries by ending the pathname in ":*".Jack Jansen2000-12-032-2/+9
* Don't generate SYM files by default.Jack Jansen2000-12-031-1/+1
* Added support for adding libraries.Jack Jansen2000-11-266-3/+35
* Added MathLib and InterfaceLib. Added Python:Include so #include "package/fil...Jack Jansen2000-11-191-4/+49
* Close the project after building it, so that building umpteen projects doesn'...Jack Jansen2000-11-191-0/+1
* struct.pack has become picky about h (short) and H (unsigned short).Jack Jansen2000-10-221-1/+1