1. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  2. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  3. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  4. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  5. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  6. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  7. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  8. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  9. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  10. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  11. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  12. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  13. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  14. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  15. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  16. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  17. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  18. 7e29eea Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  19. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  20. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  21. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  22. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 9 years ago
  23. ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 9 years ago
  24. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 9 years ago
  25. aed1984 Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 10 years ago
  26. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  27. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  28. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  29. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  30. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  31. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  32. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  33. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  34. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  35. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  36. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  37. 4aa8679 Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 9 years ago
  38. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  39. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 9 years ago
  40. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  41. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  42. 92ce1b4 merge 3.3 (#23362) by Benjamin Peterson · 9 years ago
  43. b808d59 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 9 years ago
  44. e55181f Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 10 years ago
  45. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  46. b4e20bb Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 10 years ago
  47. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  48. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  49. 7213fcc Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 10 years ago
  50. fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 10 years ago
  51. e09bcc8 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  52. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  53. 7e4b905 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 10 years ago
  54. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  55. bcf8554 remove buzzword (closes #23210) by Benjamin Peterson · 10 years ago
  56. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  57. 83cf99d Issue #20335: bytes constructor now raises TypeError when encoding or errors by Serhiy Storchaka · 10 years ago
  58. 133b11b Issue #22975: Close block at right place. by Serhiy Storchaka · 10 years ago
  59. e823933 remove tautological condition (closes #22954) by Benjamin Peterson · 10 years ago
  60. cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  61. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  62. d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  63. fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
  64. 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
  65. 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
  66. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  67. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  68. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  69. c2cfa8d merge 3.3 by Benjamin Peterson · 10 years ago
  70. 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
  71. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  72. 1cc9520 s/stringobject/bytesobject/ (closes #22036) by Benjamin Peterson · 10 years ago
  73. acc8cf2 Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called. by Antoine Pitrou · 10 years ago
  74. a33bce0 Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() by Victor Stinner · 10 years ago
  75. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  76. 1791c22 use NULL not 0 by Benjamin Peterson · 10 years ago
  77. 5b1fdc1 Issue #21669: Special case print & exec syntax errors by Nick Coghlan · 10 years ago
  78. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 10 years ago
  79. 715ef02 Fix a typo in the docstring of nb_index. by Zachary Ware · 10 years ago
  80. ea42b4c Fix a typo in the signature for object.__ge__ by Zachary Ware · 10 years ago
  81. 69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 10 years ago
  82. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 10 years ago
  83. 04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. by Antoine Pitrou · 10 years ago
  84. d455ce4 merge 3.3 by Benjamin Peterson · 10 years ago
  85. 0ad6098 merge 3.2 by Benjamin Peterson · 10 years ago
  86. 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 10 years ago
  87. df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 10 years ago
  88. af9049e merge 3.3 by Benjamin Peterson · 10 years ago
  89. 4a42cd4 avoid referencing past the bounds of an array by Benjamin Peterson · 10 years ago
  90. 1aca78d merge 3.3 by Benjamin Peterson · 10 years ago
  91. ef87f8c avoid referencing out-of-bounds memory by Benjamin Peterson · 10 years ago
  92. 45c9dce fix c89 declaration order by Benjamin Peterson · 10 years ago
  93. dfa8228 merge 3.3 by Benjamin Peterson · 10 years ago
  94. 041c38a don't do pointer arithmetic with signed numbers by Benjamin Peterson · 10 years ago
  95. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  96. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 10 years ago
  97. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  98. 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 10 years ago
  99. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  100. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago