1. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  2. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  3. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  4. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  5. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 8 years ago
  6. 6c9aa8f Fix str.translate() by Victor Stinner · 8 years ago
  7. 5bc03a6 Fix resize_compact() by Victor Stinner · 8 years ago
  8. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  9. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  10. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  11. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  12. a4d33b3 make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630) by Benjamin Peterson · 9 years ago
  13. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  14. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  15. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  16. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  17. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  18. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  19. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  20. 873e0df Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  21. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  22. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  23. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  24. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  25. 1912b39 _PyUnicodeWriter_WriteStr() now checks that the input string is consistent by Victor Stinner · 9 years ago
  26. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 9 years ago
  27. f50e187 Fix compiler warnings: comparison between signed and unsigned numbers by Victor Stinner · 9 years ago
  28. 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 9 years ago
  29. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  30. 78a8249 Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  31. e55181f Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  32. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  33. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  34. 29dacf2 Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and by Victor Stinner · 9 years ago
  35. bbd3aa8 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 9 years ago
  36. 7e4b905 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 9 years ago
  37. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 9 years ago
  38. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  39. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  40. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  41. 133b11b Issue #22975: Close block at right place. by Serhiy Storchaka · 10 years ago
  42. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  43. 407249c Issue #22975: Close block at right place. by Serhiy Storchaka · 10 years ago
  44. 3aa979e Issue #20948: Inline makefmt() in unicode_fromformat_arg() by Victor Stinner · 10 years ago
  45. 4e33424 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  46. 736982d merge 3.4 (closes #22643) by Benjamin Peterson · 10 years ago
  47. 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
  48. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  49. 315aa40 Merge 3.4 by Benjamin Peterson · 10 years ago
  50. 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
  51. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  52. 6925264 merge 3.4 (#22643) by Benjamin Peterson · 10 years ago
  53. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  54. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  55. 8486f9b Fix "warning: comparison between signed and unsigned integer expressions" by Gregory P. Smith · 10 years ago
  56. fd97a6f merge 3.4 (#22520) by Benjamin Peterson · 10 years ago
  57. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  58. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  59. 10e4b25 merge 3.4 (closes #22518) by Benjamin Peterson · 10 years ago
  60. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  61. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  62. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 10 years ago
  63. fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
  64. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  65. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  66. 12174a5 Issue #22156: Fix "comparison between signed and unsigned integers" compiler by Victor Stinner · 10 years ago
  67. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  68. e1f17c6 unicodeobject.c: fix a compiler warning on Windows 64 bits by Victor Stinner · 10 years ago
  69. c68b7fb (Merge 3.4) Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, by Victor Stinner · 10 years ago
  70. a33bce0 Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() by Victor Stinner · 10 years ago
  71. 9f43505 (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu by Victor Stinner · 10 years ago
  72. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  73. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  74. 92ce1b4 merge 3.3 (#23362) by Benjamin Peterson · 9 years ago
  75. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 9 years ago
  76. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 9 years ago
  77. 4dd2525 Issue #21118: PyLong_AS_LONG() result type is long by Victor Stinner · 10 years ago
  78. 1365de7 fix reference leaks in the translate fast path (closes #21175) by Benjamin Peterson · 10 years ago
  79. 872b291 Issue #21118: Optimize also str.translate() for ASCII => ASCII deletion by Victor Stinner · 10 years ago
  80. 4ff33af Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff) by Victor Stinner · 10 years ago
  81. 89a76ab Issue #21118: Optimize str.translate() for ASCII => ASCII translation by Victor Stinner · 10 years ago
  82. 8a4422e Issue #21118: Remove unused variable by Victor Stinner · 10 years ago
  83. 1194ea0 Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and by Victor Stinner · 10 years ago
  84. 9ab7480 Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__ by Ethan Furman · 10 years ago
  85. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 10 years ago
  86. 7d00cc1 Issue #20574: Implement incremental decoder for cp65001 code by Victor Stinner · 10 years ago
  87. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  88. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  89. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  90. 4267869 merge 3.3 (#20507) by Benjamin Peterson · 10 years ago
  91. 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 10 years ago
  92. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  93. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  94. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  95. 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  96. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  97. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  98. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  99. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  100. a70805e Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns by Ethan Furman · 10 years ago