1. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 6 years ago
  2. 8f73548 bpo-25750: fix refcounts in type_getattro() (GH-6118) by jdemeyer · 6 years ago
  3. 593bb30 closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) by Sergey Fedoseev · 6 years ago
  4. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 6 years ago
  5. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 6 years ago
  6. b57b4ac closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) by Alexey Izbyshev · 6 years ago
  7. 5f79b50 closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferencing it. (GH-8930) by Alexey Izbyshev · 6 years ago
  8. 8fdd331 closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) by Alexey Izbyshev · 6 years ago
  9. 7ecae3c closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) by Alexey Izbyshev · 6 years ago
  10. f6247aa closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876) by Alexey Izbyshev · 6 years ago
  11. ccd9975 bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826) by Alexey Izbyshev · 6 years ago
  12. 74a307d bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) by Alexey Izbyshev · 6 years ago
  13. e349bf2 bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741) by Zackery Spytz · 6 years ago
  14. 2fc4697 bpo-34151: Improve performance of some list operations (GH-8332) by Sergey Fedoseev · 6 years ago
  15. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 6 years ago
  16. ac20e0f bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) by Serhiy Storchaka · 6 years ago
  17. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  18. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  19. c573499 bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) by Serhiy Storchaka · 6 years ago
  20. a6fdddb bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) by Serhiy Storchaka · 6 years ago
  21. bd47384 bpo-24618: Add a check in the code constructor. (GH-8283) by Serhiy Storchaka · 6 years ago
  22. 16dfca4 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by INADA Naoki · 6 years ago
  23. 5ac9e6e bpo-33597: Reduce PyGC_Head size (GH-7043) by INADA Naoki · 6 years ago
  24. 0b75228 bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) by Yury Selivanov · 6 years ago
  25. 6f19fc6 fix two typos in Objects/odictobject.c comments (GH-8040) by Robert Krzyzanowski · 6 years ago
  26. c929df3 bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) by Tal Einat · 6 years ago
  27. 3c45240 bpo-33418: Add tp_clear for function object (GH-8058) by INADA Naoki · 6 years ago
  28. fc93bd4 Change tp_size to tp_basicsize in comment and realign the comments (GH-6775) by Bup · 6 years ago
  29. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  30. 5cbefa9 Clean up after bpo-33738. (GH-7627) by Serhiy Storchaka · 6 years ago
  31. 8398713 bpo-33738: Address review comments in GH #7477 (GH-7585) by Christian Tismer · 6 years ago
  32. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  33. 52698c7 bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) by Yury Selivanov · 6 years ago
  34. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  35. d852142 Replace _PyGC_REFS macros with higher level macros (GH-6852) by INADA Naoki · 6 years ago
  36. 0904f76 Fix typo in __mul__ and __rmul__ docstring (GH-6674) by Grant Jenks · 6 years ago
  37. 491bbed bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by lekma · 6 years ago
  38. 6405fee bpo-33012: Fix invalid function casts for long_long. (GH-6652) by Serhiy Storchaka · 6 years ago
  39. c1a6832 bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606) by Serhiy Storchaka · 6 years ago
  40. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  41. 078c4e3 bpo-33041: Fix downcast warning on Windows (#6595) by Victor Stinner · 6 years ago
  42. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  43. 397f1b2 bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) by Gregory P. Smith · 6 years ago
  44. b7e1eff bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513) by Serhiy Storchaka · 6 years ago
  45. 5fbc511 bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350) by INADA Naoki · 6 years ago
  46. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 6 years ago
  47. 827d49f bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) by Serhiy Storchaka · 6 years ago
  48. d1c82c5 bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) by INADA Naoki · 7 years ago
  49. 0301c9b Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Stefano Taschini · 7 years ago
  50. 397466d bpo-30953: Improve error messages and add tests for jumping (GH-6196) by Serhiy Storchaka · 7 years ago
  51. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 7 years ago
  52. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 7 years ago
  53. b8e9d6c bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107) by xdegaye · 7 years ago
  54. 26c9f56 bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) by Serhiy Storchaka · 7 years ago
  55. 7023644 closes bpo-32980 Remove _PyFrame_Init (GH-5965) by Thomas Nyberg · 7 years ago
  56. b18f8bc remove vestigal locking from obmalloc (GH-5805) by Benjamin Peterson · 7 years ago
  57. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 7 years ago
  58. 745dc65 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Eddie Elizondo · 7 years ago
  59. 2b77a92 bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660) by Xiang Zhang · 7 years ago
  60. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 7 years ago
  61. b7e2d67 bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) by Serhiy Storchaka · 7 years ago
  62. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 7 years ago
  63. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 7 years ago
  64. 2c7fd46 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 7 years ago
  65. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 7 years ago
  66. 8017b80 bpo-28685: Fix compiler warning (GH-5423) by Victor Stinner · 7 years ago
  67. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 7 years ago
  68. a4d0001 bpo-32690: Preserve order of locals() (#5379) by Raymond Hettinger · 7 years ago
  69. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 7 years ago
  70. bea5706 bpo-32677: Optimize str.isascii() (GH-5356) by INADA Naoki · 7 years ago
  71. 7cc95f5 Fix wrong assert in unicodeobject (GH-5340) by INADA Naoki · 7 years ago
  72. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 7 years ago
  73. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  74. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 7 years ago
  75. e76daeb bpo-32571: Fix reading uninitialized memory (GH-5332) by INADA Naoki · 7 years ago
  76. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 7 years ago
  77. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  78. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 7 years ago
  79. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  80. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  81. fa78806 Removed unnecesssary bit inversion which doesn't improve dispersion statistics (#5235) by Raymond Hettinger · 7 years ago
  82. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 7 years ago
  83. b44c516 bpo-26163: Frozenset hash improvement (#5194) by Raymond Hettinger · 7 years ago
  84. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 7 years ago
  85. 3329992 bpo-29476: Simplify set_add_entry() (#5175) by Raymond Hettinger · 7 years ago
  86. cb3ae55 bpo-29240: Ignore UTF-8 Mode in time module (#5148) by Victor Stinner · 7 years ago
  87. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 7 years ago
  88. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  89. 78e24d4 Fix outdated comment in typeobject.c (GH-5090) by Berker Peksag · 7 years ago
  90. 1470914 bpo-32468: Better frame repr() (#5067) by Antoine Pitrou · 7 years ago
  91. 9dd7620 bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) by Victor Stinner · 7 years ago
  92. e47e698 bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960) by Victor Stinner · 7 years ago
  93. 6b91a59 bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942) by Serhiy Storchaka · 7 years ago
  94. 1f1a34c bpo-32379: Faster MRO computation for single inheritance (#4932) by Antoine Pitrou · 7 years ago
  95. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  96. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 7 years ago
  97. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  98. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  99. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  100. 780acc8 bpo-31506: Improve the error message logic for class instantiation (GH-4740) by Sanyam Khurana · 7 years ago