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-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
8
-101/+114
*
GH-109190: Copyedit 3.12 What's New: asyncio (#109661)
Adam Turner
2023-09-22
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: PEP 669 (#109658)
Adam Turner
2023-09-22
1
-3/+5
*
gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)
Victor Stinner
2023-09-22
2
-16/+50
*
Remove outdated docstring from the `quantify` itertools recipe (#109726)
Ćukasz Langa
2023-09-22
1
-1/+0
*
GH-109190: Copyedit 3.12 What's New: Other Language Changes (#109660)
Adam Turner
2023-09-22
1
-8/+8
*
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)
elfstrom
2023-09-22
3
-4/+87
*
GH-109190: Copyedit 3.12 What's New: PEP 684 (#109657)
Adam Turner
2023-09-22
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (#109665)
Adam Turner
2023-09-22
1
-2/+2
*
gh-106584: Fix exit code for unittest in Python 3.12 (#106588)
EliseevEgor
2023-09-22
5
-12/+18
*
GH-109190: Copyedit 3.12 What's New: calendar (#109662)
Adam Turner
2023-09-22
1
-1/+2
*
GH-109190: Copyedit 3.12 What's New: tokenize (#109663)
Adam Turner
2023-09-22
1
-2/+2
*
GH-109190: Copyedit 3.12 What's New: Consistently show module names (#109664)
Adam Turner
2023-09-22
1
-20/+20
*
gh-109566: Fix typo in PCbuild/rt.bat (#109701)
Victor Stinner
2023-09-22
1
-1/+1
*
gh-109702: Increase concurrent_futures deadlock timeout (#109703)
Victor Stinner
2023-09-22
1
-1/+1
*
gh-108996: fix and enable test_msvcrt (#109226)
AN Long
2023-09-22
4
-18/+120
*
gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690)
Victor Stinner
2023-09-21
2
-2/+11
*
gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)
Victor Stinner
2023-09-21
1
-8/+21
*
gh-109582: test_fork_signal_handling should wait for event (#109605)
Davide Rizzo
2023-09-21
1
-2/+11
*
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross
2023-09-21
6
-116/+3
*
gh-108303: Update test_fractions for new Lib/test/mathdata/ (#109686)
Victor Stinner
2023-09-21
1
-1/+1
*
GH-109190: Copyedit 3.12 What's New: PEP 701 (#109655)
Adam Turner
2023-09-21
1
-15/+17
*
GH-109190: Copyedit 3.12 What's New: Improved Error Messages (#109654)
Adam Turner
2023-09-21
1
-6/+5
*
gh-108303: Move all math files to `Lib/test/mathdata/` (#109512)
Nikita Sobolev
2023-09-21
8
-4/+6
*
GH-109190: Copyedit 3.12 What's New: Typing PEPs (#109659)
Adam Turner
2023-09-21
1
-4/+6
*
GH-109190: Copyedit 3.12 What's New: PEP 709 (#109656)
Adam Turner
2023-09-21
1
-7/+5
*
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
AN Long
2023-09-21
3
-13/+107
*
gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)
Victor Stinner
2023-09-21
2
-49/+76
*
gh-109625: Move _ready_to_import() from test_import to support.import_helper ...
Nikita Sobolev
2023-09-21
3
-34/+35
*
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Adam Turner
2023-09-21
4
-8/+7
*
gh-109627: duplicated smalll exit blocks need to be assigned jump target labe...
Irit Katriel
2023-09-20
3
-5/+28
*
gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions (#10...
Hugo van Kemenade
2023-09-20
2
-31/+20
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
14
-15/+15
*
gh-109390: add dump_symtable utility under #if 0 (#109391)
Carl Meyer
2023-09-20
1
-1/+110
*
gh-109054: Document configure variables (#109224)
Victor Stinner
2023-09-20
2
-0/+151
*
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner
2023-09-20
4
-19/+67
*
gh-109559: Update unicodedata checksums for 15.1.0. (#109597)
Benjamin Peterson
2023-09-20
1
-2/+2
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
9
-18507/+18925
*
gh-109543: Remove unnecessary hasattr check (#109544)
Jelle Zijlstra
2023-09-20
3
-2/+14
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
5
-10/+36
*
gh-90108: Disable LTO on _freeze_module and _testembed (#109581)
Victor Stinner
2023-09-20
1
-2/+2
*
gh-109109: Expose retrieving certificate chains in SSL module (#109113)
Mateusz Nowak
2023-09-20
3
-4/+63
*
gh-109033: Return filename with os.utime errors (#109034)
Ronan Pigott
2023-09-19
3
-7/+11
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
7
-67/+98
*
gh-109580: Skip test_perf_profiler on ASAN build (#109584)
Victor Stinner
2023-09-19
2
-1/+8
*
gh-108724: Fix _PySemaphore compile error on WASM (gh-109583)
Sam Gross
2023-09-19
1
-1/+2
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
29
-21/+1665
*
gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (#109573)
Victor Stinner
2023-09-19
1
-0/+2
*
gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)
Victor Stinner
2023-09-19
3
-4/+4
*
Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)
Raymond Hettinger
2023-09-19
1
-34/+42
[next]