<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/asfPY</link><counters><counter name="forever" lastEventTime="1112882353" firstEventTime="1102858121">81</counter></counters><metadata></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>492</revision><author>gb</author><log>some work on supporting longs, doesn't work out right currently  </log><diffLines>60</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SqliteBackend.py">trunk/ActiveStorage/SqliteBackend.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file><file uri="http://simon.bofh.ms/asfpy/trunk/test/test.py">trunk/test/test.py</file></files></commit></body><timestamp>1112882353</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>491</revision><author>gb</author><log>added support for seri storage type (via helper tables)  </log><diffLines>88</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SqliteBackend.py">trunk/ActiveStorage/SqliteBackend.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file><file uri="http://simon.bofh.ms/asfpy/trunk/debian/changelog">trunk/debian/changelog</file></files></commit></body><timestamp>1112881402</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>490</revision><author>gb</author><log>better test stuff with better factoring  </log><diffLines>167</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/debian/changelog">trunk/debian/changelog</file><file uri="http://simon.bofh.ms/asfpy/trunk/test/test.py">trunk/test/test.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/test/testbp.py">trunk/test/testbp.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/test/testpg.py">trunk/test/testpg.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/test/testsqlite.py">trunk/test/testsqlite.py</file></files></commit></body><timestamp>1112879259</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>489</revision><author>gb</author><log>changed the errors/failures count after testing with installed syck  </log><diffLines>15</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file></files></commit></body><timestamp>1112878829</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>488</revision><author>gb</author><log>fixed a problem with the created views  </log><diffLines>32</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SQLBackend.py">trunk/ActiveStorage/SQLBackend.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file></files></commit></body><timestamp>1112878015</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>487</revision><author>gb</author><log>changed from BLOB to TEXT storage  </log><diffLines>51</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SqliteBackend.py">trunk/ActiveStorage/SqliteBackend.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file></files></commit></body><timestamp>1112877125</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>486</revision><author>gb</author><log>noted problems with BLOB columns  </log><diffLines>16</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file></files></commit></body><timestamp>1112876797</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>485</revision><author>gb</author><log>make time/time values work  </log><diffLines>42</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SqliteBackend.py">trunk/ActiveStorage/SqliteBackend.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/TODO">trunk/TODO</file></files></commit></body><timestamp>1112875668</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>484</revision><author>gb</author><log>just some more changes to make it produce less errors with unit tests. Still
not really done. (10 failures and 38 errors, mostly due to stuff not working
out right - looks like this might be a problem with older SQLite and will
only work with newer ones)  </log><diffLines>15</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SqliteBackend.py">trunk/ActiveStorage/SqliteBackend.py</file></files></commit></body><timestamp>1112873061</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>483</revision><author>gb</author><log>forgot to changelog the syck stuff  </log><diffLines>15</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/debian/changelog">trunk/debian/changelog</file></files></commit></body><timestamp>1112872530</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>482</revision><author>gb</author><log>Added a preliminary SQLite Backend and started to make syck an optional part
of the package (if it's not there, YAML support is just not implemented)  </log><diffLines>290</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/SqliteBackend.py">trunk/ActiveStorage/SqliteBackend.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/Tables.py">trunk/ActiveStorage/Tables.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/ActiveStorage/__init__.py">trunk/ActiveStorage/__init__.py</file><file uri="http://simon.bofh.ms/asfpy/trunk/MANIFEST">trunk/MANIFEST</file><file uri="http://simon.bofh.ms/asfpy/trunk/debian/changelog">trunk/debian/changelog</file></files></commit></body><timestamp>1112872496</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>asfPY</project></source><body><commit><revision>481</revision><author>gb</author><log>moved from CVS to SVN  </log><diffLines>34</diffLines><files><file uri="http://simon.bofh.ms/asfpy/trunk/README">trunk/README</file><file uri="http://simon.bofh.ms/asfpy/trunk/setup.py">trunk/setup.py</file></files></commit></body><timestamp>1105821181</timestamp></message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 29407 invoked by alias); 3 Jan 2005 12:54:28 -0000</header><header name="Received">(qmail 29404 invoked by uid 5016); 3 Jan 2005 12:54:28 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 3 Jan 2005 12:54:28 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1ClRjn-0005xN-V4
	for &lt;cia@cia.navi.cx&gt;; Mon, 03 Jan 2005 13:55:07 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1ClRjn-0005xN-V4@simon.bofh.ms&gt;</header><header name="Date">Mon, 03 Jan 2005 13:55:07 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104756907    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>ActiveStorage/Tables.py</file>   <file>debian/changelog</file>            </files>            <log> added a way to access the parent directly via _container()             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 28864 invoked by alias); 3 Jan 2005 11:45:04 -0000</header><header name="Received">(qmail 28861 invoked by uid 5016); 3 Jan 2005 11:45:04 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 3 Jan 2005 11:45:04 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1ClQec-000592-MK
	for &lt;cia@cia.navi.cx&gt;; Mon, 03 Jan 2005 12:45:42 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1ClQec-000592-MK@simon.bofh.ms&gt;</header><header name="Date">Mon, 03 Jan 2005 12:45:42 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104752742    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>ActiveStorage/TableType.py</file>            </files>            <log> fixed a missing import             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 28234 invoked by alias); 3 Jan 2005 11:43:15 -0000</header><header name="Received">(qmail 28231 invoked by uid 5016); 3 Jan 2005 11:43:14 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 3 Jan 2005 11:43:14 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1ClQcr-00053D-WB
	for &lt;cia@cia.navi.cx&gt;; Mon, 03 Jan 2005 12:43:53 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1ClQcr-00053D-WB@simon.bofh.ms&gt;</header><header name="Date">Mon, 03 Jan 2005 12:43:53 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104752633    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>ActiveStorage/TableType.py</file>   <file>debian/changelog</file>            </files>            <log> assign tables to tables in a better way with regard to text and utxt             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 14940 invoked by alias); 3 Jan 2005 11:09:59 -0000</header><header name="Received">(qmail 14937 invoked by uid 5016); 3 Jan 2005 11:09:59 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 3 Jan 2005 11:09:59 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1ClQ6g-0004lt-Tw
	for &lt;cia@cia.navi.cx&gt;; Mon, 03 Jan 2005 12:10:38 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1ClQ6g-0004lt-Tw@simon.bofh.ms&gt;</header><header name="Date">Mon, 03 Jan 2005 12:10:38 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104750638    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>ActiveStorage/SQLBackend.py</file>   <file>debian/changelog</file>   <file>test/test.py</file>            </files>            <log> added better without/only handling (strings and lists are allowed)             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 16510 invoked by alias); 30 Dec 2004 13:22:36 -0000</header><header name="Received">(qmail 16506 invoked by uid 5016); 30 Dec 2004 13:22:36 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 30 Dec 2004 13:22:36 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1Ck0Gu-0004bC-Hg
	for &lt;cia@cia.navi.cx&gt;; Thu, 30 Dec 2004 14:23:20 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1Ck0Gu-0004bC-Hg@simon.bofh.ms&gt;</header><header name="Date">Thu, 30 Dec 2004 14:23:20 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104413000    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>test/test.py</file>            </files>            <log> make tests ignorant to _keys sortorder by forcebly sorting             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 14474 invoked by alias); 30 Dec 2004 13:16:52 -0000</header><header name="Received">(qmail 14471 invoked by uid 5016); 30 Dec 2004 13:16:52 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 30 Dec 2004 13:16:52 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1Ck0BO-0002Yf-Vr
	for &lt;cia@cia.navi.cx&gt;; Thu, 30 Dec 2004 14:17:38 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1Ck0BO-0002Yf-Vr@simon.bofh.ms&gt;</header><header name="Date">Thu, 30 Dec 2004 14:17:38 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104412658    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>ActiveStorage/Tables.py</file>            </files>            <log> _keys() are not ordered necessarily             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 14411 invoked by alias); 30 Dec 2004 13:16:43 -0000</header><header name="Received">(qmail 14408 invoked by uid 5016); 30 Dec 2004 13:16:43 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 30 Dec 2004 13:16:43 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1Ck0BF-0002YW-R7
	for &lt;cia@cia.navi.cx&gt;; Thu, 30 Dec 2004 14:17:29 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1Ck0BF-0002YW-R7@simon.bofh.ms&gt;</header><header name="Date">Thu, 30 Dec 2004 14:17:29 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104412649    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>README</file>            </files>            <log> changed doc accordingly             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for CVS</name>        <version>2.3</version>        <url>http://cia.navi.cx/clients/cvs/ciabot_cvs.pl</url>    <mailHeaders><header name="Received">(qmail 13504 invoked by alias); 30 Dec 2004 13:15:03 -0000</header><header name="Received">(qmail 13501 invoked by uid 5016); 30 Dec 2004 13:15:03 -0000</header><header name="Received">from unknown (HELO simon.bofh.ms) (213.133.111.3)
  by betonik.it-zone.org with SMTP; 30 Dec 2004 13:15:03 -0000</header><header name="Received">from gb by simon.bofh.ms with local (Exim 4.20 #1 (Debian))
	id 1Ck09e-0002Xi-B2
	for &lt;cia@cia.navi.cx&gt;; Thu, 30 Dec 2004 14:15:50 +0100</header><header name="From">gb@bofh.ms</header><header name="Message-Id">&lt;E1Ck09e-0002Xi-B2@simon.bofh.ms&gt;</header><header name="Date">Thu, 30 Dec 2004 14:15:50 +0100</header></mailHeaders></generator>    <source>        <project>asfPY</project>        <module>ActiveStorage</module>    </source>    <timestamp>        1104412550    </timestamp>    <body>        <commit>            <author>gb</author>            <files>   <file>ActiveStorage/Tables.py</file>   <file>debian/changelog</file>   <file>test/test.py</file>            </files>            <log> fixed a problem with duplicates in ViewTable._keys(self)             </log>        </commit>    </body> </message></recentMessages></statsTarget>
