| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 1 | -1/+1 |
* | Issue #1813: merge changeset that reverts a glibc workaround for the | Stefan Krah | 2012-02-02 | 1 | -0/+2 |
|\ |
|
| * | Issue #13441: Reenable strxfrm() tests on Solaris | Victor Stinner | 2011-11-21 | 1 | -4/+0 |
| * | Issue #13441: Disable temporary strxfrm() tests on Solaris | Victor Stinner | 2011-11-21 | 1 | -0/+4 |
| * | Issue #3067: Fix the error raised by locale.setlocale() | Petri Lehtinen | 2011-11-04 | 1 | -0/+8 |
| |\ |
|
| * \ | Merge 68b5f87566fb | Stefan Krah | 2011-08-02 | 1 | -0/+3 |
| |\ \ |
|
| * | | | Try to fix weird buildbot failures | Antoine Pitrou | 2011-07-26 | 1 | -3/+3 |
| * | | | Add debug output for failing buildbot | Antoine Pitrou | 2011-07-26 | 1 | -0/+2 |
* | | | | Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. | Stefan Krah | 2012-02-02 | 1 | -3/+0 |
| |_|/
|/| | |
|
* | | | Issue #3067: Fix the error raised by locale.setlocale() | Petri Lehtinen | 2011-11-04 | 1 | -0/+8 |
| |/
|/| |
|
* | | Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. | Stefan Krah | 2011-08-02 | 1 | -0/+3 |
* | | Backport 0398f07d4827 (fix for weird buildbot failures) | Antoine Pitrou | 2011-07-27 | 1 | -3/+3 |
|/ |
|
* | Add a test for issue #1813: getlocale() failing under a Turkish locale | Antoine Pitrou | 2011-07-24 | 1 | -0/+13 |
* | Merged revisions 84973 via svnmerge from | Hirokazu Yamamoto | 2010-09-24 | 1 | -1/+1 |
* | Merged revisions 80521 via svnmerge from | R. David Murray | 2010-09-05 | 1 | -0/+20 |
* | Merged revisions 80182 via svnmerge from | Ronald Oussoren | 2010-04-18 | 1 | -1/+9 |
* | Merged revisions 76626 via svnmerge from | Amaury Forgeot d'Arc | 2009-12-01 | 1 | -0/+11 |
* | Merged revisions 75537,75539 via svnmerge from | Antoine Pitrou | 2009-10-19 | 1 | -9/+40 |
* | Merged revisions 70936 via svnmerge from | R. David Murray | 2009-04-01 | 1 | -0/+14 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -5/+5 |
* | Merged revisions 70356 via svnmerge from | Antoine Pitrou | 2009-03-14 | 1 | -1/+77 |
* | Merged revisions 65244-65245,65248 via svnmerge from | Antoine Pitrou | 2008-07-26 | 1 | -30/+57 |
* | Merged revisions 65237 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -84/+224 |
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -1/+10 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | Make test_locale pass by removing tests that were designed to handle | Guido van Rossum | 2007-10-24 | 1 | -39/+0 |
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -1/+1 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -6/+9 |
* | Make test_locale pass. | Guido van Rossum | 2007-05-17 | 1 | -0/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -12/+12 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+26 |
* | Work around test_locale failing on Solaris. | Martin v. Löwis | 2005-12-30 | 1 | -3/+8 |
* | [ 1197218 ] test_locale fix on modern linux | Anthony Baxter | 2005-06-03 | 1 | -8/+10 |
* | Add a workaround for a problem that UTF-8 strings can be corrupted | Hye-Shik Chang | 2004-08-04 | 1 | -0/+35 |
* | Enable some unittests on FreeBSD. | Hye-Shik Chang | 2003-12-19 | 1 | -2/+5 |
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -1/+1 |
* | Skip this test on MacOSX: the locale support is too minimal to make | Jack Jansen | 2002-12-30 | 1 | -1/+3 |
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 1 | -0/+2 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2001-05-02 | 1 | -2/+2 |
* | In order to make this test work on Windows, the test locale has to be | Guido van Rossum | 2001-04-15 | 1 | -2/+7 |
* | Patch #415777: new grouping strategy. | Martin v. Löwis | 2001-04-13 | 1 | -0/+37 |