1. 1b74d63 Added explicit tests for issue #23803. by Serhiy Storchaka · 9 years ago
  2. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  3. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 9 years ago
  4. f7ef475 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 9 years ago
  5. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  6. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  7. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  8. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  9. dc8899f merge 3.4 (#22643) by Benjamin Peterson · 10 years ago
  10. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  11. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  12. 6925264 merge 3.4 (#22643) by Benjamin Peterson · 10 years ago
  13. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  14. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  15. 280c458 Closes issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  16. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  17. 4ff33af Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff) by Victor Stinner · 10 years ago
  18. 5a29f25 Issue #21118: Add more unit tests on str.translate() by Victor Stinner · 10 years ago
  19. 9ab7480 Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__ by Ethan Furman · 10 years ago
  20. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 10 years ago
  21. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  22. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  23. a70805e Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns by Ethan Furman · 11 years ago
  24. f9bba9c Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X by Ethan Furman · 11 years ago
  25. eb16804 assertEquals is deprecated, use assertEqual instead. by Antoine Pitrou · 11 years ago
  26. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  27. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  28. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  29. d75803c merge 3.3 (#19729) by Benjamin Peterson · 11 years ago
  30. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 11 years ago
  31. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  32. ad8156e #1097797: Add CP273 codec, and exercise it in the test suite by Andrew Kuchling · 11 years ago
  33. 13bdfa7 Issue #18780: code cleanup. by Ethan Furman · 11 years ago
  34. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
  35. 739e750 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
  36. 3ceaff0 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
  37. bf5af5d Merge str.center tests from 3.3. by Ezio Melotti · 11 years ago
  38. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 11 years ago
  39. c89533f Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  40. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  41. f15ffe0 Add tests for issue #18183. by Serhiy Storchaka · 11 years ago
  42. 31b1c8b Add tests for issue #18183. by Serhiy Storchaka · 11 years ago
  43. 3164f5d merge 3.3 (#18183) by Benjamin Peterson · 11 years ago
  44. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 11 years ago
  45. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  46. 4d94474 rewrite the parsing of field names to be more consistent wrt recursive expansion by Benjamin Peterson · 11 years ago
  47. 4895363 merge 3.3 by Benjamin Peterson · 11 years ago
  48. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  49. 9fc5981 Issue #17615: Add tests comparing Unicode strings of different kinds by Victor Stinner · 11 years ago
  50. 09d9d0f Merge DeprecationWarnings silencing in test_unicode from 3.3. by Ezio Melotti · 11 years ago
  51. 51e243f Silence DeprecationWarnings in test_unicode. by Ezio Melotti · 11 years ago
  52. cfd2c1b (Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide by Victor Stinner · 11 years ago
  53. bbbac2e Issue #17137: When an Unicode string is resized, the internal wide character by Victor Stinner · 11 years ago
  54. 5b1acc0 #16910: merge with 3.3. by Ezio Melotti · 12 years ago
  55. 0dceb56 #16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  56. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  57. d675a2c Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). by Chris Jerdonek · 12 years ago
  58. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  59. cfa9636 #8271: merge with 3.3. by Ezio Melotti · 12 years ago
  60. f7ed5d1 #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti. by Ezio Melotti · 12 years ago
  61. 61254b9 Issue #14700: merge tests from 3.3. by Mark Dickinson · 12 years ago
  62. 2a83f16 Issue #14700: merge tests from 3.2. by Mark Dickinson · 12 years ago
  63. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  64. 15a1136 Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer by Victor Stinner · 12 years ago
  65. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago
  66. 4eda937 add another testcase by Benjamin Peterson · 12 years ago
  67. acc0c18 Remove a now worthless test. by Brett Cannon · 12 years ago
  68. f59c28c unicode_writer_finish() checks string consistency by Victor Stinner · 12 years ago
  69. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 12 years ago
  70. 80d07f8 inherit maxchar of field value where needed (closes #14648) by Benjamin Peterson · 12 years ago
  71. 97722c4 str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li. by Eric V. Smith · 12 years ago
  72. edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 12 years ago
  73. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  74. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  75. 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 13 years ago
  76. b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  77. c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 13 years ago
  78. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 13 years ago
  79. 040e16e "unicode_internal" codec has been deprecated: fix related tests by Victor Stinner · 13 years ago
  80. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  81. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  82. 40dc919 Fix range in test. by Ezio Melotti · 13 years ago
  83. 51f6648 Make test more inclusive by Antoine Pitrou · 13 years ago
  84. dffab19 Enable commented out test by Antoine Pitrou · 13 years ago
  85. 2c3b230 Issue #13134: optimize finding single-character strings using memchr by Antoine Pitrou · 13 years ago
  86. 798b4df test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 13 years ago
  87. c0bbe7d test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 13 years ago
  88. 1d972ad Mark 'abc'.expandtab() optimization as specific to CPython by Victor Stinner · 13 years ago
  89. 59de0ee str.replace(a, a) is now returning str unchanged if a is a by Victor Stinner · 13 years ago
  90. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  91. e19aa38 When expandtabs() would be a no-op, don't create a duplicate string by Antoine Pitrou · 13 years ago
  92. 07ac3eb Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_t by Victor Stinner · 13 years ago
  93. 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 13 years ago
  94. 287eca6 Fix struct sizes. Drop -1, since the resulting string was actually the largest one by Martin v. Löwis · 13 years ago
  95. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  96. a3fbde3 Merge indentation fix and skip decorator with 3.2. by Ezio Melotti · 13 years ago
  97. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 13 years ago
  98. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  99. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 13 years ago
  100. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago