FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects - emmatyping/cpython · GitHub
emmatyping
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
10
Code
Issues
0
Pull requests
3
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
Objects
on
main
User selector
Datepicker
Commit history
Commits on Nov 14, 2025
GH-141312: Allow only integers to longrangeiter_setstate state (GH-141317)
Show description for 10bec7c
sergey-miryanov
authored
10bec7c
View commit details
Copy full SHA for 10bec7c
View code at this point
Browse repository at this point
gh-131510: Use PyUnstable_Unicode_GET_CACHED_HASH() (GH-141520)
Show description for 3bacae5
vstinner
authored
3bacae5
View commit details
Copy full SHA for 3bacae5
View code at this point
Browse repository at this point
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Show description for a4dd662
encukou
authored
a4dd662
View commit details
Copy full SHA for a4dd662
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Show description for 4fa80ce
Fidget-Spinner
authored
4fa80ce
View commit details
Copy full SHA for 4fa80ce
View code at this point
Browse repository at this point
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)
Show description for 732224e
authored
732224e
View commit details
Copy full SHA for 732224e
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Show description for e202673
skirpichev
and
vstinner
authored
e202673
View commit details
Copy full SHA for e202673
View code at this point
Browse repository at this point
gh-141042: fix sNaN's packing for mixed floating-point formats (#141107)
skirpichev
authored
23d85a2
View commit details
Copy full SHA for 23d85a2
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
gh-140476: optimize `PySet_Add` for `frozenset` in free-threading (#140440)
Show description for 298e907
yoney
and
kumaraditya303
authored
298e907
View commit details
Copy full SHA for 298e907
View code at this point
Browse repository at this point
gh-132657: optimize `PySet_Contains` for `frozenset` (#141183)
kumaraditya303
authored
7211a34
View commit details
Copy full SHA for 7211a34
View code at this point
Browse repository at this point
gh-141376: Fix exported symbols (GH-141377)
Show description for 8435a22
vstinner
authored
8435a22
View commit details
Copy full SHA for 8435a22
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
picnixz
authored
ae1f435
View commit details
Copy full SHA for ae1f435
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (#140957)
StanFromIreland
authored
d6c89a2
View commit details
Copy full SHA for d6c89a2
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
gh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)
LindaSummer
authored
b83f379
View commit details
Copy full SHA for b83f379
View code at this point
Browse repository at this point
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Show description for 589a03a
authored
589a03a
View commit details
Copy full SHA for 589a03a
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Show description for a84181c
vstinner
authored
a84181c
View commit details
Copy full SHA for a84181c
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
gh-140348: Fix using | on unusual objects plus Unions (#140383)
JelleZijlstra
authored
7a9437d
View commit details
Copy full SHA for 7a9437d
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT` is used without `Py_TPFLAGS_HAVE_GC` set (#135863)
sergey-miryanov
authored
da65f38
View commit details
Copy full SHA for da65f38
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
efimov-mikhail
authored
d17f28f
View commit details
Copy full SHA for d17f28f
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
gh-55531: Implement `normalize_encoding` in C (#136643)
Show description for a3ce2f7
StanFromIreland
authored
a3ce2f7
View commit details
Copy full SHA for a3ce2f7
View code at this point
Browse repository at this point
gh-139353: Add Objects/unicode_writer.c file (#139911)
Show description for efc37ba
vstinner
authored
efc37ba
View commit details
Copy full SHA for efc37ba
View code at this point
Browse repository at this point
gh-129117: Add unicodedata.isxidstart() function (#140269)
Show description for dbe3950
StanFromIreland
and
vstinner
authored
dbe3950
View commit details
Copy full SHA for dbe3950
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)
Show description for 02202c1
efimov-mikhail
and
methane
authored
02202c1
View commit details
Copy full SHA for 02202c1
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637)
ashm-dev
authored
7d70a14
View commit details
Copy full SHA for 7d70a14
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
gh-140544: use faster `_PyInterpreterState_GET` for type lock (#140584)
kumaraditya303
authored
df07364
View commit details
Copy full SHA for df07364
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470)
Show description for 574405c
colesbury
authored
574405c
View commit details
Copy full SHA for 574405c
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
gh-132835: Add defensive NULL checks to MRO resolution (GH-134763)
Show description for a8edca6
emmatyping
authored
a8edca6
View commit details
Copy full SHA for a8edca6
View code at this point
Browse repository at this point
GH-139951: Fix major GC performance regression (GH-140262)
Show description for 0c01090
markshannon
authored
0c01090
View commit details
Copy full SHA for 0c01090
View code at this point
Browse repository at this point
gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
ZeroIntensity
authored
71db05a
View commit details
Copy full SHA for 71db05a
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
gh-139817: Fix refleak in TypeAliasType(qualname=non_string) (GH-140197)
encukou
authored
ea4cc58
View commit details
Copy full SHA for ea4cc58
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
efimov-mikhail
authored
f673f0e
View commit details
Copy full SHA for f673f0e
View code at this point
Browse repository at this point
gh-140061: Use `_PyObject_IsUniquelyReferenced()` to check if objects are uniquely referenced (gh-140062)
Show description for 32c2649
sergey-miryanov
authored
32c2649
View commit details
Copy full SHA for 32c2649
View code at this point
Browse repository at this point
gh-129559: Remove extra dot in bytearray.resize AC (#140134)
cmaloney
authored
6416e6e
View commit details
Copy full SHA for 6416e6e
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
gh-140126: Fix compile error if --with-assertions is enabled (#140133)
Show description for 1e1f435
nascheme
authored
1e1f435
View commit details
Copy full SHA for 1e1f435
View code at this point
Browse repository at this point
GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (#140059)
sergey-miryanov
authored
ded59f7
View commit details
Copy full SHA for ded59f7
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (#140016)
efimov-mikhail
authored
be60e4b
View commit details
Copy full SHA for be60e4b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL