| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-10-27 | 1 | -2/+3 |
* | bpo-40521: Cleanup code of free lists (GH-21082) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-06-23 | 1 | -8/+16 |
* | bpo-40521: Make slice cache per-interpreter (GH-20637) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-06-05 | 1 | -14/+15 |
* | bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-15 | 1 | -1/+0 |
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-15 | 1 | -2/+2 |
* | bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-14 | 1 | -1/+0 |
* | bpo-40170: Add _PyIndex_Check() internal function (GH-19426) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-08 | 1 | -1/+2 |
* | Make PyXXX_Fini() functions private (GH-15531) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-08-27 | 1 | -1/+2 |
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-05-30 | 1 | -4/+4 |
* | bpo-35961: Fix a crash in slice_richcompare() (GH-11830) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-02-13 | 1 | -24/+14 |
* | bpo-35081: Add Include/internal/pycore_object.h (GH-10640) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-11-21 | 1 | -0/+1 |
* | bpo-35081: Rename internal headers (GH-10275) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-11-12 | 1 | -2/+2 |
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-11-01 | 1 | -2/+2 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | ![](//www.gravatar.com/avatar/0a368b8433c2d081ba1676a28e7de74b?s=13&d=retro) Siddhesh Poyarekar | 2018-04-29 | 1 | -3/+3 |
* | bpo-30860: Consolidate stateful runtime globals. (#3397) | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2017-09-07 | 1 | -0/+2 |
* | bpo-30592: Fixed error messages for some builtins. (#1996) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-06-08 | 1 | -1/+1 |
* | bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) | ![](//www.gravatar.com/avatar/b8887c130623503861bf0e41e76a7776?s=13&d=retro) Xiang Zhang | 2017-05-10 | 1 | -3/+5 |
* | bpo-29878: Add global instances of int for 0 and 1. (#852) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-03-30 | 1 | -7/+4 |
* | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-01-25 | 1 | -24/+54 |
|\ |
|
| * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-01-25 | 1 | -24/+54 |
* | | Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-12-16 | 1 | -1/+1 |
|/ |
|
* | fix slice cache finalization to use gc del | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2016-04-16 | 1 | -1/+1 |
* | add gc support to slice (closes #26659) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2016-04-16 | 1 | -4/+15 |
* | Make Ellipsis and NotImplemented picklable through the reduce protocol. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2013-11-24 | 1 | -1/+12 |
* | Issue #16451: Refactor to remove duplication between range and slice in slice... | ![](//www.gravatar.com/avatar/d861f6bb263ce27f4b3124f360d23390?s=13&d=retro) Mark Dickinson | 2012-11-17 | 1 | -70/+78 |
* | Issue #14794: slice.indices no longer returns OverflowError for out-of-range ... | ![](//www.gravatar.com/avatar/d861f6bb263ce27f4b3124f360d23390?s=13&d=retro) Mark Dickinson | 2012-11-10 | 1 | -8/+175 |
* | Issue #14783: Merge changes from 3.2. | ![](//www.gravatar.com/avatar/9b513ee7cc400c9b7374f4697a1e69ad?s=13&d=retro) Chris Jerdonek | 2012-10-07 | 1 | -1/+2 |
|\ |
|
| * | Issue #14783: Improve int() docstring and also str(), range(), and slice(). | ![](//www.gravatar.com/avatar/9b513ee7cc400c9b7374f4697a1e69ad?s=13&d=retro) Chris Jerdonek | 2012-10-07 | 1 | -1/+2 |
* | | Issue #10227: Add an allocation cache for a single slice object. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2011-11-18 | 1 | -7/+29 |
* | | merge 3.2 (#13199) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2011-10-17 | 1 | -1/+5 |
|\| |
|
| * | plug possible refleak (closes #13199) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2011-10-17 | 1 | -1/+5 |
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | ![](//www.gravatar.com/avatar/1f5ff9de60c6dc5b5c8ea279474cc7c3?s=13&d=retro) Brian Curtin | 2011-08-10 | 1 | -4/+2 |
* | | make the types of None and Ellipsis callable | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2011-07-29 | 1 | -0/+29 |
|/ |
|
* | Merge branches/pep-0384. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2010-12-03 | 1 | -3/+5 |
* | use helper hash unimplemented function | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-10-17 | 1 | -8/+1 |
* | In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rath... | ![](//www.gravatar.com/avatar/c49652c88a43a35bbf0095abfdae3515?s=13&d=retro) Mark Dickinson | 2010-08-06 | 1 | -1/+9 |
* | Recorded merge of revisions 81029 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-05-09 | 1 | -259/+259 |
* | Merged revisions 71734,71738-71739 via svnmerge from | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-04-20 | 1 | -1/+1 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | ![](//www.gravatar.com/avatar/c49652c88a43a35bbf0095abfdae3515?s=13&d=retro) Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-07-02 | 1 | -2/+3 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2007-12-19 | 1 | -1/+1 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2007-12-02 | 1 | -7/+7 |
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2007-10-23 | 1 | -2/+2 |
* | Remove checking redundantly for checks of PyInt and PyLong. | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
* | Fix buglet in sliceobjects, they were not returning Py_NotImplemented when | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2007-08-28 | 1 | -0/+5 |
* | Merged revisions 56467-56482 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2007-07-21 | 1 | -6/+5 |
* | Add a format specifier %R to PyUnicode_FromFormat(), which embeds | ![](//www.gravatar.com/avatar/dbdddb64dc47a7853e836edfed6b1f3f?s=13&d=retro) Walter Dörwald | 2007-05-19 | 1 | -12/+1 |
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | ![](//www.gravatar.com/avatar/dbdddb64dc47a7853e836edfed6b1f3f?s=13&d=retro) Walter Dörwald | 2007-05-18 | 1 | -9/+9 |
* | Merged revisions 53952-54987 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-04-27 | 1 | -0/+10 |
* | Restructure comparison dramatically. There is no longer a default | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2006-08-24 | 1 | -20/+50 |