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
63a7347
User selector
Datepicker
Commit history
Commits on Aug 23, 2023
gh-108113: Make it possible to optimize an AST (#108282)
iritkatriel
authored
2dfbd4f
View commit details
Copy full SHA for 2dfbd4f
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Show description for 615f6e9
vstinner
authored
615f6e9
View commit details
Copy full SHA for 615f6e9
View code at this point
Browse repository at this point
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Show description for 6541fe4
vstinner
authored
6541fe4
View commit details
Copy full SHA for 6541fe4
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (#108242)
iritkatriel
authored
a1cc74c
View commit details
Copy full SHA for a1cc74c
View code at this point
Browse repository at this point
gh-108113: Make it possible to create an optimized AST (#108154)
iritkatriel
authored
10a91d7
View commit details
Copy full SHA for 10a91d7
View code at this point
Browse repository at this point
gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)
serhiy-storchaka
authored
80bdebd
View commit details
Copy full SHA for 80bdebd
View code at this point
Browse repository at this point
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC" (#107542)
sobolevn
authored
db6dc6c
View commit details
Copy full SHA for db6dc6c
View code at this point
Browse repository at this point
Commits on Aug 19, 2023
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
Show description for 633ea21
serhiy-storchaka
authored
633ea21
View commit details
Copy full SHA for 633ea21
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
gh-108014: Add Py_IsFinalizing() function (#108032)
Show description for 3ff5ef2
vstinner
and
serhiy-storchaka
authored
3ff5ef2
View commit details
Copy full SHA for 3ff5ef2
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
pablogsal
authored
75b3db8
View commit details
Copy full SHA for 75b3db8
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL