- 8c6026b Use /usr/bin/env, test for py33 and how to release in README. by Tomi Pieviläinen · 12 years ago master
- e49a259 Document fuzzy_with_tokens, update NEWS to prepare for 2.2 by Tomi Pieviläinen · 12 years ago
- a293ed6 Merge Christopher Corley's changes by Tomi Pieviläinen · 12 years ago
- 6a2fbff Fix whitespace by Tomi Pieviläinen · 12 years ago
- 4628efe More information about updating the zoneinfo database. by Tomi Pieviläinen · 12 years ago
- 1c49121 Add fuzzy parsing that additionally returns the skipped substrings. by Christopher Corley · 12 years ago
- 11a2deb Fix installation problem when LANG=C by Tomi Pieviläinen · 13 years ago
- aefdb2b Add classifiers to setup.py by Tomi Pieviläinen · 13 years ago
- bc461d8 Fix UnicodeDecodeError in setup.py when LANG=C. by Mike Gilbert · 13 years ago
- 41d96ae A small comment still pointed to NIH tzdata server by Tomi Pieviläinen · 13 years ago 2.1
- 691a3cc Preparing for release by Tomi Pieviläinen · 13 years ago
- e551507 Change tzdata ftp server and processing by Tomi Pieviläinen · 13 years ago
- 4e5cd8f Merge license fixes by Tomi Pieviläinen · 13 years ago
- 15fc1fa Fix relativedelta arithmetics, bug #965881 by Tomi Pieviläinen · 13 years ago
- 836f161 Simplify testing code. by Thomas Kluyver · 13 years ago
- f035aef Fix for adding build directory to path on Python >=3.2 by Thomas Kluyver · 13 years ago
- 40996e0 Metadata fixes by Tomi Pieviläinen · 13 years ago
- 8a7cfe0 README fixes, tz cleanup by Tomi Pieviläinen · 13 years ago
- 87fdf7f Ismael Carnales sent a patch to add a time format + fixing format tests by Tomi Pieviläinen · 13 years ago
- 464d448 Add "Sept" abbreviation to parser by Tomi Pieviläinen · 13 years ago
- 7fc1cfa Fix last ambigious isinstance by Tomi Pieviläinen · 13 years ago
- 95b2a24 Fix opening files in tz by Tomi Pieviläinen · 13 years ago
- b6993d0 Fix relativedelta arithmetics by Tomi Pieviläinen · 13 years ago
- f21920a Check for longs and ints in Python2.x by Tomi Pieviläinen · 13 years ago
- 628cb9e Merge new style classes branch, works now on 2.6-3.2 by Tomi Pieviläinen · 13 years ago
- fe750f2 Fix #885219 : Use new-style python classes by gl@clarisys.fr · 14 years ago
- f303a77 Added unittesting for #884317 by gl@clarisys.fr · 14 years ago
- b7c23a1 FIX #884317 : correct use of microsecond when talking about microseconds by gl@clarisys.fr · 14 years ago
- 52093c9 Updated version to 2.0. by Gustavo Niemeyer · 14 years ago
- 074cf27 PSF License doesn't exist. This is Simplified BSD. by Gustavo Niemeyer · 14 years ago
- cda59fd Use python3 on banglines. by Gustavo Niemeyer · 14 years ago
- ac37a80 Applying Python 3 support patch by Brian Jones. by Gustavo Niemeyer · 14 years ago
- 30af002 Preparing for 1.5. by niemeyer · 15 years ago v1.5
- e9f0b24 Adam Ryan reported a problem in the relativedelta implementation which by niemeyer · 15 years ago
- 27bf3ec As reported by Mathieu Bridon, rrules were matching the bysecond rules by niemeyer · 15 years ago
- 4917874 Tweak setup.py so that it may run even when fired from by niemeyer · 15 years ago
- e52d780 Use zip_safe=False, as suggested by Stephan Richter. by niemeyer · 17 years ago
- 124c329 Updated NEWS file for 1.4.1. by niemeyer · 17 years ago
- 55254c5 Using .tar.gz extension, so that it works better with setuptools. by niemeyer · 17 years ago
- 3cb423c Fixed DST signal handling in zoneinfo files. Reported by by niemeyer · 17 years ago
- 05c217d - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due by niemeyer · 17 years ago
- f296b1a Fixed another precision problem on conversion of decimal seconds to by niemeyer · 17 years ago
- d41f89a Updating version to 1.3. by niemeyer · 18 years ago
- d0bbacb All code is now compatible with new-style division. by niemeyer · 18 years ago
- 2e30204 Updating copyright dates. by niemeyer · 18 years ago
- b2df80e Updated NEWS file. by niemeyer · 18 years ago
- 717c317 Fixed bug in constructor of parser, and converted parser classes to by niemeyer · 18 years ago
- b085ec6 Adding change to NEWS file. by niemeyer · 18 years ago
- 313ef14 Moving the version number to dateutil/__init__.py, as requested by Darren Dale. by niemeyer · 18 years ago
- c52a13d Fixed precision problem on conversion of decimal seconds to by niemeyer · 18 years ago
- 2702259 Initialize tzid and comps in tz.py, to prevent the code from ever by niemeyer · 18 years ago
- 75b11fb Updated NEWS file. by niemeyer · 18 years ago
- 5c67cf3 Removed bare string exceptions, as reported by Wilfredo Sánchez Vega. by niemeyer · 18 years ago
- bd2c11a Fix bug in leap count parsing (reported and fixed by Eugene Oden). by niemeyer · 18 years ago
- 82b1e43 Preparing for 1.2. by niemeyer · 19 years ago
- f79a132 Ensure bysetpos is in an acceptable range. by niemeyer · 19 years ago
- 224c831 In tzfile, round offsets to full minutes if needed, since Python's by niemeyer · 19 years ago
- 4c1bcb1 Get the latest zoneinfo file when many are available. by niemeyer · 19 years ago
- 39f25fe Import reordering. by niemeyer · 19 years ago
- 0a33cd8 One more item in the NEWS file. by niemeyer · 19 years ago
- 97aef7e Updating NEWS file. by niemeyer · 19 years ago
- d825645 Oops.. version 1.1 was still unreleased. by niemeyer · 19 years ago
- 34788e4 - Fixed support for negative byyearday in rrule. by niemeyer · 19 years ago
- a5cb5cf Additional PYTHONLIB variable change by Sidnei da Silva. by niemeyer · 19 years ago
- 6a065bd In gettz(), if name is None and everything else fails, return tzlocal(). by niemeyer · 19 years ago
- db8b18d - Applying patch by Sidnei da Silva do install the zoneinfo file by niemeyer · 19 years ago
- 176bf8c Preparing to release 1.1. by niemeyer · 20 years ago
- 328d6ce - Fixed rrule byyearday handling. Abramo Bagnara pointed out that by niemeyer · 20 years ago
- 1fe251e Fixing release of noarch package on README file. by niemeyer · 20 years ago
- ab40cc7 Updating version on README to 1.0. by niemeyer · 20 years ago
- 38fbb77 - Updating version to 1.0. - Adding tests for internal zoneinfo timezone. by niemeyer · 20 years ago
- 0836008 Adding patch by Jeffrey Harris optimizing rrule.__contains__(). by niemeyer · 20 years ago
- d626a54 Fixing typo. by niemeyer · 20 years ago
- 8bfedd8 Fixing parsing of XXhXXm formatted time after day/month/year has been parsed. by niemeyer · 20 years ago
- 1d784c5 Updating (c) information. by niemeyer · 20 years ago
- f9dca76 - Include tzwinlocal in tz.__all__. by niemeyer · 20 years ago
- b5cbf03 Preparing to release 0.9. by niemeyer · 20 years ago
- 9e53630 Included in the README references to the zoneinfo module. by niemeyer · 20 years ago
- e2b6346 - More improvements in tzwin. by niemeyer · 20 years ago
- debf3cd - Now tzfile() will unpickle to the updated file. by niemeyer · 20 years ago
- f57df0b Adding rrulewrapper.py in a sandbox. by niemeyer · 20 years ago
- 0f8b78e Fixing pickling of tz classes, as reported by by niemeyer · 20 years ago
- e8a0e97 Changed default zoneinfo file format to gz. by niemeyer · 20 years ago
- 672e2eb Added support for internal timezone information. by niemeyer · 20 years ago
- 5912df3 Accept parserinfo instances as the parser parameter. by niemeyer · 20 years ago
- c5a085a StringIO returns '\x00' characters when given a unicode string. Ignore by niemeyer · 20 years ago
- 533563e Fixing bug which happened when tzoffsetfrom was 0. by niemeyer · 20 years ago
- 8fe6fca Changed weekday to spell the not-set n value as None instead by niemeyer · 21 years ago
- 4da06a4 - Removed FREQ_ prefix from frequency constants. by niemeyer · 21 years ago
- 2cf0ef1 Fixed rrule.between() for cases where "after" is achieved before by niemeyer · 21 years ago
- 075fba2 Fixed two digit zero-year parsing (such as 31-Dec-00), as reported by niemeyer · 21 years ago
- 5237385 - Sort exdate and rdate before iterating over them, so that it's by niemeyer · 21 years ago
- 91a8c3d Updated version to 0.4. by niemeyer · 21 years ago
- e2a0779 Fixing time lexer bug in dates like "Sep.09.2003". It wasn't by niemeyer · 21 years ago
- 5e234cf Removing scheduler.py. by niemeyer · 21 years ago
- 7712560 Implemented scheduler module. by niemeyer · 22 years ago
- 9bfcf84 - Added a quick example at the documentation's top. - Updated version to 0.3. by niemeyer · 22 years ago
- d02467f Fixed rrule.__getitem__() with index 0. by niemeyer · 22 years ago
- 091722d Added two exhaustive ctime() and isoformat() parsing tests. by niemeyer · 22 years ago
- b8f3db6 Updated documentation to include reference to new methods. by niemeyer · 22 years ago