Skip to content

Commit e4af13f

Browse files
author
Anthony Baxter
committed
regenerated on Fri Jul 27 17:31:18 EST 2001
1 parent 6c3e68b commit e4af13f

File tree

1 file changed

+59
-20
lines changed

1 file changed

+59
-20
lines changed

ChangeLog

Lines changed: 59 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,64 @@
1-
2001-07-25 14:19 anthonybaxter
1+
2001-07-27 17:30 richard
22

3-
* setup.py: first cut at setup.py - installs the package, but not
4-
the bin/cgi-bin yet
3+
* BUILD.txt: minor notes
4+
5+
2001-07-27 17:27 richard
6+
7+
* BUILD.txt, README.txt: Added build instructions, changed my
8+
e-mail address in the docs to the sourceforge address.
9+
10+
2001-07-27 17:20 richard
11+
12+
* Makefile, setup.cfg, setup.py: Makefile is now obsolete - setup
13+
does what it used to do.
14+
15+
2001-07-27 17:18 richard
16+
17+
* MANIFEST.in: Added the distutils manifest template (for
18+
"documentation", see distutils.filelist). Has no facility for
19+
comments, so no ID or LOG for this baby.
20+
21+
2001-07-27 17:16 richard
22+
23+
* test/: README.TXT, README.txt: rename for consistency
24+
25+
2001-07-27 17:04 richard
26+
27+
* INSTALL.TXT, CHANGES.txt, INSTALL.txt, README.TXT, README.txt:
28+
name changes to make distutils happy
29+
30+
2001-07-27 16:56 richard
31+
32+
* setup.cfg, setup.py: Added scripts to the setup and added the
33+
config so the default script install dir is /usr/local/bin.
34+
35+
2001-07-27 16:55 richard
536

6-
2001-07-25 14:10 richard
37+
* test/: README.TXT, __init__.py, test_dates.py, test_db.py,
38+
test_schema.py: moving tests -> test
739

8-
* tests/__init__.py: added date test suite
40+
2001-07-27 16:25 richard
941

10-
2001-07-25 14:10 richard
42+
* roundup/hyperdb.py: Fixed some of the exceptions so they're the
43+
right type. Removed the str()-ification of node ids so we don't
44+
mask oopsy errors any more.
1145

12-
* tests/test_dates.py: Date test suite
46+
2001-07-27 15:17 richard
47+
48+
* roundup/hyperdb.py: just some comments
49+
50+
2001-07-26 17:14 richard
51+
52+
* setup.py: Made setup.py executable, added id and log.
53+
54+
2001-07-26 16:47 richard
55+
56+
* INSTALL.TXT: Updated for new installation procedure
57+
58+
2001-07-25 14:19 anthonybaxter
59+
60+
* setup.py: first cut at setup.py - installs the package, but not
61+
the bin/cgi-bin yet
1362

1463
2001-07-25 14:09 richard
1564

@@ -20,10 +69,6 @@
2069

2170
* README.TXT: added note about the spec
2271

23-
2001-07-25 13:40 richard
24-
25-
* tests/test_db.py: Fixed an oops
26-
2772
2001-07-25 13:39 richard
2873

2974
* roundup/htmltemplate.py: Hrm - displaying links to classes that
@@ -37,9 +82,8 @@
3782
doc/images/logo-codesourcery-medium.gif,
3883
doc/images/logo-software-carpentry-standard.gif,
3984
roundup/backends/back_anydbm.py,
40-
roundup/templates/extended/dbinit.py, tests/test_db.py,
41-
tests/test_schema.py: Added the Roundup spec to the new
42-
documentation directory.
85+
roundup/templates/extended/dbinit.py: Added the Roundup spec to the
86+
new documentation directory.
4387

4488
2001-07-24 21:18 anthonybaxter
4589

@@ -62,11 +106,6 @@
62106
__init__.py magic was needed for the rather high levels of wierd
63107
import magic. Reducing level of import magic == (good, future)
64108

65-
2001-07-24 15:22 richard
66-
67-
* tests/: README.TXT, __init__.py, test_db.py, test_schema.py:
68-
Added some unit tests
69-
70109
2001-07-24 14:26 anthonybaxter
71110

72111
* roundup/backends/back_bsddb3.py: bsddb3 implementation. For now,
@@ -344,7 +383,7 @@
344383

345384
* cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py,
346385
roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py:
347-
Added CVS keywords $Id: ChangeLog,v 1.4 2001-07-25 04:21:24 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files.
386+
Added CVS keywords $Id: ChangeLog,v 1.5 2001-07-27 07:31:22 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files.
348387

349388
2001-07-19 15:46 anthonybaxter
350389

0 commit comments

Comments
 (0)