- 1a9ee94 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 9 years ago
- d37781e Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
- 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
- 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
- b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
- 6ee36a5 Backed out changeset e7062dd9085e (#25731) by Benjamin Peterson · 9 years ago
- b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
- c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
- 413a8e1 fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 9 years ago
- 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
- 816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
- 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
- 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- 9ec6464 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
- 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
- 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
- bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
- 14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
- 4ddb44a properly use PyObject_CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
- 1c49617 Issue #25698: Importing module if the stack is too deep no longer replaces by Serhiy Storchaka · 10 years ago
- b59b04d fix hash member name (closes #22847) by Benjamin Peterson · 10 years ago
- 4a0a955 fix debug assertion by Benjamin Peterson · 10 years ago
- 225e7c0 Issue #22847: Improve method cache efficiency. by Antoine Pitrou · 11 years ago
- 7791165 code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
- a4acf1f set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 10 years ago
- 607965e Comment out two tests that won't pass now after reverting the typeobject.c by Barry Warsaw · 10 years ago
- f65395c Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 10 years ago
- f30bad2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 10 years ago
- 28f35f2 Issue #25961: Fixed compilation error and a leak in type constructor. by Serhiy Storchaka · 10 years ago
- f9347e3 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 10 years ago
- b8e54dd Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 10 years ago
- 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 10 years ago
- 8688aca Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 10 years ago
- 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 10 years ago
- c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 10 years ago
- e37003e Issue #19543: Added Py3k warning for decoding unicode. by Serhiy Storchaka · 10 years ago
- ee1b24c Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 10 years ago
- 8d30ad7 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
- 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 10 years ago
- fedcf94 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 10 years ago
- e192d0b Issue #7267: format(int, 'c') now raises OverflowError when the argument is not by Victor Stinner · 10 years ago
- 462502b Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character by Serhiy Storchaka · 10 years ago
- 9c90e25 Issue #25326: Improve an obscure error message. by Raymond Hettinger · 10 years ago
- 77d12ec prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 10 years ago
- e12f632 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
- 1edd2f6 make comment not lie about the size of SMALL_REQUEST_THRESHOLD by Benjamin Peterson · 10 years ago
- ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 10 years ago
- f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 10 years ago
- c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 10 years ago
- 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
- d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 10 years ago
- 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 10 years ago
- 77b3ae5 Issue #23971: Fix underestimated presizing in dict.fromkeys() by Raymond Hettinger · 10 years ago
- b529c24 allow 2.7 to be built with asan (closes #24061) by Benjamin Peterson · 10 years ago
- 07e03ab Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 10 years ago
- ce16424 Issue #22079: Py3k warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
- 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
- f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
- 082a960 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 10 years ago
- 0a7fc53 Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 11 years ago
- 227526d Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 11 years ago
- 5ec0bbf Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. by Serhiy Storchaka · 11 years ago
- 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 11 years ago
- 4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 11 years ago
- 0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 11 years ago
- e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
- e2defc4 remove tautological condition (closes #22954) by Benjamin Peterson · 11 years ago
- c6b6ab0 remove strange casts by Benjamin Peterson · 11 years ago
- 409062c Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 11 years ago
- d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
- 95bc0e4 use Py_ssize_t for file offset and length computations in iteration (closes #22526) by Benjamin Peterson · 11 years ago
- f8c4b3a fix overflow checking in PyString_Repr (closes #22519) by Benjamin Peterson · 11 years ago
- ed4c130 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 11 years ago
- 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
- 9376c8b Fix typo in comment. by Raymond Hettinger · 11 years ago
- 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
- df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 11 years ago
- 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 11 years ago
- e4cda6c Merge. by Charles-François Natali · 11 years ago
- cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. by Charles-François Natali · 11 years ago
- f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 11 years ago
- b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 11 years ago
- be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 11 years ago
- 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
- c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
- 18fc493 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
- 8312ecc add braces and fix indentation by Benjamin Peterson · 11 years ago
- 0e431b9 fix indentation and add braces by Benjamin Peterson · 11 years ago
- 7a91bf8 give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 12 years ago
- ee09d7c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 12 years ago
- 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
- d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 12 years ago
- 78ad658 Circumventing a bug in glibc (issue #17976). Patch by Jaakko Moisio. by Serhiy Storchaka · 12 years ago
- 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
- 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 12 years ago
- df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 12 years ago
- a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 12 years ago
- 9cfd466 fix docstring. extra \. by Gregory P. Smith · 12 years ago
- ef15361 Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 12 years ago