Antoine Pitrou
|
f6d1f1fa8a
|
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
|
2015-05-19 21:04:33 +02:00 |
|
Antoine Pitrou
|
2545411e28
|
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.
Patch by Martin Panter.
|
2015-05-19 20:52:27 +02:00 |
|
Serhiy Storchaka
|
7e29eea926
|
Fixed typos in comments.
|
2015-05-18 22:19:42 +03:00 |
|
Raymond Hettinger
|
610a51f364
|
Issue #23757: Only call the concrete list API for exact lists.
|
2015-05-17 14:45:58 -07:00 |
|
Andrew Svetlov
|
9df36c9456
|
Issue #21354: PyCFunction_New function is exposed by python DLL again.
|
2015-04-27 17:48:50 +03:00 |
|
Antoine Pitrou
|
7403e91630
|
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel.
|
2015-04-26 18:46:40 +02:00 |
|
Benjamin Peterson
|
bd91ee9cd7
|
merge 3.3 (#24044)
|
2015-04-23 17:06:33 -04:00 |
|
Benjamin Peterson
|
51454a62e2
|
merge 3.2 (#24044)
|
2015-04-23 17:05:07 -04:00 |
|
Benjamin Peterson
|
0823ffb2fb
|
properly handle malloc failure (closes #24044)
Patch by Christian Heimes.
|
2015-04-23 17:04:36 -04:00 |
|
Benjamin Peterson
|
ac22c6b923
|
improved range docstring (closes #22785)
Patch by Ned Batchelder.
|
2015-04-22 09:16:07 -04:00 |
|
Benjamin Peterson
|
e5a853c390
|
use PyMem_NEW to detect overflow (closes #23362)
|
2015-03-02 13:23:25 -05:00 |
|
Serhiy Storchaka
|
aed198426a
|
Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.
|
2015-01-31 01:15:48 +02:00 |
|
Serhiy Storchaka
|
4dbc305002
|
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
and fix by Guido Vranken.
|
2015-01-27 22:18:46 +02:00 |
|
Serhiy Storchaka
|
3f95292be6
|
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
and fix by Guido Vranken.
|
2015-01-27 22:18:34 +02:00 |
|
Antoine Pitrou
|
b6dc9b7554
|
Fixed signed/unsigned comparison warning
|
2014-10-15 23:14:53 +02:00 |
|
Benjamin Peterson
|
1e211ff10d
|
it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
|
2014-10-15 12:17:21 -04:00 |
|
Benjamin Peterson
|
c0e64f5027
|
make sure length is unsigned
|
2014-10-15 11:51:05 -04:00 |
|
Benjamin Peterson
|
e1bd38c03c
|
fix integer overflow in unicode case operations (closes #22643)
|
2014-10-15 11:47:36 -04:00 |
|
Georg Brandl
|
ff3e5e3779
|
Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).
|
2014-10-01 19:15:11 +02:00 |
|
Benjamin Peterson
|
736b8012b4
|
prevent overflow in unicode_repr (closes #22520)
|
2014-09-29 23:02:15 -04:00 |
|
Benjamin Peterson
|
d48bc9468f
|
these variables ought to be Py_ssize_t
|
2014-09-29 19:12:26 -04:00 |
|
Benjamin Peterson
|
42ff105539
|
fix overflow checking in PyBytes_Repr (closes #22519)
|
2014-09-29 19:01:18 -04:00 |
|
Benjamin Peterson
|
a1c1be4e03
|
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
|
2014-09-29 18:18:57 -04:00 |
|
Serhiy Storchaka
|
4aa867959f
|
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
MemoryError.
|
2015-03-30 09:52:29 +03:00 |
|
Serhiy Storchaka
|
48070c1248
|
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
is wider then partitioned string.
|
2015-03-29 19:21:02 +03:00 |
|