* Data *.Lib *.MAP *.SYM *.dbg *.hqx *.idb *.pyc *.slb *.xMAP *.xSYM *Icon .#* .DS_Store .cvsignore @* CVS [(]*[)] me='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiffstats
path: root/Objects/sliceobject.c
Commit message (Expand)AuthorAgeFilesLines
* gh-111178: Fix function signatures for multiple tests (#131496)Victor Stinner2025-03-201-6/+6
* gh-111178: Fix function signatures in sliceobject.c (#130575)Victor Stinner2025-02-261-9/+17
* gh-128863: Deprecate _PyLong_Sign() function (#129176)Victor Stinner2025-01-231-3/+6
* gh-125063: Emit slices as constants in the bytecode compiler (#125064)Michael Droettboom2024-10-081-1/+1
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-221-35/+4
* gh-117764: Add docstrings and signatures for the types of None, Ellipsis and ...Serhiy Storchaka2024-04-121-1/+6
* gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)Donghee Na2024-02-141-10/+10
* gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...Donghee Na2024-02-101-8/+4
* gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)Donghee Na2024-01-261-7/+7
* gh-111968: Fix --without-freelists build (gh-114270)Donghee Na2024-01-181-5/+14
* gh-111968: Use per-thread slice_cache in free-threading (gh-113972)Donghee Na2024-01-151-11/+15
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-4/+1
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+1
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-31