summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Declare test deps for Travis correctly.HEAD0.7masterVincent Driessen2014-08-241-2/+2
* Add compat note and shrink README.Vincent Driessen2014-08-241-24/+13
* Declare test deps correctly.Vincent Driessen2014-08-243-3/+4
* Also target Python 3.4 on Travis.Vincent Driessen2014-08-241-0/+1
* Bump version to 0.7.Vincent Driessen2014-08-231-1/+1
* Add note on maintenance.Vincent Driessen2014-08-231-8/+8
* Reimplement times on top of Arrow.Vincent Driessen2014-08-234-105/+51
* Declare arrow dependency.Vincent Driessen2014-08-232-3/+2
* Sort imports.Vincent Driessen2014-08-231-4/+6
* Use SVG image for build status, too.Vincent Driessen2014-07-241-1/+1
* Update to SVG image.Vincent Driessen2014-07-241-1/+2
* Add wheel support to times.Vincent Driessen2014-07-241-0/+3
* Switch to using direnv.Vincent Driessen2014-07-241-2/+7
* Merge pull request #12 from dbader/masterVincent Driessen2014-07-243-6/+13
|\
| * Generate coverage data and prepare integration with Coveralls.ioDaniel Bader2013-05-313-6/+13
* | Prepare for 0.6.2.0.6.2Vincent Driessen2013-07-291-1/+1
* | Merge pull request #13 from selwin/masterVincent Driessen2013-07-291-1/+1
|\ \ | |/ |/|
| * Update setup.py to work around a bug where pytz doesn't install on pip >= 1.4Selwin Ong2013-07-291-1/+1
|/
* Bump version to 0.6.1.0.6.1Vincent Driessen2013-02-111-1/+1
* Remove run_tests. Just run 'tox'.Vincent Driessen2013-02-111-7/+0
* Switch to nose.Vincent Driessen2013-02-112-5/+5
* Fix Travis build configuration.Vincent Driessen2013-02-113-4/+10
* Improve compatibility with Python 2.6.Vincent Driessen2013-02-113-5/+14
* Merge pull request #11 from ming13/readme-syntax-highlightingVincent Driessen2013-02-051-16/+30
|\
| * Use syntax highlighting in the readme file.Artur Dryomov2013-02-051-16/+30
|/
* Merge pull request #8 from jparise/typeerrorsVincent Driessen2012-10-272-10/+6
|\
| * Update the unit tests for the TypeError changes.Jon Parise2012-10-261-3/+3
| * Raise TypeErrors for invalid argument types.Jon Parise2012-10-261-7/+3
|/
* Bump version to 0.6.0.6Vincent Driessen2012-10-151-1/+1
* Add PyPy support.Vincent Driessen2012-10-152-0/+6
* Don't depend on six.Vincent Driessen2012-10-152-5/+12
* Add tox tests.Vincent Driessen2012-10-152-0/+7
* Change Travis build status URL.Vincent Driessen2012-10-151-1/+1
* Nose version doens't matter.Vincent Driessen2012-10-151-1/+1
* Fixes setup.py for python3.Alexander Artemenko2012-10-151-3/+3
* Adds Python3 compatibility, using `six` module.Alexander Artemenko2012-10-154-5/+18
* Bump version.0.5Vincent Driessen2012-08-041-1/+1
* Be explicit about requiring >= 2.1.Vincent Driessen2012-08-031-1/+2
* Remove the version-specific python-dateutil logic.Jon Parise2012-08-021-10/+1
* Flake8.Vincent Driessen2012-02-182-23/+28
* By default, use isoformat() to format datetimes.Vincent Driessen2012-02-172-14/+14
* Ignore autoenv .env file.Vincent Driessen2012-02-171-0/+1
* Bump the version number to 0.4.0.4Vincent Driessen2012-02-081-1/+1
* Update the README.Vincent Driessen2012-02-081-0/+23
* Add support for _parsing_ dates.Vincent Driessen2012-02-083-5/+36
* Revert "No need to store the version in a separate file."0.3Vincent Driessen2012-02-043-3/+10
* Bump the version number to 0.3.Vincent Driessen2012-02-031-1/+1
* No need to store the version in a separate file for such a small project.Vincent Driessen2012-02-033-11/+3
* The alias to datetime.datetime.utcnow() suffices, no need to create anVincent Driessen2012-02-031-5/+1
* No need to explain all the details in the README.Vincent Driessen2012-02-031-10/+1