view MANIFEST.in @ 1885:deba54ed724f

Date arithmetic fixes. Date +/- Interval passes all tests again, after fixing a couple of the tests to actually reflect the calendar used on my planet rather than where-ever Richard was when he wrote the test <wink> The basic problem was that when going backwards, the code was adding the days of the current month, rather than the previous month. There's still a bug in the testDateSubtract that I'll fix next. Bugfix candidate (probably)
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Mon, 03 Nov 2003 10:23:06 +0000
parents 6889824fcdf9
children 2f2844231082
line wrap: on
line source

recursive-include roundup *.*
recursive-include frontends *.*
recursive-include scripts *.* *-*
recursive-include tools *.*
recursive-include cgi-bin *.cgi
recursive-include test *.py *.txt
recursive-include doc *.html *.png *.txt *.css *.1
recursive-include detectors *.py
recursive-include templates *.* home* page*
recursive-exclude roundup *.pyc *.pyo .*
recursive-exclude frontends *.pyc *.pyo .*
recursive-exclude templates *.pyc *.pyo .*
include run_tests *.txt demo.py
exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
exclude doc/security.txt doc/templating.txt


Roundup Issue Tracker: http://roundup-tracker.org/