summaryrefslogtreecommitdiff
path: root/Lib/test/test_range.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28376: Creating instances of range_iterator by calling range_iteratorSerhiy Storchaka2016-10-081-23/+26
* Merge from 3.5.Serhiy Storchaka2016-10-081-0/+30
|\
| * Issue #28376: The constructor of range_iterator now checks that step is not 0.Serhiy Storchaka2016-10-081-0/+29
* | Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+1
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-22/+24
* Make the various iterators' "setstate" sliently and consistently clip theKristj?n Valur J?nsson2014-03-051-4/+5
|\
| * Merge with 3.3Kristj?n Valur J?nsson2014-03-041-0/+12
| |\
| * | Fix writing out 64-bit size fields on 32-bit buildsAntoine Pitrou2013-11-231-3/+4
| * | Issue #16402: Merge fix from 3.3Mark Dickinson2012-11-041-0/+9
| |\ \
* | | | Make the various iterators' "setstate" sliently and consistently clip theKristj?n Valur J?nsson2014-03-051-0/+12
| |_|/ |/| |
* | | Fix pickling of rangeiter. rangeiter_setstate would not allow setting itKristj?n Valur J?nsson2014-03-041-0/+12
| |/ |/|
* | Issue #16402: Merge fix from 3.2Mark Dickinson2012-11-041-1/+104
|\ \ | |/
| * Issue #14288: Serialization support for builtin iterators.Kristj?n Valur J?nsson2012-04-031-1/+23
| * add introspection to range objects (closes #9896)Benjamin Peterson2011-11-051-0/+29
| * Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-231-0/+52
* | Issue #16402: In range slicing, fix shadowing of exceptions from __index__ me...Mark Dickinson2012-11-041-0/+9
|/
* #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice...Ezio Melotti2011-04-151-0/+9
* Issue 10889: Support slicing and indexing of large ranges (no docs changes, s...Nick Coghlan2011-01-121-7/+86
* Issue 2690: Add support for slicing and negative indices to range objects (in...Nick Coghlan2010-12-031-1/+72
* fix two broken testsBenjamin Peterson2010-11-201-1/+2
* merge all range tests into test_rangeBenjamin Peterson2010-11-201-0/+157
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-12/+12
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-20/+20
* remove 2.x specific warningsBenjamin Peterson2009-11-161-4/+0
* Issue #7298: Fix a variety of problems leading to wrong results withMark Dickinson2009-11-151-0/+61
* Issue #1766304: The range.__contains__ optimization should only beMark Dickinson2009-09-241-0/+6
* Issue #1766304: Optimize membership testing for ranges: 'n in range(...)'Mark Dickinson2009-09-221-0/+50
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Fix SystemError and a wasps nest of ref counting issues.Raymond Hettinger2009-06-121-0/+7
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-231-1/+1
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-101-0/+10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-3/+3
* Update name of test.Walter Dörwald2007-05-211-1/+1
* Rename test_xrange.py to test_range.py and fix theWalter Dörwald2007-05-211-0/+68