| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27333: Simplified testing step on 0. | Serhiy Storchaka | 2016-06-18 | 1 | -11/+4 |
|
|
* | Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. | Serhiy Storchaka | 2016-06-18 | 1 | -5/+5 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -1/+1 |
|
|
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -3/+3 |
|
|
* | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 1 | -5/+3 |
|
|
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|
|
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -1/+4 |
|\ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -1/+4 |
|
|
* | | merge 3.4 (#22785) | Benjamin Peterson | 2015-04-22 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | improved range docstring (closes #22785) | Benjamin Peterson | 2015-04-22 | 1 | -1/+5 |
|
|
* | | Removed unintentional trailing spaces in non-external and non-generated C files. | Serhiy Storchaka | 2015-03-18 | 1 | -2/+2 |
|/ |
|
* | remove buzzword (closes #23210) | Benjamin Peterson | 2015-01-09 | 1 | -1/+1 |
|
|
* | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -4/+27 |
|\ |
|
| * | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -4/+27 |
|
|
* | | Merge with 3.3 | Kristján Valur Jónsson | 2014-03-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix pickling of rangeiter. rangeiter_setstate would not allow setting it | Kristján Valur Jónsson | 2014-03-04 | 1 | -1/+1 |
|
|
* | | #19067: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. | Ezio Melotti | 2013-10-05 | 1 | -3/+3 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|
|
* | | Issue #16451: Refactor to remove duplication between range and slice in slice... | Mark Dickinson | 2012-11-17 | 1 | -199/+6 |
|/ |
|
* | Issue #16402: Merge fix from 3.2 | Mark Dickinson | 2012-11-04 | 1 | -5/+5 |
|\ |
|
| * | Issue #16402: In range slicing, fix shadowing of exceptions from __index__ me... | Mark Dickinson | 2012-11-04 | 1 | -5/+5 |
|
|
* | | Issue #14783: Merge changes from 3.2. | Chris Jerdonek | 2012-10-07 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #14783: Improve int() docstring and also str(), range(), and slice(). | Chris Jerdonek | 2012-10-07 | 1 | -1/+2 |
|
|
* | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)... | Antoine Pitrou | 2012-05-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)... | Antoine Pitrou | 2012-05-16 | 1 | -1/+1 |
|
|
* | | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t... | Antoine Pitrou | 2012-04-04 | 1 | -2/+2 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+92 |
|
|
* | | add introspection to range objects (closes #9896) | Benjamin Peterson | 2011-11-05 | 1 | -1/+9 |
|
|
* | | Issue #13201: equality for range objects is now based on equality of the unde... | Mark Dickinson | 2011-10-23 | 1 | -2/+133 |
|/ |
|
* | #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice... | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
|
|
* | rangeobject.c (compute_slice_indices): Make function static. | Matthias Klose | 2011-01-16 | 1 | -1/+1 |
|
|
* | plug reference leak | Benjamin Peterson | 2011-01-13 | 1 | -2/+4 |
|
|
* | Issue 10889: Support slicing and indexing of large ranges (no docs changes, s... | Nick Coghlan | 2011-01-12 | 1 | -67/+306 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -3/+2 |
|
|
* | Issue 2690: Add support for slicing and negative indices to range objects (in... | Nick Coghlan | 2010-12-03 | 1 | -100/+184 |
|
|
* | pep 7 actually wants the brace on a new line | Benjamin Peterson | 2010-11-20 | 1 | -22/+44 |
|
|
* | code style and simplification | Benjamin Peterson | 2010-11-20 | 1 | -72/+31 |
|
|
* | Add error handling in range_count. | Georg Brandl | 2010-11-20 | 1 | -1/+4 |
|
|
* | count() should return integers #10474 | Benjamin Peterson | 2010-11-20 | 1 | -2/+2 |
|
|
* | Issue #9213: Add index and count methods to range objects, needed to | Daniel Stutzbach | 2010-09-13 | 1 | -49/+132 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -127/+127 |
|
|
* | fix one visible and several possible refleaks in rangeobject.c | Benjamin Peterson | 2009-11-16 | 1 | -20/+17 |
|
|
* | Fix another case of potential signed overflow. | Mark Dickinson | 2009-11-15 | 1 | -1/+4 |
|
|
* | r76292 commit accidentally committed some extra code; remove it | Mark Dickinson | 2009-11-15 | 1 | -27/+0 |
|
|
* | Issue #7298: Fix a variety of problems leading to wrong results with | Mark Dickinson | 2009-11-15 | 1 | -55/+138 |
|
|
* | Issue #1766304: The range.__contains__ optimization should only be | Mark Dickinson | 2009-09-24 | 1 | -1/+1 |
|
|
* | Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' | Mark Dickinson | 2009-09-22 | 1 | -0/+57 |
|
|