erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/python-chrono
commit 196: 20944f811650
parent 194: 31a02f854246
branch: default
Fixed incorrect output for doctest blocks
Erik Grinaker / erikg
6 months ago
python-chrono / NEWS
r196:20944f811650 44 loc 968 bytes embed / history / annotate / raw /
xxxx-xx-xx: 0.3.1
=================

Bugfixes:

* Fixed incorrect output for doctest blocks

2010-03-09: 0.3.0
=================

New features:

* Added Date.delta() and DateTime.delta() for difference calculations
* Added support for julian day numbers
* Added chrono.DEFAULT_CALENDAR for setting default calendar
* Added chrono.DEFAULT_PARSER for setting default parser

Bugfixes:

* Fixed some errors in the documentation code examples

2010-02-06: 0.2.0
=================

New features:

* Added support for european date/time formats
* Added support for US date/time formats
* Added support for US calendar
* Added Calendar.fullyear(), converts 2-digit years to 4 digits

Backwards-incompatible changes:

* ISOParser methods for specific formats now returns a full normal
  date with year, month, and day instead of parsed values

Bugfixes:

* Fixed handling of 0 hour in Formatter for $12hour and $012hour

2010-01-24: 0.1.0
=================

* Initial release