[issue21855] Fix decimal in unicodeless build

2014-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: commit review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue21855] Fix decimal in unicodeless build

2014-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Mark and Stefan for your reviews. -- assignee: -> serhiy.storchaka dependencies: -Fix unicodeless build of Python resolution: -> fixed status: open -> closed ___ Python tracker

[issue21855] Fix decimal in unicodeless build

2014-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 108377d0e24f by Serhiy Storchaka in branch '2.7': Issue #21855: Fixed the decimal module in unicode disabled build. https://hg.python.org/cpython/rev/108377d0e24f -- nosy: +python-dev ___ Python tracker

[issue21855] Fix decimal in unicodeless build

2014-10-14 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21855] Fix decimal in unicodeless build

2014-10-14 Thread Stefan Krah
Stefan Krah added the comment: LGTM, too. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue21855] Fix decimal in unicodeless build

2014-06-29 Thread Mark Dickinson
Mark Dickinson added the comment: Looks fine to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue21855] Fix decimal in unicodeless build

2014-06-29 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue21855] Fix decimal in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue21855] Fix decimal in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the decimal module and it's tests for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests files: decimal.patch keywords: patch messages: 221429 nosy: benjamin.peterson, facundobatista, m