bpo-34481: Fix surrogate-handling in strftime#8983
Closed
pganssle wants to merge 10 commits into
python:masterpython/cpython:masterfrom
pganssle:fix_surrogate_strftimepganssle/cpython:fix_surrogate_strftimeCopy head branch name to clipboard
Closed
bpo-34481: Fix surrogate-handling in strftime#8983pganssle wants to merge 10 commits intopython:masterpython/cpython:masterfrom pganssle:fix_surrogate_strftimepganssle/cpython:fix_surrogate_strftimeCopy head branch name to clipboard
pganssle wants to merge 10 commits into
python:masterpython/cpython:masterfrom
pganssle:fix_surrogate_strftimepganssle/cpython:fix_surrogate_strftimeCopy head branch name to clipboard
Commits
Commits on Aug 23, 2018
bpo-34482: Add tests for proper handling of non-UTF-8-encodable strings in datetime classes
Show description for 97037bdcommitted
Alexey Izbyshev- committed
Update strftime surrogate tests
Show description for bc13193committed
Commits on Aug 27, 2018
Fix surrogate handling in Z-replacement
Show description for 8029dd1committed
Commits on Aug 28, 2018
- committed
Encode to utf-8 rather than locale
Show description for 3973be1committed
Commits on Aug 29, 2018
Revert "Encode to utf-8 rather than locale"
Show description for 667a9c6committed- committed
Fall back to unicode escape after locale encoding
Show description for b643da8committedRevert "Disable wcsftime"
Show description for 9d34c69committed