aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_range.py
Commit message (Expand)AuthorAge
* Revert "Add tests for empty range equality (#103751)" (#103770)Terry Jan Reedy2023-04-24
* Add tests for empty range equality (#103751)Kirill2023-04-24
* gh-100726: Optimize construction of range object for medium sized integers (#...Pieter Eendebak2023-01-21
* gh-89189: More compact range iterator (GH-27986)Serhiy Storchaka2022-11-30
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Serhiy Storchaka2021-09-04
* bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)chilaxan2021-08-27
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-28
* bpo-39200: Correct the error message for range() empty constructor (GH-17813)Pablo Galindo2020-01-05
* bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)Serhiy Storchaka2019-08-08
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-05
* bpo-28876: bool of large range raises OverflowError (#699)4kir42017-03-20
* Issue #28376: Creating instances of range_iterator by calling range_iteratorSerhiy Storchaka2016-10-08
* Issue #28376: Creating instances of range_iterator by calling range_iteratorSerhiy Storchaka2016-10-08
* Merge from 3.5.Serhiy Storchaka2016-10-08
|\
| * Issue #28376: The constructor of range_iterator now checks that step is not 0.Serhiy Storchaka2016-10-08
* | Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-24
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
* Make the various iterators' "setstate" sliently and consistently clip theKristján Valur Jónsson2014-03-05
|\
| * Make the various iterators' "setstate" sliently and consistently clip theKristján Valur Jónsson2014-03-05
* | Merge with 3.3Kristján Valur Jónsson2014-03-04
|\|
| * Fix pickling of rangeiter. rangeiter_setstate would not allow setting itKristján Valur Jónsson2014-03-04
* | Fix writing out 64-bit size fields on 32-bit buildsAntoine Pitrou2013-11-23
* | Issue #16402: Merge fix from 3.3Mark Dickinson2012-11-04
|\|
| * Issue #16402: Merge fix from 3.2Mark Dickinson2012-11-04
|/|
| * Issue #16402: In range slicing, fix shadowing of exceptions from __index__ me...Mark Dickinson2012-11-04
* | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-03
* | add introspection to range objects (closes #9896)Benjamin Peterson2011-11-05
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-23
|/
* #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice...Ezio Melotti2011-04-15
* Issue 10889: Support slicing and indexing of large ranges (no docs changes, s...Nick Coghlan2011-01-12
* Issue 2690: Add support for slicing and negative indices to range objects (in...Nick Coghlan2010-12-03
* fix two broken testsBenjamin Peterson2010-11-20
* merge all range tests into test_rangeBenjamin Peterson2010-11-20
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* use assert[Not]In where appropriateEzio Melotti2010-01-23
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* remove 2.x specific warningsBenjamin Peterson2009-11-16
* Issue #7298: Fix a variety of problems leading to wrong results withMark Dickinson2009-11-15
* Issue #1766304: The range.__contains__ optimization should only beMark Dickinson2009-09-24
* Issue #1766304: Optimize membership testing for ranges: 'n in range(...)'Mark Dickinson2009-09-22
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Fix SystemError and a wasps nest of ref counting issues.Raymond Hettinger2009-06-12
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-23
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Update name of test.Walter Dörwald2007-05-21
* Rename test_xrange.py to test_range.py and fix theWalter Dörwald2007-05-21