wirawan
							
						 
						
							 
							
							
							
								
							
								81e2ada60c 
								
							
								 
							
						 
						
							
							
								
								* Allow comment character to be changed from "#" using the  
							
							 
							
							... 
							
							
 
							
							instance.comment_char attribute. 
							
						 
						
							14 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								c675077620 
								
							
								 
							
						 
						
							
							
								
								* Introducing self.lineno counter for line numbers (including the blanks  
							
							 
							
							... 
							
							
 
							
							and comment lines). 
							
						 
						
							14 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								3f3c49df94 
								
							
								 
							
						 
						
							
							
								
								* Added file mode for file creation (default: "w").  
							
							 
							
							
 
							
						 
						
							14 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								3b522de2d6 
								
							
								 
							
						 
						
							
							
								
								* Added text_input.close() method.  
							
							 
							
							
 
							
						 
						
							14 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								7d37c0b6ba 
								
							
								 
							
						 
						
							
							
								
								* Internal upgrade to factor out reusable parts (for future upgrades).  
							
							 
							
							
 
							
						 
						
							14 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								ad73b5af7f 
								
							
								 
							
						 
						
							
							
								
								* Added set_next_proc() method to set which procedure should be called when  
							
							 
							
							... 
							
							
 
							
							"next()" method dispatcher is called.
  This approach should get rid of the problem with circular reference which
  causes the text_input instance not be erasable because of strong reference
  to `self' in `self.next.im_self'. 
							
						 
						
							15 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								9e1c6f5868 
								
							
								 
							
						 
						
							
							
								
								* Commenting out the verbose printout. I think the module is robust now.  
							
							 
							
							
 
							
						 
						
							15 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								90f1603499 
								
							
								 
							
						 
						
							
							
								
								* Added text_output as a converse facility to print out text stream to  
							
							 
							
							... 
							
							
 
							
							a file.
  Useful for a shortened output statements in the code, and also for
  reroutable output (to stdout? to file? to both?) and flexible output
  kind. 
							
						 
						
							15 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								96d1f9afd7 
								
							
								 
							
						 
						
							
							
								
								* Upgrade to allow reading complex-valued data directly.  
							
							 
							
							... 
							
							
 
							
							Please see the documentation of text_input.read_items for more detail. 
							
						 
						
							15 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								cae9cabdea 
								
							
								 
							
						 
						
							
							
								
								* Simple text input reader. Imported from pyqmc.utils.text_input .  
							
							 
							
							
 
							
						 
						
							15 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								c87ba9dbfa 
								
							
								 
							
						 
						
							
							
								
								* Minor updates.  
							
							 
							
							
 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								69592e9a8f 
								
							
								 
							
						 
						
							
							
								
								* Added writing facility. Still largely untested.  
							
							 
							
							
 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								15baf746f9 
								
							
								 
							
						 
						
							
							
								
								* Ignore all compiled python modules.  
							
							 
							
							
 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								wirawan
							
						 
						
							 
							
							
							
								
							
								21e85704aa 
								
							
								 
							
						 
						
							
							
								
								* Initial version of Fortran binary file reader.  
							
							 
							
							... 
							
							
 
							
							Later a writing facility can be added as well.
* Note that this module is intended only for reading/writing
  Fortran-generated files.
  It is not recommended for any other purpose because of its terrible feature:
  no metadata, no description whatsoever. 
							
						 
						
							16 years ago