| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99300: Use Py_NewRef() in Objects/ directory (#99335) | Victor Stinner | 2022-11-10 | 1 | -2/+1 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -2/+1 |
|
|
* | bpo-46527: allow calling enumerate(iterable=...) again (GH-30904) | Jelle Zijlstra | 2022-01-26 | 1 | -10/+37 |
|
|
* | bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) | Victor Stinner | 2022-01-21 | 1 | -5/+2 |
|
|
* | bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656) | Raymond Hettinger | 2022-01-18 | 1 | -2/+4 |
|
|
* | bpo-43706: Use PEP 590 vectorcall to speed up enumerate() (GH-25154) | Dong-hee Na | 2021-10-21 | 1 | -0/+40 |
|
|
* | bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895) | Victor Stinner | 2021-10-12 | 1 | -0/+1 |
|
|
* | bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891) | Victor Stinner | 2021-10-11 | 1 | -1/+1 |
|
|
* | Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450) | Serhiy Storchaka | 2021-09-19 | 1 | -1/+1 |
|
|
* | bpo-42536: GC track recycled tuples (GH-23623) | Brandt Bucher | 2020-12-05 | 1 | -0/+11 |
|
|
* | bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) | Victor Stinner | 2020-10-27 | 1 | -1/+2 |
|
|
* | bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) | Dong-hee Na | 2020-10-03 | 1 | -0/+19 |
|
|
* | bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) | Ethan Smith | 2020-04-10 | 1 | -0/+2 |
|
|
* | bpo-39573: Use Py_REFCNT() macro (GH-18388) | Victor Stinner | 2020-02-06 | 1 | -2/+2 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -4/+4 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -3/+3 |
|
|
* | bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) | Serhiy Storchaka | 2017-09-26 | 1 | -2/+6 |
|
|
* | bpo-26491 Defer DECREFs until enumobject is in a consistent state (#3747) | Raymond Hettinger | 2017-09-25 | 1 | -18/+30 |
|
|
* | bpo-29878: Add global instances of int for 0 and 1. (#852) | Serhiy Storchaka | 2017-03-30 | 1 | -7/+1 |
|
|
* | Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. | Serhiy Storchaka | 2017-01-19 | 1 | -39/+50 |
|
|
* | Use _PyObject_CallNoArg() | Victor Stinner | 2016-12-06 | 1 | -1/+1 |
|
|
* | Backed out changeset b9c9691c72c5 | Victor Stinner | 2016-12-04 | 1 | -1/+1 |
|
|
* | Replace PyObject_CallFunctionObjArgs() with fastcall | Victor Stinner | 2016-12-01 | 1 | -1/+1 |
|
|
* | Anti-registration of various ABC methods. | Guido van Rossum | 2016-08-18 | 1 | -2/+10 |
|
|
* | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -1/+49 |
|
|
* | use the static identifier api for looking up special methods | Benjamin Peterson | 2012-01-22 | 1 | -2/+2 |
|
|
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -3/+4 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -283/+283 |
|
|
* | Merged revisions 75055 via svnmerge from | Ezio Melotti | 2009-09-25 | 1 | -1/+1 |
|
|
* | Merged revisions 72907 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -0/+2 |
|
|
* | Merged revisions 72495 via svnmerge from | Benjamin Peterson | 2009-05-09 | 1 | -3/+8 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ... | Benjamin Peterson | 2008-07-31 | 1 | -0/+1 |
|
|
* | Merge 65215: convert uses of int to Py_Ssize_t. | Raymond Hettinger | 2008-07-24 | 1 | -8/+15 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+4 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -5/+16 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -5/+5 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -6/+49 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -7/+5 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+6 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -16/+3 |
|
|
* | Change int to Py_ssize_t in several places. | Martin v. Löwis | 2006-03-07 | 1 | -1/+1 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -3/+3 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Renamed _length_cue() to __length_hint__(). See: | Armin Rigo | 2006-02-11 | 1 | -2/+2 |
|
|
* | en_sit will be freed when en is DECREF'd. Don't double free. | Neal Norwitz | 2005-12-11 | 1 | -1/+0 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -1/+1 |
|
|