Serhiy Storchaka
|
4276068fe5
|
bpo-28876: bool of large range raises OverflowError (#699) (#735)
(cherry picked from commit e46fb86118)
|
2017-03-20 09:37:31 +02: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
|
ed6224ee0c
|
Issue #28045: Fix comment in range_contains_long()
Patch by wim glenn.
|
2016-09-12 07:47:04 +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 |
|
Ezio Melotti
|
5792ce151c
|
#19067: use imperative mood in range object docstrings. Patch by Marco Buttu.
|
2013-10-06 00:36:45 +03:00 |
|
Serhiy Storchaka
|
46e1ce214b
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
|
2013-08-27 20:17:03 +03:00 |
|
Serhiy Storchaka
|
9594942716
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
|
2013-08-27 19:40:23 +03:00 |
|
Mark Dickinson
|
ffdb2c21b3
|
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
|
2012-11-17 19:18:10 +00:00 |
|
Mark Dickinson
|
1321edaa55
|
Issue #16402: Merge fix from 3.2
|
2012-11-04 11:47:05 +00:00 |
|
Mark Dickinson
|
8cd1c7681d
|
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
|
2012-11-04 11:46:17 +00:00 |
|