Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
parsedatetime-dev
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
parsedatetime-dev
1–30 of 38
Mark all as read
Report group
0 selected
bear
10/9/21
moving discussions to GitHub
I realize that I have not checked this group for a long time and given that development is on GitHub,
unread,
moving discussions to GitHub
I realize that I have not checked this group for a long time and given that development is on GitHub,
10/9/21
bear
6/25/15
v1.5 has been released
Parsedatetime version 1.5 is now available on PyPI Quite a few Issues have been fixed, the code has
unread,
v1.5 has been released
Parsedatetime version 1.5 is now available on PyPI Quite a few Issues have been fixed, the code has
6/25/15
bear
7/11/14
v1.4 released
I just released v1.4 to PyPI https://github.com/bear/parsedatetime/releases/tag/v1.4 for the details
unread,
v1.4 released
I just released v1.4 to PyPI https://github.com/bear/parsedatetime/releases/tag/v1.4 for the details
7/11/14
Pratik Poddar
,
bear
4
3/5/14
Parsing a few date/time formats
Any development over the last 2 weeks, Sir? On Monday, February 17, 2014 7:23:14 PM UTC+5:30, Pratik
unread,
Parsing a few date/time formats
Any development over the last 2 weeks, Sir? On Monday, February 17, 2014 7:23:14 PM UTC+5:30, Pratik
3/5/14
bear
1/24/14
version 1.2 released
I bundled and uploaded to PyPI version 1.2 https://pypi.python.org/pypi?:action=display&name=
unread,
version 1.2 released
I bundled and uploaded to PyPI version 1.2 https://pypi.python.org/pypi?:action=display&name=
1/24/14
Tim Duffy
,
bear
6
3/10/13
parseDateText() returns datetime object when no valid date and/or time is passed in
On Sun, Mar 10, 2013 at 9:31 PM, Tim Duffy <theq...@gmail.com> wrote: Thanks again for the
unread,
parseDateText() returns datetime object when no valid date and/or time is passed in
On Sun, Mar 10, 2013 at 9:31 PM, Tim Duffy <theq...@gmail.com> wrote: Thanks again for the
3/10/13
bear
3/4/13
and v1.1.2 is out :)
Thanks to Antonio for spotting (and fixing! \o/ ) my regression bug. I bumped the version, fixed the
unread,
and v1.1.2 is out :)
Thanks to Antonio for spotting (and fixing! \o/ ) my regression bug. I bumped the version, fixed the
3/4/13
bear
,
Antonio Messina
3
3/4/13
v1.1.1 pushed
please do provide a patch, when I make simple mistakes like this I tend to get even the simple
unread,
v1.1.1 pushed
please do provide a patch, when I make simple mistakes like this I tend to get even the simple
3/4/13
Ed
,
bear
3
11/3/11
Change/add date separator
On Nov 1, 1:54 am, bear <bea...@gmail.com> wrote: > > If your of the hacking mind, I
unread,
Change/add date separator
On Nov 1, 1:54 am, bear <bea...@gmail.com> wrote: > > If your of the hacking mind, I
11/3/11
Saptarshi Joy Guha
,
bear
2
3/28/11
Parsing this causes year to be 2012
On Sun, Mar 27, 2011 at 23:20, Saptarshi Joy Guha <saptars...@gmail.com> wrote: > Hello,
unread,
Parsing this causes year to be 2012
On Sun, Mar 27, 2011 at 23:20, Saptarshi Joy Guha <saptars...@gmail.com> wrote: > Hello,
3/28/11
Fishtank
,
bear
3
12/7/10
Parsing the string "in 2hrs"
Perfect. Thank you. Saptarshi
unread,
Parsing the string "in 2hrs"
Perfect. Thank you. Saptarshi
12/7/10
bear
9/7/09
Python v3 support
I've branched the trunk to create branches/python25 where all of the 0.8.* code now lives and
unread,
Python v3 support
I've branched the trunk to create branches/python25 where all of the 0.8.* code now lives and
9/7/09
Oleg Broytmann
,
bear
5
4/24/09
Parse Russian date/time
wow - that is going to be a challenge. I may have to make the routine that does the various checks
unread,
Parse Russian date/time
wow - that is going to be a challenge. I may have to make the routine that does the various checks
4/24/09
Oleg Broytmann
,
bear
3
4/23/09
'1 day 3 hours ago'
On Wed, Apr 22, 2009 at 07:38:22PM -0400, bear wrote: > yea, that is a current bug - the parser
unread,
'1 day 3 hours ago'
On Wed, Apr 22, 2009 at 07:38:22PM -0400, bear wrote: > yea, that is a current bug - the parser
4/23/09
Oleg Broytmann
,
bear
2
4/22/09
Backslashes
thanks for the patch, i'll make that change On Wed, Apr 22, 2009 at 12:27 PM, Oleg Broytmann <
unread,
Backslashes
thanks for the patch, i'll make that change On Wed, Apr 22, 2009 at 12:27 PM, Oleg Broytmann <
4/22/09
The TechGuru Floyd
,
bear
2
2/21/09
0.8.7 parsedatetime/t2.py
oops - ya, that's a local test script for something that I haven't merged - good catch!
unread,
0.8.7 parsedatetime/t2.py
oops - ya, that's a local test script for something that I haven't merged - good catch!
2/21/09
krishna
2/2/09
The English event parser doesn't recognise "day month" format, only "month day" format
Hi Guys, The .en parser only recognises "jan 17" or "jan 17 - 26" not "17
unread,
The English event parser doesn't recognise "day month" format, only "month day" format
Hi Guys, The .en parser only recognises "jan 17" or "jan 17 - 26" not "17
2/2/09
krishna
1/29/09
Date parser Question
Hi guys, I have the following tokens in my code, "17 jan" or "17 - 26 jan" or
unread,
Date parser Question
Hi guys, I have the following tokens in my code, "17 jan" or "17 - 26 jan" or
1/29/09
bear
1/9/09
v0.8.7 released
From the ChangeLog: Apply patch submitted by Michael Lim to fix the problem parsedatetime was having
unread,
v0.8.7 released
From the ChangeLog: Apply patch submitted by Michael Lim to fix the problem parsedatetime was having
1/9/09
Michael Lim
,
bear
3
1/8/09
Patch for Allowing Day of Month Before Month
Hi there, You're most welcome! Name and email will do nicely, thanks! Keep up the good work on
unread,
Patch for Allowing Day of Month Before Month
Hi there, You're most welcome! Name and email will do nicely, thanks! Keep up the good work on
1/8/09
felciano
,
bear
2
10/19/08
Offsets of parsed date text?
Right now there isn't a way to pull out the text that was matched for a date. It has been
unread,
Offsets of parsed date text?
Right now there isn't a way to pull out the text that was matched for a date. It has been
10/19/08
Chris Lambacher
,
bear
3
9/27/08
Patch to optionally use Babel instead of PyICU for source data.
No hurry, It is still not actually totally working for me. Not because I think there is anything
unread,
Patch to optionally use Babel instead of PyICU for source data.
No hurry, It is still not actually totally working for me. Not because I think there is anything
9/27/08
felciano
7/20/08
Parse and extract?
Hi -- I'm loving parsedatetime -- it is a great module! Is it possible to use the parser to grab
unread,
Parse and extract?
Hi -- I'm loving parsedatetime -- it is a great module! Is it possible to use the parser to grab
7/20/08
felciano
,
bear
6
6/23/08
Semantics of time tuples?
PDT returns the stock time module tuple: lib/module-time.html: 0 tm_year (for example, 1993) 1 tm_mon
unread,
Semantics of time tuples?
PDT returns the stock time module tuple: lib/module-time.html: 0 tm_year (for example, 1993) 1 tm_mon
6/23/08
bear
4/21/08
0.8.6 has been built
It can be found via the Python Package Index, Google Code or my own website: http://pypi.python.org/
unread,
0.8.6 has been built
It can be found via the Python Package Index, Google Code or my own website: http://pypi.python.org/
4/21/08
inducer
,
bear
2
4/20/08
Upload 0.8.5 to PyPI
Andreas, Yep - completely blew that didn't I. My new day job has been very busy so I completely
unread,
Upload 0.8.5 to PyPI
Andreas, Yep - completely blew that didn't I. My new day job has been very busy so I completely
4/20/08
Alexis
,
bear
2
3/16/07
python-dateutil
Alexis, ugh - sorry for the late reply. Yes I have seen it and it's used within Chandler IIRC
unread,
python-dateutil
Alexis, ugh - sorry for the late reply. Yes I have seen it and it's used within Chandler IIRC
3/16/07
Alexis
,
bear
6
2/21/07
future plans
On Feb 21, 3:57 am, "Alexis" <alexisgallag...@gmail.com> wrote: > Hi again, >
unread,
future plans
On Feb 21, 3:57 am, "Alexis" <alexisgallag...@gmail.com> wrote: > Hi again, >
2/21/07
Alexis
2/21/07
doctest version of TestSimpleDateTimes
Hi, I've written a doctest version of TestSimpleDateTimes. It reproduces all the original tests,
unread,
doctest version of TestSimpleDateTimes
Hi, I've written a doctest version of TestSimpleDateTimes. It reproduces all the original tests,
2/21/07
ram
,
bear
3
12/6/06
sourceTime seems to be ignored for evalRange
Rick, Ugh - I switched from Mail on my laptop to using Mutt in a screen session as an expiriment
unread,
sourceTime seems to be ignored for evalRange
Rick, Ugh - I switched from Mail on my laptop to using Mutt in a screen session as an expiriment
12/6/06