FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects - 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.6k
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
3.13
User selector
Datepicker
Commit history
Commits on Aug 21, 2026
[3.13] gh-156189: Fix a crash when deleting frame.f_trace_opcodes (GH-156190)
Show description for acdb9a7
serhiy-storchaka
authored
acdb9a7
View commit details
Copy full SHA for acdb9a7
View code at this point
Browse repository at this point
[3.13] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#156170)
Show description for 4516910
lpyu001
and
StanFromIreland
authored
4516910
View commit details
Copy full SHA for 4516910
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
[3.13] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156009)
Show description for 49fe8bd
miss-islington
and
tonghuaroot
authored
49fe8bd
View commit details
Copy full SHA for 49fe8bd
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
[3.13] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156012)
Show description for acdecb3
serhiy-storchaka
authored
acdecb3
View commit details
Copy full SHA for acdecb3
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
[3.13] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154890)
Show description for 2af2564
miss-islington
and
BHUVANSH855
authored
2af2564
View commit details
Copy full SHA for 2af2564
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
[3.13] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154340)
Show description for 0942455
sobolevn
authored
0942455
View commit details
Copy full SHA for 0942455
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
[3.13] gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (GH-151916) (#153706)
Show description for 35a21fe
miss-islington
and
Santhosh-I
authored
35a21fe
View commit details
Copy full SHA for 35a21fe
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
[3.13] gh-148660: Fix use-after-free in OrderedDict.copy() on reentrant mutation (GH-151573) (#152542)
Show description for 9dc1ae0
gpshead
authored
9dc1ae0
View commit details
Copy full SHA for 9dc1ae0
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
[3.13] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152319)
Show description for 668860b
corona10
authored
668860b
View commit details
Copy full SHA for 668860b
View code at this point
Browse repository at this point
[3.13] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152280)
Show description for 80dddd2
miss-islington
and
corona10
authored
80dddd2
View commit details
Copy full SHA for 80dddd2
View code at this point
Browse repository at this point
[3.13] gh-152235: Defer GC tracking of set and frozenset to end of connstruction (gh-152272)
Show description for 998587c
corona10
authored
998587c
View commit details
Copy full SHA for 998587c
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
[3.13] gh-151955: Allow more ParamSpec bounds (#152122)
Show description for d43f47b
JelleZijlstra
authored
d43f47b
View commit details
Copy full SHA for d43f47b
View code at this point
Browse repository at this point
[3.13] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#152065)
Show description for 117b76a
prakashsellathurai
authored
117b76a
View commit details
Copy full SHA for 117b76a
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
[3.13] gh-151126: Add missing `PyErr_NoMemory()` in `type_from_slots_or_spec` (GH-151582)
Show description for abf5016
authored
abf5016
View commit details
Copy full SHA for abf5016
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
[3.13] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151385)
Show description for 8754abc
miss-islington
and
ZeroIntensity
authored
8754abc
View commit details
Copy full SHA for 8754abc
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
[3.13] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151369)
Show description for c4f3d8c
miss-islington
and
serhiy-storchaka
authored
c4f3d8c
View commit details
Copy full SHA for c4f3d8c
View code at this point
Browse repository at this point
[3.13] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151306)
Show description for 5c17ae6
miss-islington
and
tonghuaroot
authored
5c17ae6
View commit details
Copy full SHA for 5c17ae6
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
[3.13] gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (GH-150990) (#151242)
Show description for a1f9bd2
authored
a1f9bd2
View commit details
Copy full SHA for a1f9bd2
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
[3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814)
Show description for 7c5734c
authored
7c5734c
View commit details
Copy full SHA for 7c5734c
View code at this point
Browse repository at this point
Commits on May 26, 2026
[3.13] gh-150285: Fix too long docstrings in builtins (GH-150293) (GH-150466) (GH-150472)
Show description for 43b6b48
serhiy-storchaka
authored
43b6b48
View commit details
Copy full SHA for 43b6b48
View code at this point
Browse repository at this point
Commits on May 23, 2026
[3.13] gh-148450: abc.register needs to update type_version when tp_flags is changed (GH-148623) (#150307)
cocolato
authored
5d03b24
View commit details
Copy full SHA for 5d03b24
View code at this point
Browse repository at this point
Commits on May 20, 2026
[3.13] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150155)
Show description for 32feeff
sobolevn
authored
32feeff
View commit details
Copy full SHA for 32feeff
View code at this point
Browse repository at this point
Commits on May 8, 2026
[3.13] gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (GH-148454) (GH-149299)
Show description for 05956df
authored
05956df
View commit details
Copy full SHA for 05956df
View code at this point
Browse repository at this point
Commits on Apr 18, 2026
[3.13] gh-148222: Fix NULL dereference bugs in genericaliasobject.c (GH-148226) (#148717)
Show description for 0ca5390
prakashsellathurai
authored
0ca5390
View commit details
Copy full SHA for 0ca5390
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
[3.13] gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901) (#147437)
Show description for 01af34a
vstinner
and
skirpichev
authored
01af34a
View commit details
Copy full SHA for 01af34a
View code at this point
Browse repository at this point
[3.13] gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (GH-146634) (GH-146648)
Show description for 52bc5c2
miss-islington
and
sunmy2019
authored
52bc5c2
View commit details
Copy full SHA for 52bc5c2
View code at this point
Browse repository at this point
[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620) (GH-146655)
Show description for 499df18
serhiy-storchaka
and
sunmy2019
authored
499df18
View commit details
Copy full SHA for 499df18
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
[3.13] gh-146250: Fix memory leak in re-initialization of `SyntaxError` (GH-146251) (#146519)
Show description for c09ccd9
aisk
and
brijkapadia
authored
c09ccd9
View commit details
Copy full SHA for c09ccd9
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
[3.13] Fix possible memory leak in OrderedDict popitem (GH-145247) (#146538)
sergey-miryanov
authored
ef8475f
View commit details
Copy full SHA for ef8475f
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
[3.13] gh-146056: Fix repr() for lists containing NULLs (GH-146129) (GH-146155) (GH-146271)
Show description for fab8267
serhiy-storchaka
and
vstinner
authored
fab8267
View commit details
Copy full SHA for fab8267
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
[3.13] gh-146092: Handle _PyFrame_GetFrameObject() failures properly (GH-146124) (GH-146132) (#146138)
Show description for 53b544a
miss-islington
and
vstinner
authored
53b544a
View commit details
Copy full SHA for 53b544a
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
[3.13] gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820) (#145924)
Show description for 1d6e037
miss-islington
and
eendebakpt
authored
1d6e037
View commit details
Copy full SHA for 1d6e037
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
[3.13] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (GH-143655) (#145940)
Show description for cd2e471
picnixz
authored
cd2e471
View commit details
Copy full SHA for cd2e471
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
[3.13] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145440)
Show description for 702d085
colesbury
and
ZeroIntensity
authored
702d085
View commit details
Copy full SHA for 702d085
View code at this point
Browse repository at this point
[3.13] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268) (#145430)
colesbury
authored
d567f45
View commit details
Copy full SHA for d567f45
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL