FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Eclips4/cpython · GitHub
Eclips4
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Nov 16, 2025
gh-136057: Allow step and next to step over for loops (#136160)
gaogaotiantian
authored
8be3b2f
View commit details
Copy full SHA for 8be3b2f
Browse repository at this point
gh-141004: Document missing `PyCFunction*` and `PyCMethod*` APIs (GH-141253)
Show description for be699d6
ZeroIntensity
and
picnixz
authored
be699d6
View commit details
Copy full SHA for be699d6
Browse repository at this point
gh-125115 : Refactor the pdb parsing issue so positional arguments can pass through (#140933)
gaogaotiantian
authored
5348c20
View commit details
Copy full SHA for 5348c20
Browse repository at this point
gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630)
Show description for e33afa7
StanFromIreland
and
ZeroIntensity
authored
e33afa7
View commit details
Copy full SHA for e33afa7
Browse repository at this point
Commits on Nov 15, 2025
gh-139109: JIT _EXIT_TRACE to ENTER_EXECUTOR rather than _DEOPT (GH-141573)
Fidget-Spinner
authored
ed73c90
View commit details
Copy full SHA for ed73c90
Browse repository at this point
gh-141553: Fix incorrect function signatures in `_testmultiphase` (#141554)
ashm-dev
authored
85f3009
View commit details
Copy full SHA for 85f3009
Browse repository at this point
gh-140458: `xmlrpc.client` raises Fault, does not returns it. (GH-140759)
Yzi-Li
authored
ed81baf
View commit details
Copy full SHA for ed81baf
Browse repository at this point
gh-141579: Fix perf_jit backend in sys.activate_stack_trampoline() (#141580)
pablogsal
authored
4ceb077
View commit details
Copy full SHA for 4ceb077
Browse repository at this point
gh-136442: Fix unittest to return exit code 5 when setUpClass raises an exception (#136487)
ueshin
authored
53d65c8
View commit details
Copy full SHA for 53d65c8
Browse repository at this point
GH-90344: replace single-call `io.IncrementalNewlineDecoder` usage with non-incremental newline decoders (GH-30276)
Show description for 453d886
authored
453d886
View commit details
Copy full SHA for 453d886
Browse repository at this point
Commits on Nov 14, 2025
gh-140938: Raise ValueError for infinite inputs to stdev/pstdev (GH-141531)
Show description for f0a8bc7
authored
f0a8bc7
View commit details
Copy full SHA for f0a8bc7
Browse repository at this point
gh-141367: Use CALL_LIST_APPEND instruction only for lists, not for list subclasses (GH-141398)
Show description for 1281be1
efimov-mikhail
and
Fidget-Spinner
authored
1281be1
View commit details
Copy full SHA for 1281be1
Browse repository at this point
gh-114203: skip locking if object is already locked by two-mutex critical section (#141476)
kumaraditya303
authored
f26ed45
View commit details
Copy full SHA for f26ed45
Browse repository at this point
gh-141488: Add `Py_` prefix to Include/datetime.h macros (#141493)
Locked-chess-official
authored
da7f4e4
View commit details
Copy full SHA for da7f4e4
Browse repository at this point
Add PyManager troubleshooting steps for direct launch of script files (GH-141530)
zooba
authored
b101e9d
View commit details
Copy full SHA for b101e9d
Browse repository at this point
gh-116146: Avoid empty braces in _testembed.c (GH-141556)
encukou
authored
eab7385
View commit details
Copy full SHA for eab7385
Browse repository at this point
gh-139653: Remove assertions in _Py_InitializeRecursionLimits() (#141551)
Show description for a415a18
vstinner
authored
a415a18
View commit details
Copy full SHA for a415a18
Browse repository at this point
GH-141509: Fix warning about remaining subinterpreters (GH-141528)
Show description for fa245df
sergey-miryanov
and
ZeroIntensity
authored
fa245df
View commit details
Copy full SHA for fa245df
Browse repository at this point
GH-141312: Allow only integers to longrangeiter_setstate state (GH-141317)
Show description for 10bec7c
sergey-miryanov
authored
10bec7c
View commit details
Copy full SHA for 10bec7c
Browse repository at this point
gh-139344: Remove pending removal notice for undeprecated importlib.resources API (GH-141507)
encukou
authored
49e7421
View commit details
Copy full SHA for 49e7421
Browse repository at this point
gh-122255: Synchronize warnings in C and Python implementations of the warnings module (GH-122824)
Show description for 8deaa93
serhiy-storchaka
authored
8deaa93
View commit details
Copy full SHA for 8deaa93
Browse repository at this point
gh-131229: Temporarily skip `test_basic_multiple_interpreters_deleted_no_reset` (GH-141552)
Show description for c10fa5b
ZeroIntensity
and
kumaraditya303
authored
c10fa5b
View commit details
Copy full SHA for c10fa5b
Browse repository at this point
gh-141004: Document `PyOS_InterruptOccurred` (GH-141526)
StanFromIreland
authored
ef90261
View commit details
Copy full SHA for ef90261
Browse repository at this point
gh-141376: Remove exceptions from `make smelly` (GH-141392)
Show description for 5ac0b55
encukou
authored
5ac0b55
View commit details
Copy full SHA for 5ac0b55
Browse repository at this point
gh-131510: Use PyUnstable_Unicode_GET_CACHED_HASH() (GH-141520)
Show description for 3bacae5
vstinner
authored
3bacae5
View commit details
Copy full SHA for 3bacae5
Browse repository at this point
gh-139596: Cease caching config.cache & ccache in GH Actions (#141451)
hugovk
authored
181a2f4
View commit details
Copy full SHA for 181a2f4
Browse repository at this point
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Show description for 1e4e59b
authored
1e4e59b
View commit details
Copy full SHA for 1e4e59b
Browse repository at this point
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Show description for a4dd662
encukou
authored
a4dd662
View commit details
Copy full SHA for a4dd662
Browse repository at this point
gh-140790: pdb: Initialize instance variables in Pdb.__init__ (#140791)
Show description for 4885ecf
Carreau
authored
4885ecf
View commit details
Copy full SHA for 4885ecf
Browse repository at this point
Commits on Nov 13, 2025
gh-140601: Add ResourceWarning to iterparse when not closed (GH-140603)
Show description for a486d45
osamakader
and
serhiy-storchaka
authored
a486d45
View commit details
Copy full SHA for a486d45
Browse repository at this point
gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (#140974)
dr-carlos
authored
209eaff
View commit details
Copy full SHA for 209eaff
Browse repository at this point
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Show description for 4fa80ce
Fidget-Spinner
authored
4fa80ce
View commit details
Copy full SHA for 4fa80ce
Browse repository at this point
gh-141004: Document `PyErr_RangedSyntaxLocationObject` (#141521)
Show description for 196f151
StanFromIreland
authored
196f151
View commit details
Copy full SHA for 196f151
Browse repository at this point
gh-140873: Add support of non-descriptor callables in functools.singledispatchmethod() (GH-140884)
serhiy-storchaka
authored
b2b68d4
View commit details
Copy full SHA for b2b68d4
Browse repository at this point
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Show description for b99db92
vstinner
and
encukou
authored
b99db92
View commit details
Copy full SHA for b99db92
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL