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