1. 95403d7 Issue #29145: Merge 3.5. by Xiang Zhang · 7 years ago
  2. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 7 years ago
  3. 437a5d2 Issue #29044: Merge 3.5. by Xiang Zhang · 7 years ago
  4. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 7 years ago
  5. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 7 years ago
  6. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  7. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  8. ac0720e Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). by Serhiy Storchaka · 8 years ago
  9. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 8 years ago
  10. df66b9c Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 8 years ago
  11. 292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 8 years ago
  12. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 8 years ago
  13. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  14. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  15. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  16. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  17. babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  18. 6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  19. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  20. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  21. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  22. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  23. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  24. c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  25. c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  26. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  27. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  28. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  29. 3aa7552 merge 3.5 (#28454) by Benjamin Peterson · 8 years ago
  30. 8d761ff remove extra PyErr_Format arguments (closes #28454) by Benjamin Peterson · 8 years ago
  31. ebe17e0 Fix _Py_normalize_encoding() command by Victor Stinner · 8 years ago
  32. b329e1b va_end vargs2 once (closes #28417) by Benjamin Peterson · 8 years ago
  33. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  34. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  35. 44f4874 Merge 3.5 by Victor Stinner · 8 years ago
  36. 1ddf53d Fix PyUnicode_FromFormatV() error handling by Victor Stinner · 8 years ago
  37. 2f2fee1 va_end() all va_copy()ed va_lists. by Christian Heimes · 8 years ago
  38. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  39. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  40. 621b430 remove all usage of Py_LOCAL by Benjamin Peterson · 8 years ago
  41. 33d2a49 promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 8 years ago
  42. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  43. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  44. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  45. 2e7c5e9 replace some Py_LOCAL_INLINE with the inline keyword by Benjamin Peterson · 8 years ago
  46. 4b9abf3 merge 3.5 by Benjamin Peterson · 8 years ago
  47. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 8 years ago
  48. 62ec331 Optimize unicode_escape and raw_unicode_escape by Victor Stinner · 8 years ago
  49. 2740e46 _PyUnicodeWriter: assert that max character <= MAX_UNICODE by Victor Stinner · 8 years ago
  50. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 8 years ago
  51. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 8 years ago
  52. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  53. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  54. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  55. 942889a Issue #27938: Add a fast-path for us-ascii encoding by Victor Stinner · 8 years ago
  56. 1a05d6c PEP 7 style for if/else in C by Victor Stinner · 8 years ago
  57. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  58. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  59. ced8d4c Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlace by Berker Peksag · 8 years ago
  60. f95de0e Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  61. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  62. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  63. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  64. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  65. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  66. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  67. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  68. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  69. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  70. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  71. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  72. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  73. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  74. f219285 Merge 3.5 by Victor Stinner · 8 years ago
  75. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 8 years ago
  76. 3d9d77a Merge 3.5 by Victor Stinner · 8 years ago
  77. 6c9aa8f Fix str.translate() by Victor Stinner · 8 years ago
  78. 5b96f17 Merge 3.5 by Victor Stinner · 8 years ago
  79. 5bc03a6 Fix resize_compact() by Victor Stinner · 8 years ago
  80. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  81. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  82. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  83. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  84. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  85. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  86. 9b3a2ee Issues #25890, #25891, #25892: Removed unused variables in Windows code. by Serhiy Storchaka · 8 years ago
  87. 7c088a9 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 8 years ago
  88. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 8 years ago
  89. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 8 years ago
  90. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 8 years ago
  91. d798dc1 merge 3.5 (#25630) by Benjamin Peterson · 9 years ago
  92. a4d33b3 make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630) by Benjamin Peterson · 9 years ago
  93. 413fdce Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on by Serhiy Storchaka · 9 years ago
  94. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  95. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  96. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  97. 358af13 Issue #25353: Optimize unicode escape and raw unicode escape encoders to use by Victor Stinner · 9 years ago
  98. 6c2cdae Writer APIs: use empty string singletons by Victor Stinner · 9 years ago
  99. 6bd525b Optimize error handlers of ASCII and Latin1 encoders when the replacement by Victor Stinner · 9 years ago
  100. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago