index
:
delta/python-packages/dateutil.git
trunk
launchpad.net: Obsolete (use python-packages/dateutil-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dateutil
/
parser.py
Commit message (
Expand
)
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
*
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
*
Fixed another precision problem on conversion of decimal seconds to
niemeyer
2008-02-28
1
-8
/
+15
*
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
*
Fixed precision problem on conversion of decimal seconds to
niemeyer
2007-11-05
1
-9
/
+7
*
Fixing parsing of XXhXXm formatted time after day/month/year
niemeyer
2005-07-03
1
-1
/
+2
*
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
*
Fixed two digit zero-year parsing (such as 31-Dec-00), as reported
niemeyer
2004-07-16
1
-1
/
+1
*
Fixing time lexer bug in dates like "Sep.09.2003". It wasn't
niemeyer
2004-03-10
1
-38
/
+54
*
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
*
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