Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/python-chrono
hg clone ssh://hg@bitbucket.org/erikg/python-chrono
Tag
0.1.0
Filename Size Date modified Message
test_calendar
test_clock
test_parser
__init__.py 285 B made unit-tests runnable again
test_date.py 25.0 KB improved interaction between Date and DateTime objects
test_datetime.py 34.4 KB improved interaction between Date and DateTime objects
test_error.py 2.4 KB made unit-tests runnable again
test_formatter.py 5.6 KB made unit-tests runnable again
test_time.py 16.7 KB ported code to python 3.1
test_utility.py 6.5 KB added unit tests for cmp()