GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
listobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-20
1
-6
/
+0
*
bpo-40521: Disable list free list in subinterpreters (GH-19959)
Victor Stinner
2020-05-06
1
-1
/
+8
*
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner
2020-04-29
1
-7
/
+4
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1
/
+0
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
1
-2
/
+3
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0
/
+1
*
bpo-37207: Use vectorcall for list() (GH-18928)
Petr Viktorin
2020-03-30
1
-0
/
+28
*
bpo-38373: Change list overallocating strategy. (GH-18952)
Serhiy Storchaka
2020-03-17
1
-6
/
+8
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-11
/
+11
*
bpo-39737: Remove code repitition in list_richcompare (GH-18638)
sweeneyde
2020-02-26
1
-2
/
+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-1
/
+1
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
1
-13
/
+13
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
1
-19
/
+19
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-36
/
+0
*
bpo-39453: Add testcase for bpo-39453 (GH-18202)
Dong-hee Na
2020-01-27
1
-1
/
+1
*
bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH...
Dong-hee Na
2020-01-27
1
-1
/
+6
*
bpo-39425: Fix list.count performance regression (GH-18119)
Dong-hee Na
2020-01-22
1
-0
/
+4
*
bpo-38588: Optimize list comparison. (GH-17766)
Inada Naoki
2019-12-31
1
-0
/
+3
*
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCo...
Dong-hee Na
2019-12-31
1
-0
/
+7
*
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Zackery Spytz
2019-12-30
1
-3
/
+12
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-2
/
+4
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-27
1
-1
/
+1
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
1
-2
/
+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-2
/
+1
*
Improve docstring of list.sort (GH-8516)
Tim Hoffmann
2019-05-31
1
-2
/
+10
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
1
-6
/
+6
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-1
/
+1
*
bpo-35091: Objects/listobject.c: Replace overflow checks in gallop fu… (GH-...
Alexey Izbyshev
2019-05-22
1
-8
/
+4
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
1
-2
/
+2
*
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Rémi Lapeyre
2019-03-25
1
-11
/
+22
*
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
1
-16
/
+2
*
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl...
Zackery Spytz
2019-02-21
1
-0
/
+3
*
bpo-36062: Minor speed-up for list slicing and copying. (GH-11967)
Sergey Fedoseev
2019-02-21
1
-8
/
+12
*
closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380)
sth
2019-01-01
1
-1
/
+0
*
bpo-33234: Simplify list_preallocate_exact() (GH-11220)
Sergey Fedoseev
2018-12-29
1
-14
/
+3
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-3
/
+5
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0
/
+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1
/
+1
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
1
-1
/
+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-11-01
1
-1
/
+1
*
bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)
Pablo Galindo
2018-10-28
1
-0
/
+40
*
Micro-optimize list index range checks (GH-9784)
Raymond Hettinger
2018-10-10
1
-5
/
+18
*
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev
2018-08-11
1
-15
/
+36
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-1
/
+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-8
/
+8
*
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo
2018-02-21
1
-1
/
+1
*
bpo-28685: Fix compiler warning (GH-5423)
Victor Stinner
2018-01-29
1
-1
/
+2
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-28
1
-71
/
+337
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka
2017-12-03
1
-3
/
+0
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-20
1
-8
/
+3
[next]