0.4
This version mostly brings the new Period class and improves performances overall.
- Adds the Periodclass, which basically is a datetime-aware interval.
- Makes the format()method support alocalekeyword argument.
- Changes custom directives. %Pbecomes%_zand%tbecomes%_t.
 Basically, all new custom directives will be in the form%_{directive}
- Fixes singular for negative values of intervals.