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
20944f811650
parent
31a02f854246
branch
default

Fixed incorrect output for doctest blocks

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