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