[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2020-07-01 Thread gerritbot
gerritbot added a comment. Change 608690 **merged** by jenkins-bot: [pywikibot/core@master] [tests] Remove failing test_ASCII_compatible test https://gerrit.wikimedia.org/r/c/pywikibot/core/ /608690 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2020-06-30 Thread gerritbot
gerritbot added a comment. Change 608690 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [tests] Remove failing test_ASCII_compatible test https://gerrit.wikimedia.org/r/c/pywikibot/core/ /608690 TASK DETAIL https://phabricator.wikimedia.org/T66958

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-10-02 Thread XZise
XZise added a comment. The mentioned django bug report does not mention https://www.python.org/dev/peps/pep-3138/#motivation: > - Convert other non-printable characters(0x00-0x1f, 0x7f) and non-ASCII > characters (>= 0x80) to '\xXX'. > > […] > > For Unicode strings, the following

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-08-21 Thread jayvdb
jayvdb added a comment. With https://gerrit.wikimedia.org/r/231566 , I believe we've got a good solution which means this bug wont have much impact. TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-08-21 Thread gerritbot
gerritbot added a comment. Change 228620 abandoned by Xqt: [FIX] Workaround fix for UnicodeEncodeError in api.py https://gerrit.wikimedia.org/r/228620 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-08-02 Thread gerritbot
gerritbot added a comment. Change 228620 had a related patch set uploaded (by Xqt): [FIX] Workaround fix for UnicodeEncodeError in api.py https://gerrit.wikimedia.org/r/228620 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-07-09 Thread gerritbot
gerritbot added a comment. Change 223880 had a related patch set uploaded (by Merlijn van Deen): [bugfix] Workaround UnicodeDecodeError on api error https://gerrit.wikimedia.org/r/223880 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-07-09 Thread gerritbot
gerritbot added a comment. Change 223880 merged by jenkins-bot: [bugfix] Workaround UnicodeDecodeError on api error https://gerrit.wikimedia.org/r/223880 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-06-25 Thread gerritbot
gerritbot added a comment. Change 219618 had a related patch set uploaded (by XZise): [bugfix] Workaround UnicodeDecodeError on api error https://gerrit.wikimedia.org/r/219618 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-06-25 Thread XZise
XZise added a comment. The suggestion in https://phabricator.wikimedia.org/T66958#705611 only handles the original problem discussed here where the codec itself can't encode characters present in the title. But on all systems it'll always fail when using a non-ASCII title (or namespace) and it

[Pywikipedia-bugs] [Maniphest] [Commented On] T66958: Python 2 Page representation (repr) returns non-ASCII bytes

2015-06-25 Thread gerritbot
gerritbot added a comment. Change 220613 merged by jenkins-bot: [FEAT] page_tests: Page repr encoding test https://gerrit.wikimedia.org/r/220613 TASK DETAIL https://phabricator.wikimedia.org/T66958 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: