Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a mistake on my part when regenerating: removed a bogus import of ↵ | Jack Jansen | 2002-05-07 | 1 | -2/+0 |
| | | | | | | Applscript_Suite. Bugfix candidate (I'll move it over myself). | ||||
* | Regenerated. | Jack Jansen | 2002-04-24 | 1 | -4/+4 |
| | | | | Bugfix candidate. | ||||
* | Second part of fix for #493826: regenerated suite modules so errn exists but ↵ | Jack Jansen | 2002-04-23 | 33 | -1012/+687 |
| | | | | | | == 0 doesn't signal an error. Bugfix candidate. | ||||
* | Regenerated to include Internet Config error strings. | Jack Jansen | 2002-04-22 | 1 | -9/+72 |
| | | | | Bugfix candidate. | ||||
* | Get rid of backward compatibility modules. Do this fairly early in the 2.3 ↵ | Jack Jansen | 2002-04-11 | 45 | -180/+0 |
| | | | | cycle so we don't shoot ourselves in the foot later. | ||||
* | Suite to talk to the OSX Terminal application. | Jack Jansen | 2002-03-30 | 2 | -0/+345 |
| | |||||
* | Got rid of obsolete way to get at various toolbox types. | Jack Jansen | 2002-03-30 | 1 | -5/+3 |
| | |||||
* | Handle .icns and .plist files for applets. | Jack Jansen | 2002-03-29 | 1 | -5/+23 |
| | | | | | Also, for now (until we learn to parse .plist files) we make a special case for the IDE, setting the creator to "Pide". | ||||
* | Implemented buildtools for MachoPython .app bundles. The API is compatible | Jack Jansen | 2002-03-29 | 1 | -2/+150 |
| | | | | enough that IDE and BuildApplet can create applets, yeah! | ||||
* | Don't attempt to create a dummy fsspec if the user cancelled out, just | Jack Jansen | 2002-03-29 | 1 | -3/+6 |
| | | | | | | | return None. For now, if the user asks for TEXT files files without type are also accepted. But it is time to phase out StandardGetFile and friends, really. | ||||
* | Re-raise the Res.Error if the file doesn't exist. | Jack Jansen | 2002-03-29 | 1 | -0/+2 |
| | |||||
* | If the file has no resource fork first check to see whether it's a | Jack Jansen | 2002-03-29 | 1 | -5/+12 |
| | | | | datafork-based resource file before trying to decode it as AppleSingle. | ||||
* | Removed debug. | Jack Jansen | 2002-03-29 | 1 | -1/+0 |
| | |||||
* | Added an open_pathname() method which opens a resource file by pathname, | Jack Jansen | 2002-03-21 | 1 | -7/+12 |
| | | | | possibly converting from AppleSingle. | ||||
* | mkalias() now also works for folders. Fixes bug #515830. | Just van Rossum | 2002-03-10 | 1 | -3/+7 |
| | |||||
* | Added support for unicode strings (utxt). | Jack Jansen | 2002-02-05 | 1 | -0/+7 |
| | |||||
* | Added minimal support for floating windows. | Just van Rossum | 2002-02-04 | 1 | -7/+12 |
| | |||||
* | Rename the routine to start the target running _start(), with a compatibility | Jack Jansen | 2002-01-23 | 1 | -2/+6 |
| | | | | | | | | | routine start() calling it. Some suites declare an event start(), which obscures this method, which causes the class initializer to fail when called with start=1. Based on bug report and fix suggestion by Jacob Kaplan-Moss. | ||||
* | Regenerated to take advantage of new _builtinSuites package. | Jack Jansen | 2002-01-22 | 15 | -660/+588 |
| | |||||
* | A "magic" suite that is the base suite for StdSuites. This solves a problem ↵ | Jack Jansen | 2002-01-22 | 2 | -0/+168 |
| | | | | | | with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. Most of the code and ideas contributed by Michael j. Barber. | ||||
* | Get rid of fsspec type initializer, it wasn't used anyway. | Jack Jansen | 2002-01-21 | 1 | -2/+0 |
| | |||||
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 1 | -12/+26 |
| | | | | MachoPython. Mainly making sure we don't call routines that don't exist. | ||||
* | Fixed to work under MachoPython, doing the expected unpacking for ↵ | Jack Jansen | 2002-01-13 | 1 | -2/+24 |
| | | | | applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. | ||||
* | UH 3.4 checkin that I had forgotten about. | Jack Jansen | 2002-01-04 | 1 | -4/+51 |
| | |||||
* | Some of the new routines are carbon-only. | Jack Jansen | 2002-01-04 | 1 | -4/+4 |
| | |||||
* | Updated for CW7 | Jack Jansen | 2001-12-14 | 2 | -538/+114 |
| | |||||
* | Add default values for options in the class init routine, not in the ↵ | Jack Jansen | 2001-12-14 | 2 | -14/+17 |
| | | | | convenience wrapper function: distutils uses the class directly. Fixes bug #492665. | ||||
* | first checkin for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+25 |
| | |||||
* | Don't barf when an AppleEvent was not handled. It's ok to ignore. | Just van Rossum | 2001-12-13 | 1 | -2/+3 |
| | |||||
* | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 1 | -54/+284 |
| | |||||
* | Support files for CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+353 |
| | |||||
* | The new menu initialization code would also add the SIOUX menus if a ↵ | Jack Jansen | 2001-12-10 | 1 | -5/+9 |
| | | | | (frozen) Python program had installed its own menubar previously. We now guard against this, with a bit of a hack: FrameWork uses the same Menu ID as Sioux, and the init code checks that the text in the menu is "About SIOUX" before replacing it. | ||||
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -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. | ||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 5 | -41/+9 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Add the MSL C library to the set of standard libraries | Jack Jansen | 2001-11-10 | 2 | -1/+37 |
| | | | | | | | linked against. Most, but not all, of it is included in PythonCore, but extensions may want to use some of the routines not included. Fixes a bug reported by Tom Loredo. | ||||
* | Workaround for odd problem on my machine: without this I get a traceback | Just van Rossum | 2001-10-31 | 1 | -1/+5 |
| | | | | if I hit enter instead of return upon file selection. | ||||
* | quit() wasn't included in the suite. This is a quick manual patch to add it. | Jack Jansen | 2001-10-23 | 1 | -1/+2 |
| | |||||
* | Don't call MacOS.SchedParams() in MachO, it doesn't exist. | Jack Jansen | 2001-09-09 | 1 | -4/+8 |
| | |||||
* | Minimal module to decode AppleSingle files (the way resource files are | Jack Jansen | 2001-09-09 | 1 | -0/+101 |
| | | | | | | | stored in the CVS repository). It can either decode resource/data forks in the standard Mac way or decode only the resource fork but store the result in the data fork (the MacOSX preferred way). Finder info and all other stuff is ignored. | ||||
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 1 | -5/+7 |
| | | | | and accepting unix-style newlines on input. | ||||
* | We should look in the directory containing the module, not in the module ↵ | Jack Jansen | 2001-08-30 | 1 | -1/+1 |
| | | | | itself, when we're looking for the resource file. | ||||
* | need() now returns the refno of the resource file opened, or None if the | Jack Jansen | 2001-08-27 | 1 | -4/+7 |
| | | | | specified resource was already available and no file was opened. | ||||
* | Module to help other modules locate their resources. It currently knows about | Jack Jansen | 2001-08-27 | 1 | -0/+68 |
| | | | | | resources in applets and separate OS9 style resource files, but it will eventually also be thought the hoops to jump through on OSX/MachO. | ||||
* | Patch by Dean Draayer: support for indeterminate progress bars. You | Jack Jansen | 2001-08-27 | 1 | -27/+37 |
| | | | | | | get these by specifying maxval=0, which is now also the default. Untested. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 30 | -98/+98 |
| | |||||
* | Step 2 in putting the MacOS toolbox modules in a package: issue a ↵ | Jack Jansen | 2001-08-25 | 45 | -0/+135 |
| | | | | DepracationWarning in the compatibility modules. | ||||
* | Wrapper modules underound the toolbox modules, which now have an _ prepended. | Jack Jansen | 2001-08-23 | 23 | -0/+23 |
| | |||||
* | Oops, these compatibility modules were missing. Which went unnoticed because ↵ | Jack Jansen | 2001-08-20 | 8 | -0/+8 |
| | | | | their companions had been put in the wrong place. | ||||
* | Compatibility modules. lib-compat is on the default sys.path for MacPython ↵ | Jack Jansen | 2001-08-19 | 37 | -0/+37 |
| | | | | 2.2, and each of these modules imports * from its namesake in the Carbon package. | ||||
* | Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ↵ | Jack Jansen | 2001-08-19 | 27 | -6475/+0 |
| | | | | the Carbon package. |