summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/mini_dateutil.py
AgeCommit message (Collapse)Author
2012-08-12Fix ISO date parsing fallback.Lance Stout
Closes issue #194
2012-02-18Fix instances of using undefined variables.Lance Stout
2011-08-04Fix Python3 issue with dict.has_key()Lance Stout
2011-08-04Fix Python3 bug.Lance Stout
Use int() instead of long()
2011-08-04Actually, we can work around needing dateutil.Lance Stout
If dateutil is present, we'll use that. If not, we'll use some regexes from the fixed_datetime module.