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