Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/heads/main
/
Python
b07a267
gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887)
by Peter Bierma
· 6 hours ago
918e3ba
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
by Adam Turner
· 21 hours ago
7dfa048
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
by Petr Viktorin
· 26 hours ago
04f8ef6
gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (#137625)
by adam j hartz
· 5 days ago
c47ffbf
gh-125854: Improve error messages for invalid category in the warnings module (GH-137750)
by Serhiy Storchaka
· 5 days ago
c9d7065
GH-137573: mark _PyOptimizer_Optimize as no inline (GH-137731)
by Sachin Shah
· 5 days ago
a10152f
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
by Sam Gross
· 6 days ago
b78e9c0
gh-137681: Always initialize exception handler for new instruction (#137655)
by Dino Viehland
· 6 days ago
35759fe
gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)
by Serhiy Storchaka
· 6 days ago
654b8d9
GH-137562: Fix github-issue number for deallocated objects in cache bug (GH-137614)
by Sergey Miryanov
· 7 days ago
6859b95
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (take 2) (GH-137047)
by Jelle Zijlstra
· 7 days ago
3626928
gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)
by Sam Gross
· 8 days ago
4497ad4
gh-135953: Profile a module or script with sampling profiler (#136777)
by László Kiss Kollár
· 8 days ago
af15e1d
GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops. (GH-137098)
by Mark Shannon
· 10 days ago
c744b57
gh-137562: Remove reference for GC_REACHABLE in comment (GH-137563)
by Sergey Miryanov
· 10 days ago
350c58b
GH-135552: Make the GC clear weakrefs later (GH-136189)
by Neil Schemenauer
· 12 days ago
375f484
gh-137291: Support perf profiler with an evaluation hook (#137292)
by Dino Viehland
· 12 days ago
e3ad900
GH-119085: Move comment in Python/gc.c to correct place.
by Abhinav Upadhyay
· 12 days ago
082f370
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
by Peter Bierma
· 12 days ago
7ab68cd
gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441)
by Bartosz Sławecki
· 12 days ago
ce1b747
gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
by Victor Stinner
· 13 days ago
3a79a12
Use PyConfig_Get() in frozenmain.c (#137421)
by Victor Stinner
· 13 days ago
1f2026b
gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler (#137310)
by Irit Katriel
· 14 days ago
485b16b
gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240)
by Sam Gross
· 2 weeks ago
e8251dc
gh-134170: Add colorization to unraisable exceptions (#134183)
by Peter Bierma
· 2 weeks ago
b74f3be
gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)
by sobolevn
· 2 weeks ago
e7b55f5
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
by Mark Shannon
· 3 weeks ago
d591b5e
GH-134291: Support older macOS deployment targets for JIT builds (GH-137211)
by Brandt Bucher
· 3 weeks ago
11a8652
gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)
by Sam Gross
· 3 weeks ago
1e9b8f2
gh-131338: Disable computed stack limit checks on non-glibc linux (#134336)
by R. David Murray
· 3 weeks ago
f7c380e
GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137062)
by Savannah Bailey
· 4 weeks ago
d7db0ee
gh-137084: remove multiple calls to `get_gc_state` in `gc.c` (#137085)
by Sergey Miryanov
· 4 weeks ago
9a6b60a
gh-136870: fix data races in instrumentation of bytecode (#136994)
by Kumar Aditya
· 4 weeks ago
e93c30d
gh-137054: remove obsolete counting of objects in young generation under `Py_STATS` builds (#137055)
by Sergey Miryanov
· 4 weeks ago
e41c1ce
gh-136459: Use platform-specific type in perf_jit_trampoline (GH-137031)
by Petr Viktorin
· 4 weeks ago
a667800
gh-136459: Add perf trampoline support for macOS (#136461)
by Nazım Can Altınova
· 4 weeks ago
3a89dfe
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
by Serhiy Storchaka
· 4 weeks ago
12d2f37
gh-124621: Emscripten: Fix __syscall_ioctl patch (GH-136993)
by Hood Chatham
· 4 weeks ago
c933a6b
gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
by Hood Chatham
· 4 weeks ago
89c220b
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
by Nathan Goldbaum
· 4 weeks ago
f183996
gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (#136951)
by Kumar Aditya
· 4 weeks ago
a109606
gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)
by Peter Bierma
· 4 weeks ago
d1d526a
gh-136251: Improvements to WASM demo REPL (GH-136252)
by adam j hartz
· 4 weeks ago
cf19b64
gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (#134415)
by Sergey Muraviov
· 4 weeks ago
c5e77af
gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update (#135996)
by Dave Peck
· 4 weeks ago
800d37f
gh-124621: Emscripten: Fix regression in use-after-close error handling (#136837)
by Hood Chatham
· 4 weeks ago
7ae4749
gh-124621: Emscripten: Add support for async input devices (GH-136822)
by Hood Chatham
· 4 weeks ago
12e52ca
gh-127146: Emscripten: Make os.umask() actually work (#136706)
by Hood Chatham
· 5 weeks ago
e81c4e8
gh-127146: Report uid in Emscripten + node as native uid (#136509)
by Hood Chatham
· 5 weeks ago
2500eb9
gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH-136009)
by andrewreds
· 5 weeks ago
c89a66f
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
by Adam Turner
· 5 weeks ago
db20324
Fix a minor indentation error (#136661)
by Tian Gao
· 5 weeks ago
3d8c38f
GH-135904: Improve the JIT's performance on macOS (GH-136528)
by Brandt Bucher
· 5 weeks ago
da699ed
gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-135288)
by Serhiy Storchaka
· 5 weeks ago
e18829a
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
by Serhiy Storchaka
· 5 weeks ago
561212a
Doc: More duplicate word fixes (GH-136299)
by Weilin Du
· 6 weeks ago
236f733
gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#136500)
by Pablo Galindo Salgado
· 6 weeks ago
c560df9
gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#136518)
by Sergey Miryanov
· 6 weeks ago
59acdba
gh-135953: Implement sampling tool under profile.sample (#135998)
by László Kiss Kollár
· 6 weeks ago
77d25e5
gh-91048: Revert the memory cache removal for remote debugging (#136440)
by Pablo Galindo Salgado
· 6 weeks ago
b6b99bf
GH-91636: Clear weakrefs created by finalizers. (GH-136401)
by Neil Schemenauer
· 6 weeks ago
89f06a3
gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)
by Kumar Aditya
· 6 weeks ago
fbef0c1
gh-102567: Add missing newline to `--help-all` (GH-136391)
by Hugo van Kemenade
· 6 weeks ago
0c3e3da
gh-109700: fix interpreter finalization while handling memory error (#136342)
by Kumar Aditya
· 6 weeks ago
85f092f
gh-115999: remove redundant check in free-threading from `_STORE_ATTR_WITH_HINT` (#136249)
by Kumar Aditya
· 7 weeks ago
a525ba5
`Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)
by Kirill Podoprigora
· 7 weeks ago
b330897
gh-136183: Deal with escapes in JIT optimizer's constant evaluator (GH-136184)
by Ken Jin
· 7 weeks ago
f41e9c7
gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)
by Sam Gross
· 7 weeks ago
86c3316
gh-134280: Disable constant folding for ~ with a boolean argument (GH-134982)
by Serhiy Storchaka
· 7 weeks ago
e0d6500
gh-136125: Use `_PyObject_GetMethodStackRef` for `LOAD_ATTR` (GH-136127)
by Ken Jin
· 7 weeks ago
93809a9
gh-105456: Remove 3 deprecated `sre_*` modules (#135994)
by Stan Ulbrych
· 7 weeks ago
28940e8
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
by Victor Stinner
· 7 weeks ago
fe119a0
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-135991)
by Petr Viktorin
· 7 weeks ago
30ba03e
gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054)
by Akshat Gupta
· 7 weeks ago
5334732
gh-91048: Fix external inspection multi-threaded performance (#136005)
by Pablo Galindo Salgado
· 7 weeks ago
ff7b5d4
gh-132732: Fix up pure types in JIT (GH-136050)
by Ken Jin
· 7 weeks ago
c419af9
gh-132732: JIT: Only allow compact ints in pure evaluation (GH-136040)
by Ken Jin
· 8 weeks ago
695ab61
gh-132732: Automatically constant evaluate pure operations (GH-132733)
by Ken Jin
· 8 weeks ago
cbfaf41
Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872)
by Joseph Tibbertsma
· 8 weeks ago
1b1ae82
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
by Petr Viktorin
· 8 weeks ago
113de85
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
by Neil Schemenauer
· 8 weeks ago
4e6f0d1
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135856)
by Brian Schubert
· 8 weeks ago
ceae4ed
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
by Neil Schemenauer
· 8 weeks ago
bda1218
gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223)
by Noam Cohen
· 8 weeks ago
569fc68
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
by Ken Jin
· 8 weeks ago
8ca1e4d
gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)
by sobolevn
· 8 weeks ago
61532b4
gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260)
by Tomas R.
· 9 weeks ago
b53b0c1
gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613)
by Ken Jin
· 9 weeks ago
1ddfe59
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
by Nadeshiko Manju
· 9 weeks ago
0243260
gh-135379: Move PyLong_CheckCompact to private header and rename it (GH-135707)
by Ken Jin
· 9 weeks ago
9731dd2
GH-135379: Specialize int operations for compact ints only (GH-135668)
by Mark Shannon
· 9 weeks ago
725da50
gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
by Eric Snow
· 9 weeks ago
269e19e
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
by Eric Snow
· 9 weeks ago
fba5dde
gh-134584: Decref elimination for float ops in the JIT (GH-134588)
by Ken Jin
· 9 weeks ago
8dd8b5c
GH-135379: Support limited scalar replacement for replicated uops in the JIT code generator. (GH-135563)
by Mark Shannon
· 9 weeks ago
a9e66a7
gh-132815: Add support for JUMP_BACKWARD in specialization stats (#135606)
by PuQing
· 9 weeks ago
a450a0d
gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
by Eric Snow
· 9 weeks ago
68b7e1a
gh-128627: Emscripten: Add missing semicolon in ios detection code (#135590)
by Hood Chatham
· 9 weeks ago
4c15505
gh-135513: Fix unused variable warning in `crossinterp.c` (#135514)
by sobolevn
· 9 weeks ago
f079979
gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)
by Donghee Na
· 9 weeks ago
Next »