[Buildbot-commits] buildbot ChangeLog,1.476,1.477

Brian Warner warner at users.sourceforge.net
Wed Jul 20 08:08:27 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21333

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-262
Creator:  Brian Warner <warner at lothar.com>

python2.2 compatibility, other minor stuff

	* buildbot/locks.py: added temporary id() numbers to Lock
	descriptions, to track down a not-really-sharing-the-Lock bug

	* buildbot/test/runutils.py: must import errno, cut-and-paste bug

	* buildbot/test/test_slavecommand.py (ShellBase.failUnlessIn):
	needed for python2.2 compatibility
	* buildbot/test/test_vc.py: python2.2 compatibility: generators
	are from the __future__


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -d -r1.476 -r1.477
--- ChangeLog	20 Jul 2005 05:36:56 -0000	1.476
+++ ChangeLog	20 Jul 2005 08:08:24 -0000	1.477
@@ -1,3 +1,15 @@
+2005-07-20  Brian Warner  <warner at lothar.com>
+
+	* buildbot/locks.py: added temporary id() numbers to Lock
+	descriptions, to track down a not-really-sharing-the-Lock bug
+
+	* buildbot/test/runutils.py: must import errno, cut-and-paste bug
+
+	* buildbot/test/test_slavecommand.py (ShellBase.failUnlessIn):
+	needed for python2.2 compatibility
+	* buildbot/test/test_vc.py: python2.2 compatibility: generators
+	are from the __future__
+
 2005-07-19  Brian Warner  <warner at lothar.com>
 
 	* buildbot/master.py (BuildMaster.loadConfig): give a better error





More information about the Commits mailing list