1. df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 11 years ago
  2. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 11 years ago
  3. e4cda6c Merge. by Charles-François Natali · 11 years ago
  4. cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. by Charles-François Natali · 11 years ago
  5. f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 11 years ago
  6. b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 11 years ago
  7. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 11 years ago
  8. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  9. c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  10. 18fc493 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
  11. 8312ecc add braces and fix indentation by Benjamin Peterson · 11 years ago
  12. 0e431b9 fix indentation and add braces by Benjamin Peterson · 11 years ago
  13. 7a91bf8 give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  14. ee09d7c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 12 years ago
  15. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  16. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 12 years ago
  17. 78ad658 Circumventing a bug in glibc (issue #17976). Patch by Jaakko Moisio. by Serhiy Storchaka · 12 years ago
  18. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
  19. 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 12 years ago
  20. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 12 years ago
  21. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 12 years ago
  22. 9cfd466 fix docstring. extra \. by Gregory P. Smith · 12 years ago
  23. ef15361 Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 12 years ago
  24. f105672 Issue #19279: UTF-7 decoder no more produces illegal unicode strings. by Serhiy Storchaka · 12 years ago
  25. 61e9ffa Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 12 years ago
  26. 3838614 #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 12 years ago
  27. eb05316 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 12 years ago
  28. 59a06f5 Various clarifications based on feedback & questions over the years. by Tim Peters · 12 years ago
  29. 78cc8da Add line explaining the "%sort" test. by Tim Peters · 12 years ago
  30. 0e413bd Issue 18719: Remove a false optimization by Raymond Hettinger · 12 years ago
  31. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 12 years ago
  32. 007684a Silence compiler warning for unused declaration. by Raymond Hettinger · 12 years ago
  33. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 12 years ago
  34. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
  35. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 12 years ago
  36. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 12 years ago
  37. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  38. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 12 years ago
  39. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
  40. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  41. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  42. 1d108bc Issue #10211 : Buffer object should support the new buffer interface. by Kristján Valur Jónsson · 12 years ago
  43. 7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. by Mark Dickinson · 12 years ago
  44. 8e830a0 fix building without pymalloc (closes #17228) by Benjamin Peterson · 12 years ago
  45. 5aff27a #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  46. d5327d9 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 13 years ago
  47. a8d64ae Issue #17034: Use Py_CLEAR() in stringobject.c. by Serhiy Storchaka · 13 years ago
  48. c0022b2 Silence a -Wformat-extra-argument warning when compiling. by Gregory P. Smith · 13 years ago
  49. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
  50. c59c85c Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 13 years ago
  51. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
  52. 1d3acd4 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 13 years ago
  53. 926f3a3 Issue #15989: Fix possible integer overflow in str formatting as in unicode formatting. by Serhiy Storchaka · 13 years ago
  54. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  55. ac7b49f Improve tooltips by listing the most common argument pattern first. by Raymond Hettinger · 13 years ago
  56. 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
  57. c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
  58. c9631a1 Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 13 years ago
  59. 8f53ded untabify by Benjamin Peterson · 13 years ago
  60. a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
  61. 6b3f8d3 ensure the attribute name string is initalized before using it (closes #16839) by Benjamin Peterson · 13 years ago
  62. 5ca88d2 get the core to compile --disable-unicode by Benjamin Peterson · 13 years ago
  63. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 13 years ago
  64. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  65. 115bc79 Issue #9742: Sneaky fix for build failure on Solaris 9. by Mark Dickinson · 13 years ago
  66. e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
  67. b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 13 years ago
  68. 146a5fe Fix compilation on Windows by Christian Heimes · 13 years ago
  69. 67dc4a8 #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 13 years ago
  70. 47fa4d5 avoid a function call with redundant checks for dict size by Benjamin Peterson · 13 years ago
  71. 0ec820f only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 13 years ago
  72. 6da3ed6 initialize more global type objects (closes #16369) by Benjamin Peterson · 13 years ago
  73. 75d3600 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 13 years ago
  74. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 13 years ago
  75. 218a8ab Issues #16029, #16030: Fix pickling and repr of large xranges. by Mark Dickinson · 13 years ago
  76. 47770ed Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371 by Christian Heimes · 13 years ago
  77. 4e80eea Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 13 years ago
  78. 074ebce PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 13 years ago
  79. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  80. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
  81. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 13 years ago
  82. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 13 years ago
  83. 7d8a2e4 allow any number to be returned from __length_hint__ (closes #15354) by Benjamin Peterson · 13 years ago
  84. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 13 years ago
  85. aad5b02 Improve tooltips for splitlines() by showing that the default for keepends is False. by Raymond Hettinger · 13 years ago
  86. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 13 years ago
  87. f1ae5cf fix possible refleak (closes #14752) by Benjamin Peterson · 13 years ago
  88. d62da9d close() doesn't take any args (closes #14717) by Benjamin Peterson · 13 years ago
  89. f3ad1f9 use formats that work on 2.7 by Benjamin Peterson · 13 years ago
  90. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
  91. d157a4c don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
  92. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  93. fe146ea merge 2.7 release branch by Benjamin Peterson · 13 years ago
  94. f51c384 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 13 years ago
  95. 02a3801 Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString(). by Antoine Pitrou · 13 years ago
  96. fe94177 Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 13 years ago
  97. e8ecc73 kill this terribly outdated comment by Benjamin Peterson · 13 years ago
  98. dbc52f8 check for string attribute names in old-style classes (closes #14334) by Benjamin Peterson · 13 years ago
  99. 6e7832b check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  100. eace3a7 #14161: fix compile error under Windows. by Ezio Melotti · 13 years ago