- 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
- fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
- b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
- 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
- 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
- 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
- c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
- 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
- e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
- 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
- 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
- 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
- c2cfa8d merge 3.3 by Benjamin Peterson · 10 years ago
- d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
- 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
- 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
- 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
- a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
- 1cc9520 s/stringobject/bytesobject/ (closes #22036) by Benjamin Peterson · 10 years ago
- 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
- a33bce0 Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() by Victor Stinner · 10 years ago
- 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
- 1791c22 use NULL not 0 by Benjamin Peterson · 10 years ago
- 5b1fdc1 Issue #21669: Special case print & exec syntax errors by Nick Coghlan · 10 years ago
- 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 10 years ago
- 715ef02 Fix a typo in the docstring of nb_index. by Zachary Ware · 11 years ago
- ea42b4c Fix a typo in the signature for object.__ge__ by Zachary Ware · 11 years ago
- 69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 11 years ago
- 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
- 04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. by Antoine Pitrou · 11 years ago
- d455ce4 merge 3.3 by Benjamin Peterson · 11 years ago
- 0ad6098 merge 3.2 by Benjamin Peterson · 11 years ago
- 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
- df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 11 years ago
- af9049e merge 3.3 by Benjamin Peterson · 11 years ago
- 4a42cd4 avoid referencing past the bounds of an array by Benjamin Peterson · 11 years ago
- 1aca78d merge 3.3 by Benjamin Peterson · 11 years ago
- ef87f8c avoid referencing out-of-bounds memory by Benjamin Peterson · 11 years ago
- 45c9dce fix c89 declaration order by Benjamin Peterson · 11 years ago
- dfa8228 merge 3.3 by Benjamin Peterson · 11 years ago
- 041c38a don't do pointer arithmetic with signed numbers by Benjamin Peterson · 11 years ago
- 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
- 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 11 years ago
- c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
- 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
- 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
- 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
- f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
- e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
- 4267869 merge 3.3 (#20507) by Benjamin Peterson · 11 years ago
- 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
- 226c571 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
- 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
- 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
- 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
- 69a2547 Issue #20530: The signatures for slot builtins have been updated by Larry Hastings · 11 years ago
- b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
- dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
- 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
- 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
- d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 11 years ago
- 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 11 years ago
- 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 11 years ago
- 1ea4e41 Issue #17162: Fix compilation, replace non-breaking space with an ASCII space by Victor Stinner · 11 years ago
- ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 11 years ago
- 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
- 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 11 years ago
- c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 11 years ago
- 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
- 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
- b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
- e02de8c Fix minor bug in dict.__contains__ docstring. by Meador Inge · 11 years ago
- 6ba5665 Fix typo in comment. by Eric V. Smith · 11 years ago
- a70805e Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns by Ethan Furman · 11 years ago
- f9bba9c Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X by Ethan Furman · 11 years ago
- 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
- 74fc8c4 Add comments to frozenset_hash(). by Raymond Hettinger · 11 years ago
- df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
- 3079328 Reverted changeset b72c5573c5e7 (issue #15027). by Serhiy Storchaka · 11 years ago
- 583a939 Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. by Serhiy Storchaka · 11 years ago
- fa4e68d Remove deadcode (HASH macro is no more defined) by Victor Stinner · 11 years ago
- 92a419e Remove now unused variables by Victor Stinner · 11 years ago
- f3b46b4 unicode_char() uses get_latin1_char() to get latin1 singleton characters by Victor Stinner · 11 years ago
- 985a82a add unicode_char() in unicodeobject.c to factorize code by Victor Stinner · 11 years ago
- af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
- 4ac9c00 Better assertion in PyObject_Call() to detect functions returning a result with by Victor Stinner · 11 years ago
- e259f13 Minor code clean-up. Keep the C-API all in one section. by Raymond Hettinger · 11 years ago
- c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
- 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
- c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
- 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
- fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
- c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
- 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
- d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 11 years ago
- 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
- 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
- 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
- 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
- cc6e87b Issue #19088: Merge with 3.3. by Alexandre Vassalotti · 11 years ago