| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+4 |
|\ |
|
| * | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+4 |
|
|
* | | Issue #26015: Added new tests for pickling iterators of mutable sequences. | Serhiy Storchaka | 2016-03-06 | 1 | -11/+38 |
|\ \
| |/ |
|
| * | Issue #26015: Added new tests for pickling iterators of mutable sequences. | Serhiy Storchaka | 2016-03-06 | 1 | -11/+38 |
|
|
| * | Issue #26194: Inserting into a full deque to raise an IndexError | Raymond Hettinger | 2016-02-02 | 1 | -11/+12 |
|
|
* | | Issue #26482: Allowed pickling recursive dequeues. | Serhiy Storchaka | 2016-03-06 | 1 | -32/+36 |
|
|
* | | merge | Raymond Hettinger | 2016-02-02 | 1 | -11/+12 |
|
|
* | | merge | Raymond Hettinger | 2016-01-27 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen | Raymond Hettinger | 2016-01-27 | 1 | -0/+14 |
|
|
| * | Issue #24913: Fix overrun error in deque.index(). | Brett Cannon | 2015-09-03 | 1 | -0/+5 |
|
|
* | | Fix typo | Raymond Hettinger | 2016-01-26 | 1 | -1/+1 |
|
|
* | | Add a fast path (no iterator creation) for a common case for repeating deques... | Raymond Hettinger | 2015-09-19 | 1 | -0/+9 |
|
|
* | | Issue #24913: Fix overrun error in deque.index(). | Raymond Hettinger | 2015-08-26 | 1 | -0/+5 |
|/ |
|
* | Check deques against common sequence tests (except for slicing). | Raymond Hettinger | 2015-04-01 | 1 | -0/+16 |
|
|
* | Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). | Raymond Hettinger | 2015-03-31 | 1 | -0/+77 |
|
|
* | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a... | Raymond Hettinger | 2015-03-21 | 1 | -0/+57 |
|
|
* | Issue 23705: Improve the performance of __contains__ checks for deques. | Raymond Hettinger | 2015-03-20 | 1 | -0/+20 |
|
|
* | Bump the blocksize up from 62 to 64 to speed up the modulo calculation. | Raymond Hettinger | 2015-02-27 | 1 | -1/+1 |
|
|
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -20/+23 |
|\ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -20/+23 |
|
|
* | | Issue 19898: Add test for dequereviter_new. | Raymond Hettinger | 2014-06-15 | 1 | -0/+5 |
|/ |
|
* | Restore the data block size to 62. | Raymond Hettinger | 2013-07-28 | 1 | -1/+1 |
|
|
* | Add a spacing saving heuristic to deque's extend methods | Raymond Hettinger | 2013-07-09 | 1 | -2/+2 |
|
|
* | Speed-up deque indexing by changing the deque block length to a power of two. | Raymond Hettinger | 2013-07-06 | 1 | -1/+1 |
|
|
* | MERGE: Closes #15469: Correct __sizeof__ support for deque | Jesus Cea | 2012-08-03 | 1 | -0/+16 |
|\ |
|
| * | Closes #15469: Correct __sizeof__ support for deque | Jesus Cea | 2012-08-03 | 1 | -0/+16 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+13 |
|/ |
|
* | Issue #11004: Repair edge case in deque.count(). | Raymond Hettinger | 2011-01-25 | 1 | -0/+9 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | Add count() method to collections.deque(). | Raymond Hettinger | 2010-04-03 | 1 | -0/+24 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -3/+3 |
|
|
* | Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) | Raymond Hettinger | 2009-12-10 | 1 | -0/+11 |
|
|
* | Add a reverse() method to collections.deque(). | Raymond Hettinger | 2009-12-10 | 1 | -0/+12 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 1 | -0/+10 |
|
|
* | Small optimization for corner case where maxlen==0. | Raymond Hettinger | 2009-03-10 | 1 | -1/+18 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -1/+0 |
|
|
* | Merged revisions 68128 via svnmerge from | Antoine Pitrou | 2009-01-01 | 1 | -2/+19 |
|
|
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto... | Hirokazu Yamamoto | 2008-12-27 | 1 | -2/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -15/+15 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+2 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -2/+21 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 1 | -4/+4 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -22/+58 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | Fix test_deque.py: Read and write file in text mode, | Walter Dörwald | 2007-06-07 | 1 | -2/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -60/+61 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -3/+3 |
|
|