Serhiy Storchaka
|
6fad4090ec
|
bpo-28876: bool of large range raises OverflowError (#699) (#734)
(cherry picked from commit e46fb86118)
|
2017-03-20 09:13:47 +02:00 |
|
Serhiy Storchaka
|
c7f490c8b1
|
Issue #28376: Creating instances of range_iterator by calling range_iterator
type now is deprecated. Patch by Oren Milman.
|
2016-10-08 21:50:45 +03:00 |
|
Serhiy Storchaka
|
639098c591
|
Merge from 3.5.
|
2016-10-08 21:45:07 +03:00 |
|
Serhiy Storchaka
|
44759bcf13
|
Issue #28376: The constructor of range_iterator now checks that step is not 0.
Patch by Oren Milman.
|
2016-10-08 21:43:11 +03:00 |
|
Berker Peksag
|
1d7feab78a
|
Issue #28045: Merge from 3.5
|
2016-09-12 07:47:33 +03:00 |
|
Berker Peksag
|
ed6224ee0c
|
Issue #28045: Fix comment in range_contains_long()
Patch by wim glenn.
|
2016-09-12 07:47:04 +03:00 |
|
Benjamin Peterson
|
af580dff4a
|
replace PY_LONG_LONG with long long
|
2016-09-06 10:46:49 -07:00 |
|
Serhiy Storchaka
|
5d062d7ba3
|
Issue #27333: Simplified testing step on 0.
|
2016-06-18 09:51:55 +03:00 |
|
Serhiy Storchaka
|
cfdfbb4d3c
|
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Patch by Xiang Zhang.
|
2016-06-18 09:44:03 +03:00 |
|
Serhiy Storchaka
|
6a7b3a77b4
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 08:32:47 +03:00 |
|
Serhiy Storchaka
|
57a01d3a0e
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
in places where Py_DECREF was used.
|
2016-04-10 18:05:40 +03:00 |
|
Serhiy Storchaka
|
48842714b9
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:45:48 +03:00 |
|
Serhiy Storchaka
|
4a1e70fc31
|
Issue #20440: Applied yet one patch for using Py_SETREF.
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
|
2015-12-27 12:36:18 +02:00 |
|
Serhiy Storchaka
|
5a57ade58e
|
Issue #20440: Massive replacing unsafe attribute setting code with special
macro Py_SETREF.
|
2015-12-24 10:35:59 +02:00 |
|
Serhiy Storchaka
|
ac5569b1fa
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
|
2015-05-30 17:48:19 +03:00 |
|
Serhiy Storchaka
|
fa494fd883
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
|
2015-05-30 17:45:22 +03:00 |
|
Benjamin Peterson
|
4320f54ea3
|
merge 3.4 (#22785)
|
2015-04-22 09:16:27 -04:00 |
|
Benjamin Peterson
|
ac22c6b923
|
improved range docstring (closes #22785)
Patch by Ned Batchelder.
|
2015-04-22 09:16:07 -04:00 |
|
Serhiy Storchaka
|
009b811d67
|
Removed unintentional trailing spaces in non-external and non-generated C files.
|
2015-03-18 21:53:15 +02:00 |
|
Benjamin Peterson
|
bcf8554fd4
|
remove buzzword (closes #23210)
|
2015-01-09 16:40:23 -06:00 |
|
Kristján Valur Jónsson
|
c5cc5011ac
|
Make the various iterators' "setstate" sliently and consistently clip the
index. This avoids the possibility of setting an iterator to an invalid
state.
|
2014-03-05 15:23:07 +00:00 |
|
Kristján Valur Jónsson
|
25dded041f
|
Make the various iterators' "setstate" sliently and consistently clip the
index. This avoids the possibility of setting an iterator to an invalid
state.
|
2014-03-05 13:47:57 +00:00 |
|
Kristján Valur Jónsson
|
25ea45db81
|
Merge with 3.3
|
2014-03-04 23:22:15 +00:00 |
|
Kristján Valur Jónsson
|
4ca688edeb
|
Fix pickling of rangeiter. rangeiter_setstate would not allow setting it
to the exhausted state.
|
2014-03-04 23:19:24 +00:00 |
|
Ezio Melotti
|
b32a8111c9
|
#19067: merge with 3.3.
|
2013-10-06 00:38:19 +03:00 |
|