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

python-chrono / NEWS

commit
5cbf5de128e4
parent
e0a34d0b4e61
branch
default
tags
0.3.0

prepare version 0.3.0

1
5cbf5de128e4
2010-03-09: 0.3.0
2
45d912f5b12e
=================
3
45d912f5b12e
4
45d912f5b12e
New features:
5
45d912f5b12e
6
45d912f5b12e
* Added Date.delta() and DateTime.delta() for difference calculations
7
549aa58a4435
* Added support for julian day numbers
8
333b28ba2b2d
* Added chrono.DEFAULT_CALENDAR for setting default calendar
9
333b28ba2b2d
* Added chrono.DEFAULT_PARSER for setting default parser
10
45d912f5b12e
11
e0a34d0b4e61
Bugfixes:
12
e0a34d0b4e61
13
e0a34d0b4e61
* Fixed some errors in the documentation code examples
14
e0a34d0b4e61
15
9f7942894b17
2010-02-06: 0.2.0
16
084f7ecb2405
=================
17
084f7ecb2405
18
9f7942894b17
New features:
19
9f7942894b17
20
a787e159f1ff
* Added support for european date/time formats
21
a787e159f1ff
* Added support for US date/time formats
22
a787e159f1ff
* Added support for US calendar
23
a787e159f1ff
* Added Calendar.fullyear(), converts 2-digit years to 4 digits
24
a787e159f1ff
25
515066c3cb63
Backwards-incompatible changes:
26
515066c3cb63
27
515066c3cb63
* ISOParser methods for specific formats now returns a full normal
28
515066c3cb63
  date with year, month, and day instead of parsed values
29
515066c3cb63
30
9f7942894b17
Bugfixes:
31
9f7942894b17
32
9f7942894b17
* Fixed handling of 0 hour in Formatter for $12hour and $012hour
33
9f7942894b17
34
61216c2dc95c
2010-01-24: 0.1.0
35
9827f80818dc
=================
36
9827f80818dc
37
9827f80818dc
* Initial release