1. 607965e Comment out two tests that won't pass now after reverting the typeobject.c by Barry Warsaw · 9 years ago
  2. f65395c Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  3. f30bad2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  4. 28f35f2 Issue #25961: Fixed compilation error and a leak in type constructor. by Serhiy Storchaka · 9 years ago
  5. f9347e3 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  6. b8e54dd Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  7. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  8. 8688aca Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  9. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  10. c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  11. e37003e Issue #19543: Added Py3k warning for decoding unicode. by Serhiy Storchaka · 9 years ago
  12. ee1b24c Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  13. 8d30ad7 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  14. 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 9 years ago
  15. fedcf94 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  16. e192d0b Issue #7267: format(int, 'c') now raises OverflowError when the argument is not by Victor Stinner · 9 years ago
  17. 462502b Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character by Serhiy Storchaka · 9 years ago
  18. 9c90e25 Issue #25326: Improve an obscure error message. by Raymond Hettinger · 9 years ago
  19. 77d12ec prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  20. e12f632 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  21. 1edd2f6 make comment not lie about the size of SMALL_REQUEST_THRESHOLD by Benjamin Peterson · 9 years ago
  22. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  23. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  24. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  25. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  26. d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 9 years ago
  27. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  28. 77b3ae5 Issue #23971: Fix underestimated presizing in dict.fromkeys() by Raymond Hettinger · 9 years ago
  29. b529c24 allow 2.7 to be built with asan (closes #24061) by Benjamin Peterson · 10 years ago
  30. 07e03ab Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 10 years ago
  31. ce16424 Issue #22079: Py3k warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
  32. 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  33. f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  34. 082a960 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 10 years ago
  35. 0a7fc53 Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 10 years ago
  36. 227526d Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 10 years ago
  37. 5ec0bbf Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. by Serhiy Storchaka · 10 years ago
  38. 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 10 years ago
  39. 4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  40. 0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  41. e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  42. e2defc4 remove tautological condition (closes #22954) by Benjamin Peterson · 10 years ago
  43. c6b6ab0 remove strange casts by Benjamin Peterson · 10 years ago
  44. 409062c Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  45. d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  46. 95bc0e4 use Py_ssize_t for file offset and length computations in iteration (closes #22526) by Benjamin Peterson · 10 years ago
  47. f8c4b3a fix overflow checking in PyString_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  48. ed4c130 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  49. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 10 years ago
  50. 9376c8b Fix typo in comment. by Raymond Hettinger · 10 years ago
  51. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 10 years ago
  52. df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 10 years ago
  53. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 10 years ago
  54. e4cda6c Merge. by Charles-François Natali · 10 years ago
  55. cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. by Charles-François Natali · 10 years ago
  56. f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  57. b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 11 years ago
  58. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 11 years ago
  59. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  60. c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  61. 18fc493 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
  62. 8312ecc add braces and fix indentation by Benjamin Peterson · 11 years ago
  63. 0e431b9 fix indentation and add braces by Benjamin Peterson · 11 years ago
  64. 7a91bf8 give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  65. ee09d7c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  66. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  67. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 11 years ago
  68. 78ad658 Circumventing a bug in glibc (issue #17976). Patch by Jaakko Moisio. by Serhiy Storchaka · 11 years ago
  69. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 11 years ago
  70. 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  71. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 11 years ago
  72. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 11 years ago
  73. 9cfd466 fix docstring. extra \. by Gregory P. Smith · 11 years ago
  74. ef15361 Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  75. f105672 Issue #19279: UTF-7 decoder no more produces illegal unicode strings. by Serhiy Storchaka · 11 years ago
  76. 61e9ffa Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  77. 3838614 #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  78. eb05316 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  79. 59a06f5 Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  80. 78cc8da Add line explaining the "%sort" test. by Tim Peters · 11 years ago
  81. 0e413bd Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  82. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 11 years ago
  83. 007684a Silence compiler warning for unused declaration. by Raymond Hettinger · 11 years ago
  84. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 11 years ago
  85. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  86. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 11 years ago
  87. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 11 years ago
  88. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  89. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 12 years ago
  90. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
  91. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  92. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  93. 1d108bc Issue #10211 : Buffer object should support the new buffer interface. by Kristján Valur Jónsson · 12 years ago
  94. 7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. by Mark Dickinson · 12 years ago
  95. 8e830a0 fix building without pymalloc (closes #17228) by Benjamin Peterson · 12 years ago
  96. 5aff27a #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  97. d5327d9 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 12 years ago
  98. a8d64ae Issue #17034: Use Py_CLEAR() in stringobject.c. by Serhiy Storchaka · 12 years ago
  99. c0022b2 Silence a -Wformat-extra-argument warning when compiling. by Gregory P. Smith · 12 years ago
  100. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago