Gregory P. Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								afed3a4552 
								
							 
						 
						
							
							
								
								cleanup test_dbtables to use mkdtemp.  cleanup dbtables to pass txn as a  
							
							... 
							
							
							
							keyword argument whenever possible to avoid bugs and confusion.  (dbtables.py
line 447 self.db.get using txn as a non-keyword was an actual bug due to this) 
							
						 
						
							2007-10-18 07:56:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Neal Norwitz 
								
							 
						 
						
							
							
							
							
								
							
							
								d29f1d2241 
								
							 
						 
						
							
							
								
								Use unittest for assertions  
							
							
							
						 
						
							2007-10-14 18:40:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Neal Norwitz 
								
							 
						 
						
							
							
							
							
								
							
							
								3884690d69 
								
							 
						 
						
							
							
								
								Don't raise a string exception, they don't work anymore.  
							
							
							
						 
						
							2007-10-14 18:30:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gregory P. Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								f80578548d 
								
							 
						 
						
							
							
								
								email address update  
							
							
							
						 
						
							2007-09-09 20:25:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								9c3a392321 
								
							 
						 
						
							
							
								
								[Patch  #1520904 ] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory  
							
							
							
						 
						
							2007-01-05 15:51:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gregory P. Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								dda291c079 
								
							 
						 
						
							
							
								
								* Turn the deadlock situation described in SF bug  #775414  into a  
							
							... 
							
							
							
							DBDeadLockError exception.
* add the test case for my previous dbtables commit. 
							
						 
						
							2006-06-08 05:38:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Walter Dörwald 
								
							 
						 
						
							
							
							
							
								
							
							
								70a6b49821 
								
							 
						 
						
							
							
								
								Replace backticks with repr() or "%r"  
							
							... 
							
							
							
							From SF patch #852334 . 
							
						 
						
							2004-02-12 17:35:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gregory P. Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								41631e8f66 
								
							 
						 
						
							
							
								
								Adds basic support for BerkeleyDB 4.2.x.  Compiles and passes tests; new  
							
							... 
							
							
							
							features in BerkeleyDB not exposed.  notably: the DB_MPOOLFILE interface
has not yet been wrapped in an object.
Adds support for building and installing bsddb3 in python2.3 that has
an older version of this module installed as bsddb without conflicts.
The pybsddb.sf.net build/packaged version of the module uses a
dynamicly loadable module called _pybsddb rather than _bsddb. 
							
						 
						
							2003-09-21 00:08:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								f71de3e9a0 
								
							 
						 
						
							
							
								
								Everything worked in both the distutils distro and in Python 2.3cvs,  
							
							... 
							
							
							
							so merge from the bsddb-bsddb3-schizo-branch back to the trunk. 
							
						 
						
							2003-01-28 17:20:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								9a0d779c7d 
								
							 
						 
						
							
							
								
								Port BerkeleyDB 4.1 support from the pybsddb project.  bsddb is now at  
							
							... 
							
							
							
							version 4.1.1 and works with up to BerkeleyDB 4.1.25. 
							
						 
						
							2002-12-30 20:53:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim Peters 
								
							 
						 
						
							
							
							
							
								
							
							
								77c06fbf94 
								
							 
						 
						
							
							
								
								Whitespace normalization.  
							
							
							
						 
						
							2002-11-24 02:35:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								b2c7affbaa 
								
							 
						 
						
							
							
								
								Merge with bsddb3 2002.11.23.10.42.36  
							
							
							
						 
						
							2002-11-23 11:26:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								1c6b1a2b4e 
								
							 
						 
						
							
							
								
								Importing test suite from bsddb3 3.4.0 (with modifications).  
							
							
							
						 
						
							2002-11-19 17:47:07 +00:00