summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reimplement times on top of Arrow.Vincent Driessen2014-08-231-67/+32
* Improve compatibility with Python 2.6.Vincent Driessen2013-02-111-2/+5
* Update the unit tests for the TypeError changes.Jon Parise2012-10-261-3/+3
* Flake8.Vincent Driessen2012-02-181-23/+26
* By default, use isoformat() to format datetimes.Vincent Driessen2012-02-171-9/+9
* Add support for _parsing_ dates.Vincent Driessen2012-02-081-1/+19
* Add a little more argument checking.Vincent Driessen2012-02-031-6/+11
* Reorder and recategorize tests and functions.Vincent Driessen2012-02-031-43/+43
* Categorize and reorganise tests for readability.Vincent Driessen2012-02-031-27/+27
* Support auto-detection of UNIX timestamps in to_universal().Vincent Driessen2012-02-031-0/+14
* Fix the unit tests (they were failing over here, possibly due toVincent Driessen2012-02-031-14/+41
* unix time conversion functions and testsMichael Van Veen2012-02-021-0/+26
* Allow custom date format strings.Vincent Driessen2012-02-021-0/+7
* Add the initial implementation.Vincent Driessen2012-02-011-0/+105