FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - python/cpython · GitHub
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
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
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
on
61c7249
User selector
Datepicker
Commit history
Commits on Aug 17, 2023
gh-106581: Project through calls (#108067)
Show description for 61c7249
gvanrossum
authored
61c7249
View commit details
Copy full SHA for 61c7249
View code at this point
Browse repository at this point
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for performance. (GH-108036)
markshannon
authored
006e44f
View commit details
Copy full SHA for 006e44f
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Show description for dc8fdf5
gvanrossum
authored
dc8fdf5
View commit details
Copy full SHA for dc8fdf5
View code at this point
Browse repository at this point
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
gh-105724: Add location information to `assert` errors (GH-105935)
sobolevn
authored
bdd8ddf
View commit details
Copy full SHA for bdd8ddf
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
gh-107557: Setup abstract interpretation (#107847)
Show description for e28b0dc
authored
e28b0dc
View commit details
Copy full SHA for e28b0dc
View code at this point
Browse repository at this point
gh-106242: Minor fixup to avoid compiler warnings (GH-107983)
zooba
authored
34e1917
View commit details
Copy full SHA for 34e1917
View code at this point
Browse repository at this point
gh-103082: remove assumption that INSTRUMENTED_LINE is the last instrumented opcode (#107978)
iritkatriel
authored
971a4c2
View commit details
Copy full SHA for 971a4c2
View code at this point
Browse repository at this point
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
finnagin
authored
0932272
View commit details
Copy full SHA for 0932272
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opcode is defined (#107882)
iritkatriel
authored
608927b
View commit details
Copy full SHA for 608927b
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_cases.c.h (gh-107889)
Show description for bf70774
corona10
authored
bf70774
View commit details
Copy full SHA for bf70774
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
markshannon
authored
37d8b90
View commit details
Copy full SHA for 37d8b90
View code at this point
Browse repository at this point
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as opaque types in compile.c (#107639)
iritkatriel
authored
bafedfb
View commit details
Copy full SHA for bafedfb
View code at this point
Browse repository at this point
GH-107774: Add missing audit event for PEP 669 (GH-107775)
markshannon
authored
494e3d4
View commit details
Copy full SHA for 494e3d4
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
brandtbucher
authored
326f0ba
View commit details
Copy full SHA for 326f0ba
View code at this point
Browse repository at this point
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
brandtbucher
authored
a9caf9c
View commit details
Copy full SHA for a9caf9c
View code at this point
Browse repository at this point
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
markshannon
authored
52fbcf6
View commit details
Copy full SHA for 52fbcf6
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
GH-107596: Specialize str[int] (GH-107597)
brandtbucher
authored
ea72c6f
View commit details
Copy full SHA for ea72c6f
View code at this point
Browse repository at this point
gh-107758: Improvements to lltrace feature (#107757)
Show description for 328d925
gvanrossum
authored
328d925
View commit details
Copy full SHA for 328d925
View code at this point
Browse repository at this point
Commits on Aug 7, 2023
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Show description for 430632d
ericsnowcurrently
authored
430632d
View commit details
Copy full SHA for 430632d
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
gh-106608: make uop trace variable length (#107531)
Show description for 4e6fac7
rdrf2838
authored
4e6fac7
View commit details
Copy full SHA for 4e6fac7
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
gh-106812: Refactor cases_generator to allow uops with array stack effects (#107564)
Show description for 400835e
gvanrossum
authored
400835e
View commit details
Copy full SHA for 400835e
View code at this point
Browse repository at this point
Add some GC stats to Py_STATS (GH-107581)
markshannon
authored
2ba7c7f
View commit details
Copy full SHA for 2ba7c7f
View code at this point
Browse repository at this point
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958
markshannon
authored
fa45958
View commit details
Copy full SHA for fa45958
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Show description for 58ef741
ericsnowcurrently
authored
58ef741
View commit details
Copy full SHA for 58ef741
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
gh-107471: Fix Refleaks in test_import (gh-107569)
Show description for 017f047
ericsnowcurrently
authored
017f047
View commit details
Copy full SHA for 017f047
View code at this point
Browse repository at this point
GH-100964: Break cycles involving exception state when returning from generator (GH-107563)
markshannon
authored
0d30a5a
View commit details
Copy full SHA for 0d30a5a
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculating the specialized opcodes in two places (#107540)
iritkatriel
authored
2bd04d4
View commit details
Copy full SHA for 2bd04d4
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
Use tstate->interp to get the interpreter state in bytecodes.c (GH-107506)
brandtbucher
authored
dfb55d9
View commit details
Copy full SHA for dfb55d9
View code at this point
Browse repository at this point
GH-104584: Fix incorrect uoperands (GH-107513)
brandtbucher
authored
5e584eb
View commit details
Copy full SHA for 5e584eb
View code at this point
Browse repository at this point
GH-104909: Move unused cache entries from uops to macros (#107444)
Show description for 5eb80a6
gvanrossum
authored
5eb80a6
View commit details
Copy full SHA for 5eb80a6
View code at this point
Browse repository at this point
no-issue: Fix typo in import.c (gh-107498)
birkenfeld
authored
f57b9fd
View commit details
Copy full SHA for f57b9fd
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Show description for 8ba4df9
ericsnowcurrently
authored
8ba4df9
View commit details
Copy full SHA for 8ba4df9
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Show description for 8bdae14
ericsnowcurrently
authored
8bdae14
View commit details
Copy full SHA for 8bdae14
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL