| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add fuzzy parsing that additionally returns the skipped substrings. | Christopher Corley | 2012-12-24 | 1 | -6/+34 |
| | | |||||
| * | Metadata fixes | Tomi Pieviläinen | 2012-03-03 | 1 | -2/+1 |
| | | | | | | | | | | | Fix remaining references to PSF license, change maintainer info. Removed most occurances of __author__, since it felt redundant with the copyright notice (credit) and package metadata (developer contact). Also fixed references to Python 2.3 (it's not even tested anymore) and changed calls from python3 to just python (let the system decide). | ||||
| * | Ismael Carnales sent a patch to add a time format + fixing format tests | Tomi Pieviläinen | 2012-02-19 | 1 | -0/+11 |
| | | |||||
| * | Add "Sept" abbreviation to parser | Tomi Pieviläinen | 2012-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix last ambigious isinstance | Tomi Pieviläinen | 2012-02-19 | 1 | -1/+1 |
| | | |||||
| * | Check for longs and ints in Python2.x | Tomi Pieviläinen | 2012-02-18 | 1 | -2/+2 |
| | | |||||
| * | Merge new style classes branch, works now on 2.6-3.2 | Tomi Pieviläinen | 2012-02-18 | 1 | -1/+13 |
| |\ | |||||
| * | | PSF License doesn't exist. This is Simplified BSD. | Gustavo Niemeyer | 2011-03-24 | 1 | -1/+1 |
| | | | |||||
| * | | Applying Python 3 support patch by Brian Jones. | Gustavo Niemeyer | 2011-03-24 | 1 | -19/+20 |
| |/ | |||||
| * | - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due | niemeyer | 2008-02-28 | 1 | -1/+3 |
| | | | | | | | | | | | to a date being used where a datetime was expected (reported and fixed by Lennart Regebro). - Prevent tzstr from introducing daylight timings in strings that didn't specify them (reported by Lennart Regebro). - Calls like gettz("GMT+3") and gettz("UTC-2") will now return the expected values, instead of the TZ variable behavior. | ||||
| * | Fixed another precision problem on conversion of decimal seconds to | niemeyer | 2008-02-28 | 1 | -8/+15 |
| | | | | | | microseconds, as reported by Erik Brown. Now they're gone for real, since it's not using floating point arithmetic anymore. | ||||
| * | All code is now compatible with new-style division. | niemeyer | 2007-11-20 | 1 | -1/+1 |
| | | |||||
| * | Updating copyright dates. | niemeyer | 2007-11-12 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug in constructor of parser, and converted parser classes to | niemeyer | 2007-11-12 | 1 | -18/+22 |
| | | | | | new-style classes. Original report and patch by Michael Elsdörfer. | ||||
| * | Fixed precision problem on conversion of decimal seconds to | niemeyer | 2007-11-05 | 1 | -9/+7 |
| | | | | | microseconds, as reported by Skip Montanaro. | ||||
| * | Fixing parsing of XXhXXm formatted time after day/month/year | niemeyer | 2005-07-03 | 1 | -1/+2 |
| | | | | | has been parsed. | ||||
| * | Updating (c) information. | niemeyer | 2005-02-24 | 1 | -2/+2 |
| | | |||||
| * | Accept parserinfo instances as the parser parameter. | niemeyer | 2005-02-22 | 1 | -2/+7 |
| | | |||||
| * | StringIO returns '\x00' characters when given a unicode string. Ignore | niemeyer | 2005-02-22 | 1 | -0/+2 |
| | | | | | them while parsing dates. | ||||
| * | Fixed two digit zero-year parsing (such as 31-Dec-00), as reported | niemeyer | 2004-07-16 | 1 | -1/+1 |
| | | | | | by Jim Abramson, and included test case for this. | ||||
| * | Fixing time lexer bug in dates like "Sep.09.2003". It wasn't | niemeyer | 2004-03-10 | 1 | -38/+54 |
| | | | | | splitting "09.2003", as reported by Andre Wobst. | ||||
| * | Minor changes in __author__ variable. | niemeyer | 2003-10-09 | 1 | -1/+1 |
| | | |||||
| * | Implemented support for YYYYMMDDhhmm[ss] format dates in parser. | niemeyer | 2003-10-09 | 1 | -0/+10 |
| | | |||||
| * | Reorganized parser module in classes, and renamed the tzoffsets keyword | niemeyer | 2003-10-06 | 1 | -538/+548 |
| | | | | | parameter of parser() function to tzinfos. | ||||
| * | Implemented new scheme to pass weekday information to relativedelta. | niemeyer | 2003-09-29 | 1 | -1/+1 |
| | | |||||
| * | Importing development code into trunk. | niemeyer | 2003-09-28 | 1 | -0/+831 |
