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.12
User selector
Datepicker
Commit history
Commits on May 26, 2025
[3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337)
Show description for 4398b78
serhiy-storchaka
authored
4398b78
View commit details
Copy full SHA for 4398b78
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
[3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)
Show description for 33605da
kycutler
and
gaogaotiantian
authored
33605da
View commit details
Copy full SHA for 33605da
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
[3.12] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (#130757)
Show description for 7ce5f15
picnixz
and
chouquette
authored
7ce5f15
View commit details
Copy full SHA for 7ce5f15
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
[3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125)
Show description for 8a598fb
StanFromIreland
and
gnprice
authored
8a598fb
View commit details
Copy full SHA for 8a598fb
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
[3.12] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128790)
Show description for 64396fb
authored
64396fb
View commit details
Copy full SHA for 64396fb
View code at this point
Browse repository at this point
Commits on Jan 13, 2025
[3.12] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue` (GH-128780) (#128784)
Show description for 4facd7d
authored
4facd7d
View commit details
Copy full SHA for 4facd7d
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
[3.12] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes (GH-127523) (#128700)
Show description for b55c404
miss-islington
and
picnixz
authored
b55c404
View commit details
Copy full SHA for b55c404
View code at this point
Browse repository at this point
Commits on Jan 3, 2025
[3.12] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters` (GH-127876) (#128459)
Show description for e440459
miss-islington
and
shadchin
authored
e440459
View commit details
Copy full SHA for e440459
View code at this point
Browse repository at this point
Commits on Dec 26, 2024
[3.12] gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199) (GH-128273)
Show description for f699151
serhiy-storchaka
and
WolframAlph
authored
f699151
View commit details
Copy full SHA for f699151
View code at this point
Browse repository at this point
Commits on Dec 12, 2024
[3.12] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-127813)
Show description for 320a1dc
miss-islington
and
picnixz
authored
320a1dc
View commit details
Copy full SHA for 320a1dc
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
[3.12] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (#127605)
Show description for 0964f9f
miss-islington
and
markshannon
authored
0964f9f
View commit details
Copy full SHA for 0964f9f
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125205)
Show description for 49da170
miss-islington
and
ericsnowcurrently
authored
49da170
View commit details
Copy full SHA for 49da170
View code at this point
Browse repository at this point
Commits on Dec 2, 2024
[3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (GH-127216) (GH-127530)
Show description for 8fffbb0
miss-islington
and
skirpichev
authored
8fffbb0
View commit details
Copy full SHA for 8fffbb0
View code at this point
Browse repository at this point
[3.12] Fix Unicode encode_wstr_utf8() (#127420) (#127504)
Show description for 9f0d6b7
picnixz
and
vstinner
authored
9f0d6b7
View commit details
Copy full SHA for 9f0d6b7
View code at this point
Browse repository at this point
Commits on Nov 29, 2024
[3.12] gh-127208: Reject null character in _imp.create_dynamic() (#127400) (#127419)
Show description for e7ab978
vstinner
authored
e7ab978
View commit details
Copy full SHA for e7ab978
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
[3.12] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127005)
Show description for 9345dc1
authored
9345dc1
View commit details
Copy full SHA for 9345dc1
View code at this point
Browse repository at this point
Commits on Nov 13, 2024
[3.12] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759) (#126779)
Show description for 0bdcc84
authored
0bdcc84
View commit details
Copy full SHA for 0bdcc84
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
[3.12] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126424)
Show description for 844d908
serhiy-storchaka
authored
844d908
View commit details
Copy full SHA for 844d908
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
[3.12] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421) (#126151)
Show description for 1fc1a18
authored
1fc1a18
View commit details
Copy full SHA for 1fc1a18
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
[3.12] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125098)
Show description for d3b437c
miss-islington
and
picnixz
authored
d3b437c
View commit details
Copy full SHA for d3b437c
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
[3.12] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-124938)
Show description for b3e2c02
encukou
and
miss-islington
authored
b3e2c02
View commit details
Copy full SHA for b3e2c02
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
[3.12] gh-124785: Revert "[3.12] gh-116510: Fix a crash due to shared immortal interned strings. (gh-124541)" (#124814)
Show description for ffc6a10
nascheme
authored
ffc6a10
View commit details
Copy full SHA for ffc6a10
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)
Show description for 49f6beb
encukou
and
ericsnowcurrently
authored
49f6beb
View commit details
Copy full SHA for 49f6beb
View code at this point
Browse repository at this point
[3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124508)
Show description for 1d70dd2
miss-islington
and
picnixz
authored
1d70dd2
View commit details
Copy full SHA for 1d70dd2
View code at this point
Browse repository at this point
[3.12] gh-116510: Fix a crash due to shared immortal interned strings. (gh-124541)
Show description for 5dd07eb
nascheme
authored
5dd07eb
View commit details
Copy full SHA for 5dd07eb
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
[3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124604)
Show description for 4659026
miss-islington
and
sobolevn
authored
4659026
View commit details
Copy full SHA for 4659026
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
[3.12] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (GH-123937)
Show description for 90e5bd7
serhiy-storchaka
authored
90e5bd7
View commit details
Copy full SHA for 90e5bd7
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
[3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122626)
Show description for 1bfb58c
colesbury
authored
1bfb58c
View commit details
Copy full SHA for 1bfb58c
View code at this point
Browse repository at this point
Commits on Aug 25, 2024
[3.12] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) (#123317)
Show description for 93d4a19
miss-islington
and
Eclips4
authored
93d4a19
View commit details
Copy full SHA for 93d4a19
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
[3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122327)
Show description for c8f5ca6
DinoV
authored
c8f5ca6
View commit details
Copy full SHA for c8f5ca6
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
[3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250)
Show description for 5bd2ea2
ericsnowcurrently
authored
5bd2ea2
View commit details
Copy full SHA for 5bd2ea2
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
[3.12] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-122241)
Show description for dd4c8ac
ericsnowcurrently
authored
dd4c8ac
View commit details
Copy full SHA for dd4c8ac
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Show description for 39dea21
serhiy-storchaka
authored
39dea21
View commit details
Copy full SHA for 39dea21
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
[3.12] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)
Show description for 874eed6
serhiy-storchaka
authored
874eed6
View commit details
Copy full SHA for 874eed6
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
[3.12] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121762)
Show description for 7a4b55d
miss-islington
and
sobolevn
authored
7a4b55d
View commit details
Copy full SHA for 7a4b55d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL