[issue5434] datetime.monthdelta

2011-01-10 Thread AdamN
AdamN added the comment: For future reference, python-dateutil seems like the maintained way to deal with "human" dates outside of the stdlib. http://pypi.python.org/pypi/python-dateutil -- nosy: +adamnelson ___ Python tracker

[issue5434] datetime.monthdelta

2010-06-02 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Rejecting this for stdlib. A 3rd party package is available at http://pypi.python.org/pypi?name=MonthDelta&:action=display . -- stage: -> committed/rejected status: pending -> closed ___ Python tracker

[issue5434] datetime.monthdelta

2010-06-01 Thread Jess Austin
Changes by Jess Austin : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue5434] datetime.monthdelta

2010-06-01 Thread Jess Austin
Jess Austin added the comment: Yeah, the masses have spoken, and their silence is deafening. I was going to downplay the "health" of the package based on the number of downloads, but then I looked at the "futures" page. b^) Seriously, getting this in would require a core developer wanting

[issue5434] datetime.monthdelta

2010-05-25 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: MonthDelta has been published on PyPI and there was no activity on this issue since then. I conclude that there is little support for including this in stdlib. I am marking this as "rejected" and setting the status to pending. I will close this issue

[issue5434] datetime.monthdelta

2009-04-22 Thread Jess Austin
Changes by Jess Austin : Removed file: http://bugs.python.org/file13696/monthdelta2.diff ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue5434] datetime.monthdelta

2009-04-22 Thread Jess Austin
Changes by Jess Austin : Added file: http://bugs.python.org/file13743/monthdelta3.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5434] datetime.monthdelta

2009-04-22 Thread Jess Austin
Jess Austin added the comment: The backport through python 2.3 is up at PyPI: http://pypi.python.org/pypi?name=MonthDelta&:action=display Download source and install, or just easy_install. Documentation is also linked at PyPI. -- ___ Python tracker

[issue5434] datetime.monthdelta

2009-04-21 Thread Chris Rebert
Changes by Chris Rebert : -- nosy: +cvrebert ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue5434] datetime.monthdelta

2009-04-15 Thread Jess Austin
Changes by Jess Austin : Removed file: http://bugs.python.org/file13309/monthdelta.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5434] datetime.monthdelta

2009-04-15 Thread Jess Austin
Changes by Jess Austin : Added file: http://bugs.python.org/file13696/monthdelta2.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5434] datetime.monthdelta

2009-03-24 Thread Jess Austin
Jess Austin added the comment: With the rejection of Issue 5530, it seems best for the name of this class to remain lowercase. Mixing casing schemes within the same module would be perverse. -- title: datetime.MonthDelta -> datetime.monthdelta ___ P

[issue5434] datetime.MonthDelta

2009-03-12 Thread Jess Austin
Changes by Jess Austin : Removed file: http://bugs.python.org/file13258/datetimemodule.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5434] datetime.MonthDelta

2009-03-12 Thread Jess Austin
Changes by Jess Austin : Added file: http://bugs.python.org/file13309/monthdelta.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5434] datetime.MonthDelta

2009-03-11 Thread Jess Austin
Jess Austin added the comment: This prototype python implementation passes the same tests that the C implementation in the patch does (modulo import differences). I'll probably backport this for 2.x versions. -- Added file: http://bugs.python.org/file13307/monthdelta.py __

[issue5434] datetime.MonthDelta

2009-03-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +lemburg, tim_one ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue5434] datetime.MonthDelta

2009-03-06 Thread Jess Austin
Jess Austin added the comment: Rietveld link: http://codereview.appspot.com/25079 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue5434] datetime.MonthDelta

2009-03-06 Thread Jess Austin
Jess Austin added the comment: This is my first try at a patch. All functionality, tests, and documentation are included, but I won't be surprised if I need to make some changes! Please let me know. -- keywords: +patch Added file: http://bugs.python.org/file13258/datetimemodule.diff

[issue5434] datetime.MonthDelta

2009-03-06 Thread Jess Austin
New submission from Jess Austin : datetime is a wonderful module. Perhaps the only inconvenient aspect of using it is dealing with month calculations and comparisons. This patch adds a simple class, monthdelta, which represents date offsets in terms of months. It supports basic integer-like ar