FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - WolframAlph/cpython · GitHub
WolframAlph
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
fix-refleak
User selector
Datepicker
Commit history
Commits on Feb 4, 2025
decref even if fail
WolframAlph
committed
224c7a6
View commit details
Copy full SHA for 224c7a6
View code at this point
Browse repository at this point
fix `optimize_if_const_subscr` refleaks
WolframAlph
committed
283fd58
View commit details
Copy full SHA for 283fd58
View code at this point
Browse repository at this point
gh-126835: Move constant subscript folding to CFG (#129568)
Show description for 0664c1a
WolframAlph
and
iritkatriel
authored
0664c1a
View commit details
Copy full SHA for 0664c1a
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129608)
Show description for 75b628a
markshannon
authored
75b628a
View commit details
Copy full SHA for 75b628a
View code at this point
Browse repository at this point
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
markshannon
authored
808071b
View commit details
Copy full SHA for 808071b
View code at this point
Browse repository at this point
Commits on Feb 2, 2025
GH-129231: Group executable JIT code in memory (GH-129232)
diegorusso
authored
a29a9c0
View commit details
Copy full SHA for a29a9c0
View code at this point
Browse repository at this point
GH-128842: Collect JIT memory stats (GH-128941)
diegorusso
authored
5673945
View commit details
Copy full SHA for 5673945
View code at this point
Browse repository at this point
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Show description for e6c76b9
WolframAlph
and
Eclips4
authored
e6c76b9
View commit details
Copy full SHA for e6c76b9
View code at this point
Browse repository at this point
Commits on Feb 1, 2025
gh-126835: Move optimization of constant sequence creation from codegen to CFG (#129426)
Show description for 7d0521d
authored
7d0521d
View commit details
Copy full SHA for 7d0521d
View code at this point
Browse repository at this point
Commits on Jan 31, 2025
GH-128563: Move some labels, to simplify implementing tailcalling interpreter. (GH-129525)
markshannon
authored
54f74b8
View commit details
Copy full SHA for 54f74b8
View code at this point
Browse repository at this point
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Show description for 9ba281d
ZeroIntensity
and
kumaraditya303
authored
9ba281d
View commit details
Copy full SHA for 9ba281d
View code at this point
Browse repository at this point
gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnicode` (#126118)
federicovalenso
authored
fad36bf
View commit details
Copy full SHA for fad36bf
View code at this point
Browse repository at this point
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
Show description for 3447f4a
vstinner
authored
3447f4a
View commit details
Copy full SHA for 3447f4a
View code at this point
Browse repository at this point
GH-128563: Simplify recursion check in `_PyEval_EvalFrameDefault` (GH-129481)
Show description for c3ae5c9
markshannon
authored
c3ae5c9
View commit details
Copy full SHA for c3ae5c9
View code at this point
Browse repository at this point
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Show description for 95504f4
vstinner
authored
95504f4
View commit details
Copy full SHA for 95504f4
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Show description for 4e47e05
vstinner
authored
4e47e05
View commit details
Copy full SHA for 4e47e05
View code at this point
Browse repository at this point
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Show description for 3bebe46
vstinner
authored
3bebe46
View commit details
Copy full SHA for 3bebe46
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
gh-129236: Use `stackpointer` in free threaded GC (#129240)
Show description for 5ff2fbc
colesbury
authored
5ff2fbc
View commit details
Copy full SHA for 5ff2fbc
View code at this point
Browse repository at this point
gh-100239: specialize bitwise logical binary ops on ints (#128927)
iritkatriel
authored
4815131
View commit details
Copy full SHA for 4815131
View code at this point
Browse repository at this point
GH-126599: Remove the PyOptimizer API (GH-129194)
brandtbucher
authored
828b276
View commit details
Copy full SHA for 828b276
View code at this point
Browse repository at this point
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
Show description for 5c930a2
Yhg1s
authored
5c930a2
View commit details
Copy full SHA for 5c930a2
View code at this point
Browse repository at this point
Commits on Jan 27, 2025
GH-128914: Remove all but one conditional stack effects (GH-129226)
Show description for 75b4962
markshannon
authored
75b4962
View commit details
Copy full SHA for 75b4962
View code at this point
Browse repository at this point
gh-111178: fix UBSan failures in `Python/traceback.c` (GH-128259)
picnixz
authored
ced296d
View commit details
Copy full SHA for ced296d
View code at this point
Browse repository at this point
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Fidget-Spinner
authored
87fb8b1
View commit details
Copy full SHA for 87fb8b1
View code at this point
Browse repository at this point
Commits on Jan 25, 2025
gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971)
iritkatriel
authored
c39ae89
View commit details
Copy full SHA for c39ae89
View code at this point
Browse repository at this point
gh-129244: Remove workaround for MSVC compiler crash (#129263)
Show description for 9e52e55
mdboom
authored
9e52e55
View commit details
Copy full SHA for 9e52e55
View code at this point
Browse repository at this point
Remove unused DPRINTF in ceval.c (GH-129282)
Show description for 8fecb9f
chris-eibl
authored
8fecb9f
View commit details
Copy full SHA for 8fecb9f
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Show description for fc6bc1e
vstinner
authored
fc6bc1e
View commit details
Copy full SHA for fc6bc1e
View code at this point
Browse repository at this point
gh-129185: Use PyMutex in tracemalloc (#129246)
vstinner
authored
c005ea4
View commit details
Copy full SHA for c005ea4
View code at this point
Browse repository at this point
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_IgnoreErrors` (#129174)
Show description for 36bb229
picnixz
authored
36bb229
View commit details
Copy full SHA for 36bb229
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)
Show description for 25a614a
picnixz
authored
25a614a
View commit details
Copy full SHA for 25a614a
View code at this point
Browse repository at this point
gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)
Show description for e579cdb
vstinner
authored
e579cdb
View commit details
Copy full SHA for e579cdb
View code at this point
Browse repository at this point
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Show description for 46c7e13
vstinner
authored
46c7e13
View commit details
Copy full SHA for 46c7e13
View code at this point
Browse repository at this point
gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)
Show description for 225296c
picnixz
authored
225296c
View commit details
Copy full SHA for 225296c
View code at this point
Browse repository at this point
gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)
Show description for 70dcc84
picnixz
authored
70dcc84
View commit details
Copy full SHA for 70dcc84
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL