1. 5650e76 bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053) by Serhiy Storchaka · 5 years ago
  2. 3a8c562 Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) by Inada Naoki · 5 years ago
  3. c7ad974 bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) by Inada Naoki · 5 years ago
  4. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 5 years ago
  5. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 6 years ago
  6. 6bccbe7 bpo-36502: Correct documentation of str.isspace() (GH-15019) by Greg Price · 6 years ago
  7. 5623ac8 bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531) by Hai Shi · 6 years ago
  8. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 6 years ago
  9. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 6 years ago
  10. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 6 years ago
  11. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 7 years ago
  12. 998b806 Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187) by Victor Stinner · 7 years ago
  13. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 7 years ago
  14. e349bf2 bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741) by Zackery Spytz · 7 years ago
  15. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 8 years ago
  16. 9b6c60c bpo-31979: Simplify transforming decimals to ASCII (#4336) by Serhiy Storchaka · 8 years ago
  17. 5075416 bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) by Serhiy Storchaka · 8 years ago
  18. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  19. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 8 years ago
  20. 5644729 Issue #29145: Merge test from 3.6 by Martin Panter · 9 years ago
  21. 758c7d0 Merge tests from 3.5 by Martin Panter · 9 years ago
  22. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 9 years ago
  23. 8cbd3df Issue #28992: Use bytes.fromhex(). by Serhiy Storchaka · 9 years ago
  24. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 9 years ago
  25. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 9 years ago
  26. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 9 years ago
  27. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 9 years ago
  28. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  29. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 9 years ago
  30. 0a6ef79 test_invalid_sequences seems don't have to stay in CAPITest. by Serhiy Storchaka · 9 years ago
  31. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  32. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  33. 1edebef Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  34. 63b5b6f Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  35. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 9 years ago
  36. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  37. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 9 years ago
  38. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  39. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 9 years ago
  40. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
  41. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  42. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 9 years ago
  43. 6c9aa8f Fix str.translate() by Victor Stinner · 9 years ago
  44. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  45. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  46. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
  47. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
  48. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 10 years ago
  49. 3d717d0 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 10 years ago
  50. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
  51. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
  52. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 10 years ago
  53. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 10 years ago
  54. 1b74d63 Added explicit tests for issue #23803. by Serhiy Storchaka · 10 years ago
  55. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  56. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  57. f7ef475 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  58. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  59. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  60. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  61. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  62. dc8899f merge 3.4 (#22643) by Benjamin Peterson · 11 years ago
  63. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 11 years ago
  64. 4d85689 test is cpython only by Benjamin Peterson · 11 years ago
  65. 6925264 merge 3.4 (#22643) by Benjamin Peterson · 11 years ago
  66. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 11 years ago
  67. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 11 years ago
  68. 280c458 Closes issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  69. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  70. 4ff33af Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff) by Victor Stinner · 11 years ago
  71. 5a29f25 Issue #21118: Add more unit tests on str.translate() by Victor Stinner · 11 years ago
  72. 9ab7480 Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__ by Ethan Furman · 11 years ago
  73. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 11 years ago
  74. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  75. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  76. a70805e Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns by Ethan Furman · 12 years ago
  77. f9bba9c Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X by Ethan Furman · 12 years ago
  78. eb16804 assertEquals is deprecated, use assertEqual instead. by Antoine Pitrou · 12 years ago
  79. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 12 years ago
  80. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  81. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  82. d75803c merge 3.3 (#19729) by Benjamin Peterson · 12 years ago
  83. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 12 years ago
  84. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 12 years ago
  85. ad8156e #1097797: Add CP273 codec, and exercise it in the test suite by Andrew Kuchling · 12 years ago
  86. 13bdfa7 Issue #18780: code cleanup. by Ethan Furman · 12 years ago
  87. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 12 years ago
  88. 739e750 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 12 years ago
  89. 3ceaff0 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 12 years ago
  90. bf5af5d Merge str.center tests from 3.3. by Ezio Melotti · 12 years ago
  91. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 12 years ago
  92. c89533f Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
  93. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
  94. f15ffe0 Add tests for issue #18183. by Serhiy Storchaka · 12 years ago
  95. 31b1c8b Add tests for issue #18183. by Serhiy Storchaka · 12 years ago
  96. 3164f5d merge 3.3 (#18183) by Benjamin Peterson · 12 years ago
  97. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 12 years ago
  98. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 12 years ago
  99. 4d94474 rewrite the parsing of field names to be more consistent wrt recursive expansion by Benjamin Peterson · 12 years ago
  100. 4895363 merge 3.3 by Benjamin Peterson · 12 years ago