index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...
Dino Viehland
2024-04-22
4
-24/+17
*
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...
Dino Viehland
2024-04-19
7
-60/+214
*
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...
Russell Keith-Magee
2024-04-19
1
-1/+2
*
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
Mark Shannon
2024-04-19
4
-3/+9
*
GH-115419: Improve list of escaping functions (GH-118054)
Mark Shannon
2024-04-19
1
-1/+3
*
gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)
Tian Gao
2024-04-19
1
-2/+2
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
2
-11/+19
*
GH-118036: Fix a bug with CALL_STAT_INC (#117933)
Guido van Rossum
2024-04-18
1
-2/+0
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
2
-8/+4
*
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1...
Mark Shannon
2024-04-18
3
-132/+169
*
gh-118023: Fix reference leak (#118025)
Kirill Podoprigora
2024-04-18
1
-0/+2
*
gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955)
mpage
2024-04-17
1
-3/+3
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
3
-164/+638
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-2/+1
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
1
-0/+2
*
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass
2024-04-16
2
-0/+11
*
gh-117657: Quiet more TSAN warnings due to incorrect modeling of compare/exch...
mpage
2024-04-15
1
-2/+2
*
gh-117657: Quiet TSAN warning about a data race between `start_the_world()` a...
mpage
2024-04-15
1
-1/+2
*
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross
2024-04-12
1
-1/+18
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
4
-17/+17
*
gh-117764: Add signatures for some functions in the sys module (GH-117770)
Serhiy Storchaka
2024-04-12
2
-35/+73
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
2
-14/+30
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
2
-1/+19
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
4
-15/+299
*
gh-107674: Remove some unnecessary code in instrumentation code (GH-117393)
Tian Gao
2024-04-09
1
-1/+1
*
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross
2024-04-08
2
-2/+10
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
1
-0/+9
*
GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)
Brandt Bucher
2024-04-06
1
-28/+34
*
gh-117457: Regen executor cases post PR #117477 (#117559)
Erlend E. Aasland
2024-04-05
1
-2/+8
*
GH-117457: Correct pystats uop "miss" counts (GH-117477)
Michael Droettboom
2024-04-04
2
-136/+536
*
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
Dino Viehland
2024-04-04
3
-3/+0
*
gh-117494: extract the Instruction Sequence data structure into a separate fi...
Irit Katriel
2024-04-04
4
-180/+196
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
8
-171/+117
*
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak
2024-04-03
4
-17/+104
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
3
-6/+22
*
gh-76785: Fix a Refleak in _interpreters.new_config() (gh-117491)
Eric Snow
2024-04-03
1
-0/+2
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
3
-22/+305
*
Fix successor opcode name printing in Tier 2 DEOPT debug message (#117471)
Guido van Rossum
2024-04-02
1
-1/+1
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
7
-110/+106
*
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#1...
Irit Katriel
2024-04-02
6
-15/+16
*
Silence compiler warnings in gc.c (#117422)
Guido van Rossum
2024-04-01
1
-0/+3
*
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
Steve (Gadget) Barnes
2024-04-01
1
-1/+1
*
gh-117303: Don't detach in `PyThreadState_DeleteCurrent()` (#117304)
Sam Gross
2024-03-29
1
-2/+0
*
gh-116664: In _warnings.c, make filters_version access thread-safe (#117374)
Erlend E. Aasland
2024-03-29
1
-6/+9
*
gh-117300: Use stop the world to make `sys._current_frames` and `sys._current...
Sam Gross
2024-03-29
1
-0/+4
*
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Sam Gross
2024-03-29
4
-36/+23
*
gh-112529: Don't untrack tuples or dicts with zero refcount (#117370)
Sam Gross
2024-03-29
1
-15/+18
*
gh-116664: Fix unused var warnings in _warnings.c in non-free-threaded builds...
Erlend E. Aasland
2024-03-29
1
-0/+8
*
GH-117121: Add pystats to JIT builds (GH-117346)
Michael Droettboom
2024-03-28
2
-1/+3
*
gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959)
Erlend E. Aasland
2024-03-28
1
-21/+37
[prev]
[next]