- ed9f927 bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) by Miss Islington (bot) · 4 years ago
- cd986e9 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by Miss Islington (bot) · 4 years ago
- 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 3 months ago
- 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 4 years, 8 months ago
- c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 4 years, 9 months ago
- c0f22fb bpo-41902: Micro optimization for range.index if step is 1 (GH-22479) by Dong-hee Na · 4 years, 10 months ago
- 25492a5 bpo-41902: Micro optimization for compute_item of range (GH-22492) by Dong-hee Na · 4 years, 10 months ago
- 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 5 years ago
- 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 5 years ago
- a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 5 years ago
- 87ec86c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) by Dong-hee Na · 5 years ago
- 6e35da9 bpo-37207: Use vectorcall for range() (GH-18464) by Petr Viktorin · 5 years ago
- 58ac700 bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) by Victor Stinner · 5 years ago
- 46874c2 bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) by Hai Shi · 6 years ago
- 4b66fa6 bpo-39200: Correct the error message for range() empty constructor (GH-17813) by Pablo Galindo · 6 years ago
- 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
- 22c5263 bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
- bb86bf4 bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) by Serhiy Storchaka · 7 years ago
- c9a6168 Fix a possible crash in range.__reversed__(). (GH-10252) by Zackery Spytz · 7 years ago
- 7ecae3c closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) by Alexey Izbyshev · 7 years ago
- 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 7 years ago
- 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 8 years ago
- ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 8 years ago
- e46fb86 bpo-28876: bool of large range raises OverflowError (#699) by 4kir4 · 8 years ago
- df53392 Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 9 years ago
- c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 9 years ago
- 639098c Merge from 3.5. by Serhiy Storchaka · 9 years ago
- 44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. by Serhiy Storchaka · 9 years ago
- 1d7feab Issue #28045: Merge from 3.5 by Berker Peksag · 9 years ago
- ed6224e Issue #28045: Fix comment in range_contains_long() by Berker Peksag · 9 years ago
- af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 9 years ago
- 5d062d7 Issue #27333: Simplified testing step on 0. by Serhiy Storchaka · 9 years ago
- cfdfbb4 Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang. by Serhiy Storchaka · 9 years ago
- 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
- 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
- 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 10 years ago
- 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 10 years ago
- ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
- fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
- 4320f54 merge 3.4 (#22785) by Benjamin Peterson · 10 years ago
- ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 10 years ago
- 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 10 years ago
- bcf8554 remove buzzword (closes #23210) by Benjamin Peterson · 11 years ago
- c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
- 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
- 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
- 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 11 years ago
- b32a811 #19067: merge with 3.3. by Ezio Melotti · 12 years ago
- 5792ce1 #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. by Ezio Melotti · 12 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
- ffdb2c2 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. by Mark Dickinson · 13 years ago
- 1321eda Issue #16402: Merge fix from 3.2 by Mark Dickinson · 13 years ago
- 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 13 years ago
- 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 13 years ago
- 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 13 years ago
- b7d033d Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 13 years ago
- a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 13 years ago
- a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 13 years ago
- 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 13 years ago
- 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 14 years ago
- 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 14 years ago
- 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 14 years ago
- 616667f rangeobject.c (compute_slice_indices): Make function static. by Matthias Klose · 15 years ago
- 547d485 plug reference leak by Benjamin Peterson · 15 years ago
- e993b10 Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work) by Nick Coghlan · 15 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 15 years ago
- 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 15 years ago
- a1864f3 pep 7 actually wants the brace on a new line by Benjamin Peterson · 15 years ago
- 155614b code style and simplification by Benjamin Peterson · 15 years ago
- 7e5343b Add error handling in range_count. by Georg Brandl · 15 years ago
- 0b458d5 count() should return integers #10474 by Benjamin Peterson · 15 years ago
- 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 36fbb73 fix one visible and several possible refleaks in rangeobject.c by Benjamin Peterson · 16 years ago
- b43dbc2 Fix another case of potential signed overflow. by Mark Dickinson · 16 years ago
- bde0508 r76292 commit accidentally committed some extra code; remove it by Mark Dickinson · 16 years ago
- d550c9a Issue #7298: Fix a variety of problems leading to wrong results with by Mark Dickinson · 16 years ago
- 418f81d Issue #1766304: The range.__contains__ optimization should only be by Mark Dickinson · 16 years ago
- 3e124ae Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' by Mark Dickinson · 16 years ago
- c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 16 years ago
- 732166d Fix description of range_length_obj by Mark Dickinson · 16 years ago
- 1279209 this is also no longer true by Benjamin Peterson · 16 years ago
- a47af9c fix comment by Benjamin Peterson · 16 years ago
- eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 16 years ago
- 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 16 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 17 years ago
- 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 17 years ago
- 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 17 years ago
- df0a5cb #2689 Fix indentation in Objects/rangeobject.c by Benjamin Peterson · 17 years ago
- ad3f332 Merge r60673 by Raymond Hettinger · 17 years ago
- 8445104 Drop _PyLong_FitsInLong. Fixes #1666. by Martin v. Löwis · 18 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
- a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 18 years ago
- f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 18 years ago
- b7f17e4 Found another memory leak in longrangeiter. And redo the previous correction by Amaury Forgeot d'Arc · 18 years ago
- a1e9ec4 Correct a memory leak: the range() object was not properly freed. by Amaury Forgeot d'Arc · 18 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
- 4ad9421 Rename test_xrange.py to test_range.py and fix the type name in various spots. by Walter Dörwald · 18 years ago