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 
								
							 
						 
						
							
							
							
							
								
							
							
								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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								620a7667eb 
								
							 
						 
						
							
							
								
								Updated to Universal Headers 3.4  
							
							
							
						 
						
							2001-12-18 15:39:38 +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 
								
							 
						 
						
							
							
							
							
								
							
							
								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 
								
							 
						 
						
							
							
							
							
								
							
							
								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 
								
							 
						 
						
							
							
							
							
								
							
							
								0d202b7403 
								
							 
						 
						
							
							
								
								Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.  
							
							
							
						 
						
							2001-01-09 22:09:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								723ad8ae73 
								
							 
						 
						
							
							
								
								More toolbox modules adapted to Universal Headers 3.3.2.  
							
							
							
						 
						
							2000-12-12 22:10:21 +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 
								
							 
						 
						
							
							
							
							
								
							
							
								0b13e7c153 
								
							 
						 
						
							
							
								
								Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.  
							
							
							
						 
						
							2000-07-07 13:09:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								8d929aee49 
								
							 
						 
						
							
							
								
								All relevant toolbox modules have now been carbonized.  
							
							
							
						 
						
							2000-06-21 22:07:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								c59996e6b1 
								
							 
						 
						
							
							
								
								Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive).  
							
							
							
						 
						
							2000-03-17 16:49:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								6f3fceb8d8 
								
							 
						 
						
							
							
								
								Allow None as TimeBase value in TimeValue records (becomes NULL in C structure,  
							
							... 
							
							
							
							used for delta-t values by quicktime). 
							
						 
						
							2000-03-06 16:34:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								1b7a70fa52 
								
							 
						 
						
							
							
								
								Fixed parameters to a few time and timebase calls: InOut parameters were  
							
							... 
							
							
							
							inadvertantly seen as out-only. 
							
						 
						
							2000-03-03 17:06:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								a05ac607d7 
								
							 
						 
						
							
							
								
								Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.  
							
							
							
						 
						
							1999-12-12 21:41:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								f6969fae01 
								
							 
						 
						
							
							
								
								Removed availabe() method again: even on PPC it sometimes returns 1 while  
							
							... 
							
							
							
							quicktime isn't available. Use gestalt in stead for this functionality. 
							
						 
						
							1999-08-23 11:45:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								493aa4809b 
								
							 
						 
						
							
							
								
								Added available() method, which checks whether quicktime is installed at all (by  
							
							... 
							
							
							
							testing whether EnterMovies points to an actual routine or is a null pointer). 
							
						 
						
							1999-08-04 12:07:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								d81fc3cd64 
								
							 
						 
						
							
							
								
								- Added a function MoviesTask, which is the same as the method but  
							
							... 
							
							
							
							with a null movie (giving time to all active movies)
- Made the graphics world parameter to SetMovieGWorld optional. 
							
						 
						
							1998-07-22 13:37:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b2006395b7 
								
							 
						 
						
							
							
								
								Added support for the horribly complex TimeRecord, so we can position  
							
							... 
							
							
							
							movies, etc. TimeBase objects have also been slightly modified for
this (for instance: the DisposeTimeBase call shouldn't be done in the
__del__ routine, the timebase might belong to someone else). 
							
						 
						
							1998-04-23 13:22:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								1c4e614627 
								
							 
						 
						
							
							
								
								Re-generated from new (3.1) universal headers  
							
							
							
						 
						
							1998-04-21 15:23:55 +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 
								
							 
						 
						
							
							
							
							
								
							
							
								68a0ee0a87 
								
							 
						 
						
							
							
								
								Can't remember...  
							
							
							
						 
						
							1997-09-01 15:38:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e0cf87b20d 
								
							 
						 
						
							
							
								
								Enabled resID input/output parameter to NewMovieFromFile. This changes  
							
							... 
							
							
							
							the Python interface, unfortunately.
Added a few calls that were blacklisted for no apparent reason. 
							
						 
						
							1997-04-09 15:53:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								4a8c54e6d9 
								
							 
						 
						
							
							
								
								- Changed GestaltEqu.h to Gestalt.h  
							
							... 
							
							
							
							- Changed FragLoader.h to CodeFragments.h
- Removed Desk.h
- Regenerated bgen modules from new universal headers
- Changed some of the s# in PyArg_ParseTuple to m# (unfortunately:
  this should have been a different commit) 
							
						 
						
							1997-02-24 13:56:59 +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 
								
							 
						 
						
							
							
							
							
								
							
							
								425e9eb6cb 
								
							 
						 
						
							
							
								
								- Added color window/pixmap support  
							
							... 
							
							
							
							- Added support for obtaining pixmap data
- Added OptResObj_* routines for optional handles 
							
						 
						
							1995-12-12 15:02:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								9cfea10bf2 
								
							 
						 
						
							
							
								
								It now actually works. Also, MovieInWindow and VerySimplePlayer  
							
							... 
							
							
							
							example programs translated to python and added. 
							
						 
						
							1995-12-09 14:05:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								453ced57dc 
								
							 
						 
						
							
							
								
								still untested (but it compiles)  
							
							
							
						 
						
							1995-11-30 17:42:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								cb4eaadd68 
								
							 
						 
						
							
							
								
								QuickTime support (not yet functional)  
							
							
							
						 
						
							1995-11-30 15:03:59 +00:00