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
e68d4b0
User selector
Datepicker
Commit history
Commits on Oct 24, 2024
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Show description for 332356b
colesbury
authored
332356b
View commit details
Copy full SHA for 332356b
View code at this point
Browse repository at this point
gh-123930: Better error for "from imports" when script shadows module (#123929)
hauntsaninja
authored
500f533
View commit details
Copy full SHA for 500f533
View code at this point
Browse repository at this point
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Show description for 3c4a7fa
colesbury
authored
3c4a7fa
View commit details
Copy full SHA for 3c4a7fa
View code at this point
Browse repository at this point
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Show description for ad6110a
colesbury
authored
ad6110a
View commit details
Copy full SHA for ad6110a
View code at this point
Browse repository at this point
gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)
Show description for e545ead
colesbury
authored
e545ead
View commit details
Copy full SHA for e545ead
View code at this point
Browse repository at this point
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
markshannon
authored
b61fece
View commit details
Copy full SHA for b61fece
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Show description for 6f26d49
ericsnowcurrently
and
encukou
authored
6f26d49
View commit details
Copy full SHA for 6f26d49
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
efimov-mikhail
authored
079875e
View commit details
Copy full SHA for 079875e
View code at this point
Browse repository at this point
GH-125521: Remove `if (true)` from generated output to reduce C compiler warnings (GH-125700)
markshannon
authored
57e3c59
View commit details
Copy full SHA for 57e3c59
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
gh-121459: Fix a couple of uses of `PyStackRef_FromPyObjectSteal` (#125711)
Show description for de5a6c7
mpage
authored
de5a6c7
View commit details
Copy full SHA for de5a6c7
View code at this point
Browse repository at this point
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Show description for 9b0bfba
colesbury
authored
9b0bfba
View commit details
Copy full SHA for 9b0bfba
View code at this point
Browse repository at this point
gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized paths (#125712)
pablogsal
authored
3d1df3d
View commit details
Copy full SHA for 3d1df3d
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
gh-125207: Fix MSVC 1935 build with JIT (#125209)
Show description for c8fd4b1
mdboom
authored
c8fd4b1
View commit details
Copy full SHA for c8fd4b1
View code at this point
Browse repository at this point
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Show description for 6d93690
ericsnowcurrently
authored
6d93690
View commit details
Copy full SHA for 6d93690
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
colesbury
authored
d8c8648
View commit details
Copy full SHA for d8c8648
View code at this point
Browse repository at this point
gh-123153: Fix PGO builds with free-threading on Windows (#125607)
Show description for 37986e8
mdboom
authored
37986e8
View commit details
Copy full SHA for 37986e8
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash (#125477)
mdboom
authored
51410d8
View commit details
Copy full SHA for 51410d8
View code at this point
Browse repository at this point
gh-124872: Replace enter/exit events with "switched" (#125532)
Show description for bee112a
authored
bee112a
View commit details
Copy full SHA for bee112a
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-124218: Use per-thread refcounts for code objects (#125216)
Show description for 3ea488a
colesbury
authored
3ea488a
View commit details
Copy full SHA for 3ea488a
View code at this point
Browse repository at this point
gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124459)
Show description for 54c6fcb
colesbury
authored
54c6fcb
View commit details
Copy full SHA for 54c6fcb
View code at this point
Browse repository at this point
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124776)" (#125513)
Eclips4
authored
d3c82b9
View commit details
Copy full SHA for d3c82b9
View code at this point
Browse repository at this point
gh-125196: Use PyUnicodeWriter in HAMT (#125458)
vstinner
authored
aa18fd5
View commit details
Copy full SHA for aa18fd5
View code at this point
Browse repository at this point
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
rruuaanng
authored
546dddc
View commit details
Copy full SHA for 546dddc
View code at this point
Browse repository at this point
Commits on Oct 14, 2024
gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471)
Show description for 0c8c665
sobolevn
and
Eclips4
authored
0c8c665
View commit details
Copy full SHA for 0c8c665
View code at this point
Browse repository at this point
gh-124872: Replace enter/exit events with "switched" (#124776)
Show description for 843d28f
rhansen
authored
843d28f
View commit details
Copy full SHA for 843d28f
View code at this point
Browse repository at this point
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes PyStackRefs. (GH-125439)
markshannon
authored
06ca330
View commit details
Copy full SHA for 06ca330
View code at this point
Browse repository at this point
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)
kumaraditya303
authored
67f6e08
View commit details
Copy full SHA for 67f6e08
View code at this point
Browse repository at this point
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with PyStackRef_CLOSEs (GH-125324)
Fidget-Spinner
authored
4b358ee
View commit details
Copy full SHA for 4b358ee
View code at this point
Browse repository at this point
Commits on Oct 13, 2024
gh-125161: return non zero value in pthread_self on wasi (#125303)
kumaraditya303
authored
0848932
View commit details
Copy full SHA for 0848932
View code at this point
Browse repository at this point
Commits on Oct 12, 2024
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Show description for 330c527
rhansen
authored
330c527
View commit details
Copy full SHA for 330c527
View code at this point
Browse repository at this point
gh-124872: Move PyThreadState to first argument for consistency (#124774)
rhansen
authored
62d5a53
View commit details
Copy full SHA for 62d5a53
View code at this point
Browse repository at this point
gh-111924: use atomics for interp id refcounting (#125321)
kumaraditya303
authored
5d8739e
View commit details
Copy full SHA for 5d8739e
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
gh-125268: Use static string for "1e309" in AST (#125272)
Show description for 427dcf2
colesbury
authored
427dcf2
View commit details
Copy full SHA for 427dcf2
View code at this point
Browse repository at this point
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
markshannon
authored
c901437
View commit details
Copy full SHA for c901437
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Show description for 9429163
vstinner
authored
9429163
View commit details
Copy full SHA for 9429163
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL