Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b2a57722a8 
								
							 
						 
						
							
							
								
								It turns out that some calls return AEDesc records that are "borrowed",  
							
							... 
							
							
							
							the AEDesc data shouldn't be disposed when the Python object is.
Added a C call AEDesc_NewBorrowed() to create these objects and a Python
method old=AEDesc.AutoDispose(onoff) to change auto-dispose state. 
							
						 
						
							2003-01-17 23:11:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b734869f46 
								
							 
						 
						
							
							
								
								- Various tweaks to shut up compiler warnings.  
							
							... 
							
							
							
							- Regenerated with the correct calls to PyType_Ready and the correct
  deallocator calls. 
							
						 
						
							2002-12-23 23:16:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								f955784f0c 
								
							 
						 
						
							
							
								
								Regenerated with inheritance-aware xxxx_Check() macros.  
							
							
							
						 
						
							2002-12-19 21:24:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								65cbf93fce 
								
							 
						 
						
							
							
								
								Get rid of support for Universal Headers older than 3.4 and various other  
							
							... 
							
							
							
							outdated things. 
							
						 
						
							2002-12-13 15:02:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								6c7e326eaa 
								
							 
						 
						
							
							
								
								Getting rid of pre-Carbon (MacOS8) support. All code depending on  
							
							... 
							
							
							
							TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9). 
							
						 
						
							2002-12-12 10:31:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								96cebde909 
								
							 
						 
						
							
							
								
								Added PEP253 support to most Carbon modules. This isn't complete yet:  
							
							... 
							
							
							
							some of the more compilcated cases (CF, Res) haven't been done yet. Also,
various types should inherit from each other (anything with an as_Resource
method should be a Resource subtype, the CF types should become one family). 
							
						 
						
							2002-12-03 23:40:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								dbd5701d73 
								
							 
						 
						
							
							
								
								Converted the Carbon modules to use PEP252-style objects, with  
							
							... 
							
							
							
							descriptors in stead of manual getattr hooks to get at attributes
of the objects.
For Qd I have in stead gotten rid of most of the attribute access
in favor of the carbon-style accessor methods (with the exception
of visRgn, to be done later), and of the Carbon.Qd.qd global object,
for which accessor functions are also available.
For List I have fixed the fact that various methods were incorrectly
generated as functions.
CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with
basechain, so it will have to wait for PEP253 support. 
							
						 
						
							2002-11-29 23:40:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								49931887d7 
								
							 
						 
						
							
							
								
								Regenerated with PyDoc_STR() around docstrings.  
							
							
							
						 
						
							2002-08-16 09:09:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								87eea88b5a 
								
							 
						 
						
							
							
								
								After generating the Python file with definitions try to run it, so  
							
							... 
							
							
							
							we catch errors during the build process in stead of later during runtime. 
							
						 
						
							2002-08-15 21:48:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								aaebdd6a02 
								
							 
						 
						
							
							
								
								Enable building of Carbon toolbox modules with unix-Python.  
							
							
							
						 
						
							2002-08-05 15:39:30 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								033b79c483 
								
							 
						 
						
							
							
								
								Regenerated.  
							
							
							
						 
						
							2002-04-23 22:46:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								714d7268d5 
								
							 
						 
						
							
							
								
								Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.  
							
							... 
							
							
							
							Should finally fix 531398. 2.2.1 candidate. 
							
						 
						
							2002-03-25 00:32:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								9d79990ac7 
								
							 
						 
						
							
							
								
								Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.  
							
							... 
							
							
							
							Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible. 
							
						 
						
							2002-03-24 23:04:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								3e584aaa2a 
								
							 
						 
						
							
							
								
								Ugh, by all means, _do_ report exceptions somehow ;-)  
							
							
							
						 
						
							2002-01-04 13:49:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								086f7c3890 
								
							 
						 
						
							
							
								
								There's a new include file AEInteraction.h which contains AESend and friends.  
							
							
							
						 
						
							2001-12-17 11:47:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								2168e9d602 
								
							 
						 
						
							
							
								
								Adapted for Universal Headers 3.4  
							
							
							
						 
						
							2001-12-16 20:18:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								146483964e 
								
							 
						 
						
							
							
								
								Patch supplied by Burton Radons for his own SF bug  #487390 : Modifying  
							
							... 
							
							
							
							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. 
							
						 
						
							2001-12-08 18:02:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b3be216b41 
								
							 
						 
						
							
							
								
								Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the  
							
							... 
							
							
							
							changes from start of branch upto r22b2 were already merged, of course). 
							
						 
						
							2001-11-30 14:16:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								fd064863eb 
								
							 
						 
						
							
							
								
								Shut up many more gcc warnings.  
							
							
							
						 
						
							2001-09-05 10:31:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								06d2e1af35 
								
							 
						 
						
							
							
								
								Regenerated without default int return types.  
							
							
							
						 
						
							2001-09-04 22:19:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								62d24a0f50 
								
							 
						 
						
							
							
								
								Don't call PyMac_HandleEvent if we're in unix-Python.  
							
							
							
						 
						
							2001-09-01 23:38:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								25a5bd7708 
								
							 
						 
						
							
							
								
								Renamed.  
							
							
							
						 
						
							2001-08-23 14:11:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								50ecb0ad83 
								
							 
						 
						
							
							
								
								Renamed the Mac toolbox modules to have an initial _ in their name.  
							
							
							
						 
						
							2001-08-23 14:02:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								77105a960b 
								
							 
						 
						
							
							
								
								The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.  
							
							
							
						 
						
							2001-08-23 13:51:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								cbed91b4db 
								
							 
						 
						
							
							
								
								Merging appropriate 2.1.1 fixes back into the main trunk.  
							
							
							
						 
						
							2001-08-03 13:31:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								2942131dac 
								
							 
						 
						
							
							
								
								Got rid of a silly #if.  
							
							
							
						 
						
							2001-06-20 21:44:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								ff75c214ef 
								
							 
						 
						
							
							
								
								Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead of Proc names for callback creation.  
							
							
							
						 
						
							2001-06-20 20:53:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								fa77e1a1b1 
								
							 
						 
						
							
							
								
								Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.  
							
							
							
						 
						
							2001-05-22 21:56:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								0e04eecdbf 
								
							 
						 
						
							
							
								
								First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.  
							
							... 
							
							
							
							And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again. 
							
						 
						
							2001-05-17 21:58:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								7ee67a1224 
								
							 
						 
						
							
							
								
								Remove (unused) regex imports.  
							
							
							
						 
						
							2001-01-02 22:02:45 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								8ed81303f6 
								
							 
						 
						
							
							
								
								Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.  
							
							
							
						 
						
							2000-12-12 22:09:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								f7d5aa61d3 
								
							 
						 
						
							
							
								
								Adapted to Universal Headers 3.3.2. More to follow.  
							
							
							
						 
						
							2000-12-10 23:43:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								742ca0385a 
								
							 
						 
						
							
							
								
								Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder).  
							
							
							
						 
						
							2000-08-20 20:06:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								18b47a07b7 
								
							 
						 
						
							
							
								
								Fixed again to work with the old scripting interface (so we can test the new one actually still works).  
							
							
							
						 
						
							2000-08-20 20:02:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								a44923fbfe 
								
							 
						 
						
							
							
								
								Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.  
							
							
							
						 
						
							2000-07-14 22:52:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								74a1e63a89 
								
							 
						 
						
							
							
								
								Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.  
							
							
							
						 
						
							2000-07-14 22:37:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								9d8b96c850 
								
							 
						 
						
							
							
								
								pymactoolbox.h contains protoypes for all externally visible toolbox module  
							
							... 
							
							
							
							functions. Include it in stead of duplicating the declarations everywhere. Also
cleaned up toolbox module exports, and got rid of resNotFound error. 
							
						 
						
							2000-07-14 22:16:45 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e79dc76f53 
								
							 
						 
						
							
							
								
								Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open.  
							
							... 
							
							
							
							Macmodule and macosmodule have also been carbonified. Some functionality is still missing there. 
							
						 
						
							2000-06-02 21:35:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								def77e5346 
								
							 
						 
						
							
							
								
								AETransactionID was mistakenly defined as a short (it is a long). Fixed.  
							
							
							
						 
						
							2000-03-14 23:29:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b1b78d85d3 
								
							 
						 
						
							
							
								
								Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.  
							
							
							
						 
						
							1999-12-14 15:47:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								deff89c8be 
								
							 
						 
						
							
							
								
								Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.  
							
							
							
						 
						
							1998-10-12 20:53:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								0c4d947eac 
								
							 
						 
						
							
							
								
								Replaced addpack by handcrafted code to find the bgen stuff.  
							
							
							
						 
						
							1998-04-17 14:07:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								21f96872f2 
								
							 
						 
						
							
							
								
								Regenerated from Universal Headers 3.0.1. Some new calls are  
							
							... 
							
							
							
							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. 
							
						 
						
							1998-02-20 16:02:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								a755e68df6 
								
							 
						 
						
							
							
								
								Export type objects to Python  
							
							
							
						 
						
							1997-09-20 17:40:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								f69633e4a1 
								
							 
						 
						
							
							
								
								Made AEDesc_{New,Convert} global  
							
							
							
						 
						
							1997-08-15 14:31:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								3757523f1e 
								
							 
						 
						
							
							
								
								Adapted to new event handling. It is now also possible to abort out of  
							
							... 
							
							
							
							an AESend with command-. (unless specifically disabled, of course). 
							
						 
						
							1997-06-20 16:19:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								d84e7aaf00 
								
							 
						 
						
							
							
								
								Regenerated  
							
							
							
						 
						
							1996-08-02 11:24:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								ded81a1ffe 
								
							 
						 
						
							
							
								
								Removed ...gen.py files from repository  
							
							
							
						 
						
							1996-04-16 14:33:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								46d9e79de6 
								
							 
						 
						
							
							
								
								bgen-generators now drop the python definition file straight in the  
							
							... 
							
							
							
							Lib:toolbox folder. 
							
						 
						
							1996-04-12 16:29:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								d390325bbb 
								
							 
						 
						
							
							
								
								Modules implementing WWW and URL suite, and a module to control netscape.  
							
							
							
						 
						
							1996-01-29 15:45:59 +00:00