[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset dfe04eaa3924 by Brett Cannon in branch 'default': Issue #14135: Let's try this again. http://hg.python.org/cpython/rev/dfe04eaa3924 -- ___ Python tracker _

[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: It does, thank you. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Brett Cannon
Brett Cannon added the comment: Can you check the attached patch works for you, Antoine? -- Added file: http://bugs.python.org/file29647/check_locale.diff ___ Python tracker ___

[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: I had to back out this changeset as it totally broke the test suite here: [ 91/372/90] test_defaultdict test test_defaultdict crashed -- Traceback (most recent call last): File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1287, in runtest_inner

[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Brett Cannon
Brett Cannon added the comment: Sorry it took so wrong to get to this. It simply fell out of my purview. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue14135] check for locale changes in test.regrtest

2013-04-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4fcd50a6dca7 by Brett Cannon in branch 'default': Issue #14135: Make sure tests don't leave the locale changed for any http://hg.python.org/cpython/rev/4fcd50a6dca7 -- nosy: +python-dev ___ Python tracker

[issue14135] check for locale changes in test.regrtest

2013-03-26 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue14135] check for locale changes in test.regrtest

2012-07-27 Thread Atsuo Ishimoto
Atsuo Ishimoto added the comment: Patch to check if locale was changed. Since I'm not sure where to put tests for test.regrtest, I created new file, test.test_regrtest. -- keywords: +patch nosy: +ishimoto Added file: http://bugs.python.org/file26540/issue14135.patch _

[issue14135] check for locale changes in test.regrtest

2012-03-03 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for the patch, but I think Brett meant to say that this should be added to Lib/test/regrtest.py:750, among the other resources. -- ___ Python tracker ___

[issue14135] check for locale changes in test.regrtest

2012-03-03 Thread Westley Martínez
Westley Martínez added the comment: Here's a test that checks for changes to the locale. -- nosy: +anikom15 Added file: http://bugs.python.org/file24724/test_14135.py ___ Python tracker ___

[issue14135] check for locale changes in test.regrtest

2012-03-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch type: -> enhancement ___ Python tracker ___ ___ Python-bugs-l

[issue14135] check for locale changes in test.regrtest

2012-02-28 Thread Éric Araujo
Changes by Éric Araujo : -- title: check for locale changes in test.support -> check for locale changes in test.regrtest ___ Python tracker ___ _