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-90815: Fix mimalloc build on WASI (#111524)
Victor Stinner
2023-10-30
1
-0/+1
*
gh-90815: Fix _PyMem_MimallocEnabled() compiler warning (#111522)
Victor Stinner
2023-10-30
1
-6/+6
*
Remove myself from typing CODEOWNERS (#111523)
Ken Jin
2023-10-30
1
-1/+1
*
gh-111181: Fix enum doctests (GH-111180)
Nikita Sobolev
2023-10-30
3
-15/+22
*
gh-111366: Correctly show custom syntax error messages in the codeop module f...
Pablo Galindo Salgado
2023-10-30
3
-5/+30
*
gh-111284: Make multiprocessing tests with threads faster and more reliable (...
Serhiy Storchaka
2023-10-30
1
-9/+21
*
gh-110481: Fix _Py_ThreadId for non-free-threaded mode (gh-111503)
Donghee Na
2023-10-30
1
-3/+1
*
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka
2023-10-30
3
-0/+70
*
gh-109515: When generating deep frozen modules on Windows, use a list file in...
Riccardo Ghetta
2023-10-30
3
-30/+78
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
29
-52/+511
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
61
-158/+16789
*
gh-111062: Reusable Windows build that supports free-threaded mode as the con...
Donghee Na
2023-10-30
2
-49/+63
*
gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)
Donghee Na
2023-10-30
2
-0/+2
*
gh-111062: Reusable ubuntu build that supports free-threaded mode as the cond...
NCLI
2023-10-30
2
-58/+91
*
gh-106168: Check allocated instead of size index bounds in PyList_SET_ITEM() ...
scoder
2023-10-30
1
-1/+1
*
GH-111339: Fix initialization and finalization of static optimizer types (GH-...
Savannah Ostrowski
2023-10-29
4
-19/+26
*
gh-111165: Remove documentation for moved functions (GH-111467)
Serhiy Storchaka
2023-10-29
1
-10/+0
*
gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)
Nikita Sobolev
2023-10-29
3
-7/+15
*
gh-111347: Remove wrong assertion in test_sendfile (#111377)
zcxsythenew
2023-10-29
1
-2/+5
*
gh-111062: Build both default and free-threaded on macOS (gh-111449)
Dima Tisnek
2023-10-29
2
-0/+14
*
gh-94808: Add coverage test for number check (gh-111445)
Evan Kohilas
2023-10-29
2
-0/+14
*
gh-111062: Separate macOS build into a reusable workflow (gh-111444)
Dima Tisnek
2023-10-29
2
-31/+43
*
gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)
c-bata
2023-10-29
2
-4/+3
*
gh-111426: Remove `test_cmd.test_coverage` (#111427)
Nikita Sobolev
2023-10-28
1
-11/+1
*
GH-110109: Move tests for `pathlib.Path.walk()` into main test classes. (#110...
Barney Gale
2023-10-28
1
-169/+169
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
4
-9/+67
*
CI: Include Python version in cache.config key (#111410)
Hugo van Kemenade
2023-10-28
1
-7/+5
*
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev
2023-10-28
3
-1/+3
*
gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)
Guido van Rossum
2023-10-27
2
-12/+10
*
gh-59013: Make line number of function breakpoint more precise (#110582)
Tian Gao
2023-10-27
3
-3/+63
*
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
Victor Stinner
2023-10-27
2
-1/+5
*
gh-111406: Fix broken link to bpython's site (#111407)
Zack Cerza
2023-10-27
1
-1/+1
*
Fix typos in import system docs (#111396)
Jonathan Berthias
2023-10-27
1
-3/+3
*
gh-111386: Fix `uint32_t` cast in `generated_cases.c.h` (#111387)
Nikita Sobolev
2023-10-27
2
-2/+2
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
4
-8/+185
*
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
Ćukasz Langa
2023-10-27
2
-9/+12
*
no-issue: Remove unused variable in getpath.py (gh-111372)
Satish Pokala
2023-10-27
1
-2/+0
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
8
-193/+25
*
gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344)
Nikita Sobolev
2023-10-27
1
-1/+1
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
8
-10/+199
*
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...
Pablo Galindo Salgado
2023-10-27
3
-0/+19
*
GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)
Tian Gao
2023-10-26
1
-2/+6
*
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
2023-10-26
2
-3/+4
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
7
-8/+16
*
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Serhiy Storchaka
2023-10-26
2
-3/+4
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
23
-164/+249
*
Output more details in the re tracing (GH-111357)
Serhiy Storchaka
2023-10-26
2
-4/+42
*
gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test...
Nikita Sobolev
2023-10-26
1
-15/+1
*
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon
2023-10-26
2
-7/+19
*
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-11...
Mark Shannon
2023-10-26
2
-19/+19
[prev]
[next]