FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/hamt.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
hamt.c
on
main
User selector
Datepicker
Commit history
Commits on Aug 13, 2026
gh-155515: Use GC tracking for HAMT iterators (#155517)
nascheme
authored
f056212
View commit details
Copy full SHA for f056212
View code at this point
Browse repository at this point
Commits on May 23, 2026
gh-150178: Fix refcount leaks in hamt allocation failure paths (#150179)
lpyu001
authored
32823af
View commit details
Copy full SHA for 32823af
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
Show description for d19de37
sergey-miryanov
authored
d19de37
View commit details
Copy full SHA for d19de37
View code at this point
Browse repository at this point
Commits on Jan 9, 2026
gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (#142905)
abdoulrasheed
authored
a4086d7
View commit details
Copy full SHA for a4086d7
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441)
Show description for 7ab68cd
johnslavik
authored
7ab68cd
View commit details
Copy full SHA for 7ab68cd
View code at this point
Browse repository at this point
Commits on May 29, 2025
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Show description for f49a07b
authored
f49a07b
View commit details
Copy full SHA for f49a07b
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
markshannon
authored
44e4c47
View commit details
Copy full SHA for 44e4c47
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
gh-111178: remove redundant casts for functions with correct signatures (#131673)
picnixz
authored
edbf7fb
View commit details
Copy full SHA for edbf7fb
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
gh-111178: Fix function signatures for multiple tests (#131496)
vstinner
authored
34c1ea3
View commit details
Copy full SHA for 34c1ea3
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
gh-111178: fix UBSan failures in `Python/hamt.c` (GH-128247)
Show description for c22302e
picnixz
authored
c22302e
View commit details
Copy full SHA for c22302e
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-125196: Use PyUnicodeWriter in HAMT (#125458)
vstinner
authored
aa18fd5
View commit details
Copy full SHA for aa18fd5
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-106320: Remove private PyLong C API functions (#108429)
Show description for c55e731
vstinner
authored
c55e731
View commit details
Copy full SHA for c55e731
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-84436: Skip refcounting for known immortals (GH-107605)
brandtbucher
authored
05a824f
View commit details
Copy full SHA for 05a824f
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Show description for 18b1fde
vstinner
authored
18b1fde
View commit details
Copy full SHA for 18b1fde
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7c
vstinner
authored
135ec7c
View commit details
Copy full SHA for 135ec7c
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Show description for 8211cf5
vstinner
authored
8211cf5
View commit details
Copy full SHA for 8211cf5
View code at this point
Browse repository at this point
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Show description for 01fa907
ericsnowcurrently
authored
01fa907
View commit details
Copy full SHA for 01fa907
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Show description for 231d83b
vstinner
authored
231d83b
View commit details
Copy full SHA for 231d83b
View code at this point
Browse repository at this point
Commits on May 27, 2022
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
kumaraditya303
authored
cb04a09
View commit details
Copy full SHA for cb04a09
View code at this point
Browse repository at this point
Commits on May 23, 2022
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Show description for c1f5c90
authored
c1f5c90
View commit details
Copy full SHA for c1f5c90
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Show description for f0bc694
vstinner
authored
f0bc694
View commit details
Copy full SHA for f0bc694
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
bpo-46417: Clear more static types (GH-30796)
Show description for 500c146
vstinner
authored
500c146
View commit details
Copy full SHA for 500c146
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5
ericsnowcurrently
authored
c8749b5
View commit details
Copy full SHA for c8749b5
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
bpo-29882: Add _Py_popcount32() function (GH-20518)
Show description for c6b292c
vstinner
authored
c6b292c
View commit details
Copy full SHA for c6b292c
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
corona10
authored
1b55b65
View commit details
Copy full SHA for 1b55b65
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Show description for 60ac6ed
vstinner
authored
60ac6ed
View commit details
Copy full SHA for 60ac6ed
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
isidentical
authored and
benjaminp
committed
d0c92e8
View commit details
Copy full SHA for d0c92e8
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
Typo fix - implemention should be implementation (GH-16806)
hansrajdas
authored and
miss-islington
committed
2798b60
View commit details
Copy full SHA for 2798b60
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
Fix typos in comments, docs and test names (#15018)
Show description for c4cacc8
minho42
authored and
terryjreedy
committed
c4cacc8
View commit details
Copy full SHA for c4cacc8
View code at this point
Browse repository at this point
Commits on May 10, 2019
bpo-35983: skip trashcan for subclasses (GH-11841)
Show description for 351c674
jdemeyer
authored and
pitrou
committed
351c674
View commit details
Copy full SHA for 351c674
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
serhiy-storchaka
authored
d53fe5f
View commit details
Copy full SHA for d53fe5f
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
bpo-35059: Cast void* to PyObject* (GH-10650)
Show description for a42de74
vstinner
authored
a42de74
View commit details
Copy full SHA for a42de74
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1
vstinner
authored
bcda8f1
View commit details
Copy full SHA for bcda8f1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL