Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #1417699: Reject locale-specific decimal point in float() | Martin v. Löwis | 2006-07-03 | 1 | -0/+3 |
| | | | | and atof(). | ||||
* | This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). | Neal Norwitz | 2006-02-19 | 1 | -3/+5 |
| | | | | | | | | | Google for: eu_ES decimal point shows that BSD locales had the eu_ES decimal point as a single quote (') instead of a comma (,). This was seems to have been fixed 15 months ago, but it's not on our Mac and presumably others. So skip this broken locale. | ||||
* | Add a more informative error message for test_float_parsing so the failing | Brett Cannon | 2006-01-19 | 1 | -2/+4 |
| | | | | locale can be known. | ||||
* | SF#1391872 | Fredrik Lundh | 2005-12-29 | 1 | -0/+12 |
| | | | | | Floating point literals don't work in non-US locale in 2.5. Patch and new locale tests by Hye-Shik Chang. | ||||
* | skip _locale test if OS X < 10.4 | Skip Montanaro | 2005-09-19 | 1 | -0/+6 |
| | |||||
* | Make test__locale more fine-grained. Now test localeconv and nl_langinfo | Brett Cannon | 2005-03-01 | 1 | -9/+56 |
| | | | | | | individually as tests. Also improved output when the test fails. | ||||
* | Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . | Brett Cannon | 2004-09-08 | 1 | -3/+9 |
| | | | | | | | Also added a comment about why the code is bother to see what setlocale thinks the set locale is. Closes bug #1023798. | ||||
* | Ported test__locale to unittest. | Brett Cannon | 2004-09-06 | 1 | -26/+34 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2004-08-20 | 1 | -1/+1 |
| | |||||
* | Reset old locale after running tests. Not doing so broke | Johannes Gijsbers | 2004-08-14 | 1 | -19/+23 |
| | | | | test_format/test_unicode in some circumstances (patch #1007539/bug #992078). | ||||
* | Enable some unittests on FreeBSD. | Hye-Shik Chang | 2003-12-19 | 1 | -1/+2 |
| | | | | | test__locale: add typical POSIX-style full locale names. test_locale: use en_US.US-ASCII on FreeBSD. | ||||
* | Oops. Really fix the indentation problem this time. | Jeremy Hylton | 2003-09-10 | 1 | -13/+13 |
| | |||||
* | Fix inconsistent mix of tabs and spaces that caused test to fail. | Jeremy Hylton | 2003-09-10 | 1 | -5/+4 |
| | |||||
* | Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). | Martin v. Löwis | 2003-09-04 | 1 | -0/+34 |
Will backport to 2.3. |