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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)
Erlend E. Aasland
2024-05-03
4
-6/+7
*
docs: clarify csv.DictReader's treatment of the first data row (#118549)
Ned Batchelder
2024-05-03
1
-2/+4
*
gh-118527: Use deferred reference counting for C functions on modules (#118529)
Sam Gross
2024-05-03
1
-0/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
123
-62/+376
*
gh-118495: Skip test using threads after forking when running with TSAN (#118...
mpage
2024-05-03
1
-3/+2
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
5
-1/+67
*
gh-118527: Use `_Py_ID(__main__)` for main module name (#118528)
Sam Gross
2024-05-03
1
-1/+1
*
gh-118513: Fix sibling comprehensions with a name bound in one and global in ...
Carl Meyer
2024-05-03
3
-39/+57
*
gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...
Alexander Kanavin
2024-05-03
2
-0/+5
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
28
-623/+1924
*
gh-117492: Clarify documentation of `typing.Never` (#117678)
Nice Zombies
2024-05-03
1
-24/+22
*
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow
2024-05-03
3
-102/+410
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
6
-79/+120
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
5
-4/+77
*
gh-118519: Fix empty weakref list check (#118520)
Dino Viehland
2024-05-02
1
-1/+1
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
3
-3/+90
*
gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of...
Steve Dower
2024-05-02
1
-3/+16
*
Remove stray `__cplusplus` guard in sysmodule.c (#118511)
Sam Gross
2024-05-02
1
-4/+0
*
gh-118413: Fix test_release_task_refs on free-threaded build (#118494)
Sam Gross
2024-05-02
1
-2/+1
*
gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)
infohash
2024-05-02
3
-8/+26
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
10
-8/+207
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
5
-33/+98
*
GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)
Mark Shannon
2024-05-02
5
-21/+56
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
4
-0/+25
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
5
-2/+212
*
gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)
Serhiy Storchaka
2024-05-02
1
-2/+3
*
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
NGRsoftlab
2024-05-02
2
-21/+36
*
gh-118216: Don't consider dotted `__future__` imports (#118267)
Crowthebird
2024-05-02
5
-2/+26
*
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...
Mark Shannon
2024-05-02
10
-174/+137
*
gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438)
Andrej
2024-05-02
1
-6/+10
*
docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)
Andrew Zipperer
2024-05-02
5
-7/+7
*
gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...
Guido van Rossum
2024-05-02
2
-4/+5
*
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ...
Eric Snow
2024-05-01
3
-66/+324
*
gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493)
Guido van Rossum
2024-05-01
3
-18/+31
*
GH-118174: specify the type for the path argument of shutil.which
Filipe LaĆns
2024-05-01
1
-2/+3
*
gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...
Sam Gross
2024-05-01
1
-0/+1
*
gh-117607: Speedup os.path.relpath() (GH-117608)
Nice Zombies
2024-05-01
3
-12/+16
*
GH-113464: Display a warning when building the JIT (GH-118481)
Brandt Bucher
2024-05-01
6
-26/+38
*
GH-118095: Make sure that progress is made if there are pending calls being h...
Mark Shannon
2024-05-01
2
-12/+11
*
gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded ...
mpage
2024-05-01
1
-1/+2
*
gh-118272: set stacktop to 0 before freeing contents, to avoid access to inva...
Irit Katriel
2024-05-01
1
-2/+3
*
build(deps-dev): bump types-psutil from 5.9.5.20240316 to 5.9.5.20240423 in /...
dependabot[bot]
2024-05-01
1
-1/+1
*
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade
2024-05-01
8
-180/+218
*
gh-117225: Document colour use in `doctest` (#118268)
Hugo van Kemenade
2024-05-01
2
-3/+25
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
7
-35/+189
*
Expand the 'Extending' docs with an example. (#113187)
Jason R. Coombs
2024-05-01
1
-0/+78
*
gh-116622: Android sysconfig updates (#118352)
Malcolm Smith
2024-05-01
6
-5/+53
*
Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240423 in /Tools (#118...
dependabot[bot]
2024-05-01
1
-1/+1
*
Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)
dependabot[bot]
2024-05-01
1
-1/+1
*
gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)
Harmen Stoppels
2024-05-01
3
-0/+11
[next]