4f82c80af9 
								
							
								 
							
						 
						
							
							
								
								* Documentation & test update.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								099f3e7e06 
								
							
								 
							
						 
						
							
							
								
								* Module wpylib.db.indexing_float: utility for floating-point (FP)-based  
							
							... 
							
							
 
							
							indexing, allowing tolerances to account for imprecise nature of FP
  numbers.
  Initial implementation, rather complicated.
  A simple rounding-based implementation can be put in later.
  Includes initial test. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4fb16c56b2 
								
							
								 
							
						 
						
							
							
								
								* Documentation update.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								606214eb66 
								
							
								 
							
						 
						
							
							
								
								* Changing all `isinstance(STUFF, str)' to `isinstance(STUFF, basestring)'  
							
							... 
							
							
 
							
							for future-proofing this code. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								7017fdc6af 
								
							
								 
							
						 
						
							
							
								
								* Committing all dirty work to CVS. We are migrating to GIT.  
							
							... 
							
							
 
							
							Beware: changes in this commit may or may not work properly. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								0531e4e511 
								
							
								 
							
						 
						
							
							
								
								* Add documentation for file_table. Add note for future hash: SHA1,256,...  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								8363eb03bc 
								
							
								 
							
						 
						
							
							
								
								* Adding more extensive documentation.  
							
							... 
							
							
 
							
							* Making minor changes to the expected method name (parse_text_file_ =>
  parse_file_). 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								0bd6f56422 
								
							
								 
							
						 
						
							
							
								
								* Moving pyqmc.results.result_base module to wpylib.db.result_base for more  
							
							... 
							
							
 
							
							general uses. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								1c6547d3c0 
								
							
								 
							
						 
						
							
							
								
								* Added default debug level.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								f246d382bf 
								
							
								 
							
						 
						
							
							
								
								* Fix to make this work with independent pysqlite2 package.  
							
							... 
							
							
 
							
							* Allow rows to be returned as sqlite3.Row objects instead of simple tuple. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								dfc7a780f9 
								
							
								 
							
						 
						
							
							
								
								* Renaming file_db to file_table class.  
							
							... 
							
							
 
							
							* Allow record update in somewhat pythonic way (instead of using SQL). 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								669e48b8d3 
								
							
								 
							
						 
						
							
							
								
								* Added "db" module group to deal with database management tasks.  
							
							... 
							
							
 
							
							* First module: file_db to store filename, fingerprint (md5sum) and basic
  stats (mtime, size). Additional fields can be specified as well.
* Will use sqlite as the backend for now.
* API is rather generic so the underlying database engine can be replaced. 
							
						 
						
							16 years ago