Commit Graph

6 Commits

Author SHA1 Message Date
eric
c961149697 update to 0.6.0
ok benoit@
2009-12-28 09:30:09 +00:00
eric
f07780e9bf update to 0.5.12
ok jasper@
2009-11-19 17:11:30 +00:00
bernd
27732ef7de bump pkgname 2009-03-11 22:09:21 +00:00
eric
863bd1fe1c update to 0.5.11
ok ajacoutot@
2009-02-16 14:45:34 +00:00
eric
8c131ca116 update to 0.5.10
ok wcmaier@
2008-09-01 19:09:17 +00:00
eric
ce55c13d11 Epsilon is a set of utility modules, commonly used by all Divmod projects.
This is intended mainly as a support package for code used by Divmod projects,
and not as an external library.  However, it contains many useful modules and
you can feel free to use them!

Currently included:

  * A powerful date/time formatting and import/export class
    (ExtimeDotTime), for exchanging date and time information between all
    Python's various ways to interpret objects as times or time
    deltas. 
  * Tools for managing concurrent asynchronous processes within
    Twisted. 
  * A metaclass which helps you define classes with explicit states. 
  * A featureful Version class. 
  * A formal system for application of monkey-patches. 

ok pyr@
2008-04-21 19:06:02 +00:00