Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								2b3ce3ba3f 
								
							 
						 
						
							
							
								
								FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed.  
							
							
							
						 
						
							2003-01-26 20:22:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								9c564755b8 
								
							 
						 
						
							
							
								
								Added a convenience routine pathname() which accepts either a string, unicode,  
							
							... 
							
							
							
							FSSpec or FSRef object and returns an 8-bit pathname (utf8 encoded). 
							
						 
						
							2003-01-19 22:59:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								2d0909b9cb 
								
							 
						 
						
							
							
								
								Implemented FSCatalogInfo structure support, and used this to implement  
							
							... 
							
							
							
							FSSpec.SetDates() and GetDates(). Closes  #662836 . 
							
						 
						
							2003-01-15 22:36:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								bc65521567 
								
							 
						 
						
							
							
								
								Implemented FSCatalogInfo.  
							
							
							
						 
						
							2003-01-12 23:01:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b2fcd086c7 
								
							 
						 
						
							
							
								
								Started on implementing support for FSCatalogInfo. Doesn't work yet, don't  
							
							... 
							
							
							
							try it. 
							
						 
						
							2003-01-09 23:37:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								248f6f1f73 
								
							 
						 
						
							
							
								
								Second-argument alias methods were generated with a variation on  
							
							... 
							
							
							
							MethodGenerator, this should be OSErrMethodGenerator. 
							
						 
						
							2002-12-26 20:45:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								00df3e052b 
								
							 
						 
						
							
							
								
								If you entered a pathname for a nonexisting file to a FSSpec constructor  
							
							... 
							
							
							
							on OSX then the actual error (file not found) was obscured by the
error message that tried to be helpful about the allowed arguments. Fixed. 
							
						 
						
							2002-12-25 22:45:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e87663306a 
								
							 
						 
						
							
							
								
								Added the last missing bits of functionality, and fixed a nasty bug where we  
							
							... 
							
							
							
							could overwrite memory. 
							
						 
						
							2002-12-19 23:26:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								543c9253cd 
								
							 
						 
						
							
							
								
								- Added rawdata initializers  
							
							... 
							
							
							
							- Added support for optional FSSpecs and FSRefs to the Alias routines.
  NewAlias and friends are still functions, though, not methods. 
							
						 
						
							2002-12-18 23:17:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								1795f29b4b 
								
							 
						 
						
							
							
								
								Fixed silly typo.  
							
							... 
							
							
							
							Added comment (to myself) on what still needs to be done. 
							
						 
						
							2002-12-17 23:29:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e55beefed8 
								
							 
						 
						
							
							
								
								- Added as_pathname and as_tuple methods  
							
							... 
							
							
							
							- Added access to the "data" attribute
- Fixed the FSRef tp_init routine to accept pathnames on OSX
- Changed the FSSpec tp_repr to return something resembling what
  macfs returns. 
							
						 
						
							2002-12-17 22:10:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e3a1c8f875 
								
							 
						 
						
							
							
								
								Combined alias and file into a single module. This is the only reasonable  
							
							... 
							
							
							
							way to get various alias creation routines as methods of FSSpec or FSRef
objects (which is the logical thing, from a Python POV). Also started on
the code that will contain all the macfs functionality, so macfs can
becode a Python module, to be used mainly for backward compatibility. 
							
						 
						
							2002-12-15 19:55:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								6d802a0ce3 
								
							 
						 
						
							
							
								
								Tweaks to make this module OS9-compatible.  
							
							
							
						 
						
							2002-12-13 23:16:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e2ba87396c 
								
							 
						 
						
							
							
								
								Got angry and added support for pretty much the whole file and folder  
							
							... 
							
							
							
							manager. This should allow us the get rid of most of the FSSpecs, only
navigation services remains to be done. 
							
						 
						
							2002-11-22 14:58:35 +00:00