Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30836: fix test_c_locale_coercion on AIX (GH-2713) | Nick Coghlan | 2017-07-15 | 1 | -1/+8 |
* | bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374) | Nick Coghlan | 2017-06-29 | 1 | -7/+18 |
* | bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) | Nick Coghlan | 2017-06-18 | 1 | -78/+130 |
* | bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208) | Nick Coghlan | 2017-06-15 | 1 | -21/+37 |
* | bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130) | Nick Coghlan | 2017-06-13 | 1 | -5/+24 |
* | bpo-30635: Fix refleak in test_c_locale_coercion (#2126) | Victor Stinner | 2017-06-13 | 1 | -21/+25 |
* | bpo-28180: Implementation for PEP 538 (#659) | Nick Coghlan | 2017-06-11 | 1 | -0/+262 |