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