summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use /usr/bin/env, test for py33 and how to release in README.HEADtrunkTomi Pieviläinen2013-11-015-4/+16
* Document fuzzy_with_tokens, update NEWS to prepare for 2.2Tomi Pieviläinen2013-10-313-1/+14
* Merge Christopher Corley's changesTomi Pieviläinen2013-10-312-6/+44
|\
| * Add fuzzy parsing that additionally returns the skipped substrings.Christopher Corley2012-12-242-9/+47
* | Fix whitespaceTomi Pieviläinen2013-10-311-12/+12
* | More information about updating the zoneinfo database.Tomi Pieviläinen2013-10-312-4/+38
|/
* Fix installation problem when LANG=CTomi Pieviläinen2012-04-291-1/+2
|\
| * Fix UnicodeDecodeError in setup.py when LANG=C.Mike Gilbert2012-04-031-1/+2
* | Add classifiers to setup.pyTomi Pieviläinen2012-04-291-0/+12
|/
* A small comment still pointed to NIH tzdata server2.1Tomi Pieviläinen2012-03-281-1/+1
* Preparing for releaseTomi Pieviläinen2012-03-282-7/+9
* Change tzdata ftp server and processingTomi Pieviläinen2012-03-282-6/+9
* Merge license fixesTomi Pieviläinen2012-03-2813-28/+26
|\
| * Metadata fixesTomi Pieviläinen2012-03-0313-28/+26
* | Fix relativedelta arithmetics, bug #965881Tomi Pieviläinen2012-03-282-45/+66
* | Simplify testing code.Thomas Kluyver2012-03-251-1/+2
* | Fix for adding build directory to path on Python >=3.2Thomas Kluyver2012-03-252-1/+6
|/
* README fixes, tz cleanupTomi Pieviläinen2012-03-032-3/+14
* Ismael Carnales sent a patch to add a time format + fixing format testsTomi Pieviläinen2012-02-192-28/+20
* Add "Sept" abbreviation to parserTomi Pieviläinen2012-02-191-1/+1
* Fix last ambigious isinstanceTomi Pieviläinen2012-02-191-1/+1
* Fix opening files in tzTomi Pieviläinen2012-02-192-4/+10
* Fix relativedelta arithmeticsTomi Pieviläinen2012-02-192-8/+18
* Check for longs and ints in Python2.xTomi Pieviläinen2012-02-184-18/+51
* Merge new style classes branch, works now on 2.6-3.2Tomi Pieviläinen2012-02-188-34/+93
|\
| * Fix #885219 : Use new-style python classesgl@clarisys.fr2011-11-025-13/+13
| * Added unittesting for #884317gl@clarisys.fr2011-11-021-0/+9
| * FIX #884317 : correct use of microsecond when talking about microsecondsgl@clarisys.fr2011-11-021-2/+2
* | Updated version to 2.0.Gustavo Niemeyer2011-03-242-1/+10
* | PSF License doesn't exist. This is Simplified BSD.Gustavo Niemeyer2011-03-247-265/+35
* | Use python3 on banglines.Gustavo Niemeyer2011-03-243-3/+3
* | Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer2011-03-2412-496/+491
|/
* Preparing for 1.5.niemeyer2010-03-303-4/+4
* Adam Ryan reported a problem in the relativedelta implementation whichniemeyer2010-03-303-1/+22
* As reported by Mathieu Bridon, rrules were matching the bysecond rulesniemeyer2010-03-302-1/+12
* Tweak setup.py so that it may run even when fired fromniemeyer2010-01-111-1/+2
* Use zip_safe=False, as suggested by Stephan Richter.niemeyer2008-08-071-0/+1
* Updated NEWS file for 1.4.1.niemeyer2008-08-071-0/+2
* Using .tar.gz extension, so that it works better with setuptools.niemeyer2008-08-074-13/+9
* Fixed DST signal handling in zoneinfo files. Reported byniemeyer2008-02-282-1/+12
* - Fixed case where tzrange.utcoffset and tzrange.dst() might fail dueniemeyer2008-02-284-12/+56
* Fixed another precision problem on conversion of decimal seconds toniemeyer2008-02-283-8/+38
* Updating version to 1.3.niemeyer2007-11-201-1/+1
* All code is now compatible with new-style division.niemeyer2007-11-207-21/+23
* Updating copyright dates.niemeyer2007-11-121-1/+1
* Updated NEWS file.niemeyer2007-11-121-0/+10
* Fixed bug in constructor of parser, and converted parser classes toniemeyer2007-11-122-21/+37
* Adding change to NEWS file.niemeyer2007-11-121-0/+7
* Moving the version number to dateutil/__init__.py, as requestedniemeyer2007-11-122-1/+9
* Fixed precision problem on conversion of decimal seconds toniemeyer2007-11-052-9/+15