summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2014-10-151-3/+2
|\
| * it suffices to check for PY_SSIZE_T_MAX overflow (#22643)Benjamin Peterson2014-10-151-3/+2
* | Merge 3.3Benjamin Peterson2014-10-151-1/+1
|\ \ | |/
| * make sure length is unsignedBenjamin Peterson2014-10-151-1/+1
* | merge 3.3 (#22643)Benjamin Peterson2014-10-151-0/+5
|\ \ | |/
| * fix integer overflow in unicode case operations (closes #22643)Benjamin Peterson2014-10-151-0/+5
* | Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-2/+6
* | merge 3.3 (#22520)Benjamin Peterson2014-09-301-11/+17
|\ \ | |/
| * prevent overflow in unicode_repr (closes #22520)Benjamin Peterson2014-09-301-11/+17
* | merge 3.3Benjamin Peterson2014-09-291-1/+1
|\ \ | |/
| * these variables ought to be Py_ssize_tBenjamin Peterson2014-09-291-1/+1
* | merge 3.3 (closes #22519)Benjamin Peterson2014-09-291-12/+16
|\ \ | |/
| * fix overflow checking in PyBytes_Repr (closes #22519)Benjamin Peterson2014-09-291-12/+16
* | merge 3.3 (closes #22518)Benjamin Peterson2014-09-291-17/+47
|\ \ | |/
| * cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...Benjamin Peterson2014-09-291-18/+56
* | s/stringobject/bytesobject/ (closes #22036)Benjamin Peterson2014-07-241-1/+1
* | Issue #21897: Fix a crash with the f_locals attribute with closure variables ...Antoine Pitrou2014-07-051-1/+1
* | Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format()Victor Stinner2014-07-041-18/+8
* | Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format CVictor Stinner2014-07-011-11/+23
* | use NULL not 0Benjamin Peterson2014-06-271-9/+6
* | Issue #21669: Special case print & exec syntax errorsNick Coghlan2014-06-161-0/+135
* | Issue #21418: Fix a crash in the builtin function super() when called withoutVictor Stinner2014-05-121-2/+9
* | Fix a typo in the docstring of nb_index.Zachary Ware2014-04-181-1/+1
* | Fix a typo in the signature for object.__ge__Zachary Ware2014-04-181-1/+1
* | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing formatVictor Stinner2014-04-041-1/+1
* | bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+12
* | Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.Antoine Pitrou2014-03-311-0/+2
* | merge 3.3Benjamin Peterson2014-03-301-19/+19
|\ \ | |/
| * merge 3.2Benjamin Peterson2014-03-301-19/+19
| |\
| | * fix expandtabs overflow detection to be consistent and not rely on signed ove...Benjamin Peterson2014-03-301-19/+19
| | * #17296: backport fix for issue 1692335, naive exception pickling.R David Murray2013-02-271-1/+10
* | | correct the fix for #20637; allow slot descriptor inheritance to take place b...Benjamin Peterson2014-03-171-9/+8
* | | merge 3.3Benjamin Peterson2014-03-151-1/+1
|\ \ \ | |/ /
| * | avoid referencing past the bounds of an arrayBenjamin Peterson2014-03-151-1/+1
* | | merge 3.3Benjamin Peterson2014-03-152-2/+3
|\ \ \ | |/ /
| * | avoid referencing out-of-bounds memoryBenjamin Peterson2014-03-151-1/+1
| * | fix c89 declaration orderBenjamin Peterson2014-03-151-1/+2
* | | merge 3.3Benjamin Peterson2014-03-151-1/+2
|\ \ \ | |/ /
| * | don't do pointer arithmetic with signed numbersBenjamin Peterson2014-03-151-1/+2
* | | Make the various iterators' "setstate" sliently and consistently clip theKristján Valur Jónsson2014-03-056-15/+52
|\ \ \ | |/ /
| * | Make the various iterators' "setstate" sliently and consistently clip theKristján Valur Jónsson2014-03-056-15/+52
* | | Merge with 3.3Kristján Valur Jónsson2014-03-041-1/+1
|\ \ \ | |/ /
| * | Fix pickling of rangeiter. rangeiter_setstate would not allow setting itKristján Valur Jónsson2014-03-041-1/+1
| * | Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-241-2/+2
* | | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__Yury Selivanov2014-03-021-2/+2
* | | Issue #20637: Key-sharing now also works for instance dictionaries of subclas...Antoine Pitrou2014-02-231-0/+3
* | | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251)Benjamin Peterson2014-02-161-12/+6
* | | merge 3.3 (#20507)Benjamin Peterson2014-02-151-1/+1
|\ \ \ | |/ /
| * | give non-iterable TypeError a message (closes #20507)Benjamin Peterson2014-02-151-1/+1
* | | Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.Serhiy Storchaka2014-02-121-2/+4
|\ \ \ | |/ /