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-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
*
gh-109485: Further improve `test_future_stmt` tests (#109486)
Nikita Sobolev
2023-09-19
11
-115/+106
*
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner
2023-09-19
9
-0/+70
*
no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069)
Jenner
2023-09-19
1
-1/+1
*
gh-109125: Run mypy on `Tools/wasm` (#109126)
Nikita Sobolev
2023-09-19
5
-40/+71
*
gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-1...
Serhiy Storchaka
2023-09-19
1
-1/+2
*
gh-109546: Add more tests for formatting floats and fractions (GH-109548)
Serhiy Storchaka
2023-09-19
2
-2/+35
*
Fix error handling in _PySys_UpdateConfig() (GH-109524)
Serhiy Storchaka
2023-09-18
1
-2/+9
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
4
-8/+12
*
gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)
Victor Stinner
2023-09-18
4
-16/+56
*
gh-109508: Fix libregrtest formatting of getcwd() (#109537)
Victor Stinner
2023-09-18
1
-1/+10
*
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao
2023-09-18
4
-2/+33
*
gh-108843: fix ast.unparse for f-string with many quotes (#108981)
Shantanu
2023-09-18
3
-1/+35
*
gh-108303: Fix and move `badsyntax_pep3120.py` (#109513)
Nikita Sobolev
2023-09-18
3
-5/+3
*
gh-109408: Azure Pipelines: test 3.12 branch (#109453)
Hugo van Kemenade
2023-09-18
2
-2/+2
*
Docs: getopt is deprecated in Python 3.13 (#109438)
Hugo van Kemenade
2023-09-18
1
-1/+2
*
Fix a typo in c-analyzer (#109213)
DongWoo Son
2023-09-18
1
-1/+1
*
Fix extraneous backslashes in hashlib docs (#109468)
Anthony Sottile
2023-09-18
1
-12/+12
*
gh-109413: Improve mypy config for libregrtest (#109518)
Alex Waygood
2023-09-18
1
-23/+9
*
gh-109408: Remove Ubuntu unit tests from Azure Pipelines (#109452)
Hugo van Kemenade
2023-09-17
3
-54/+8
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
28
-111/+330
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
41
-28/+31
*
gh-109451: Fix wrong format specifier in logging documentation (GH-109465)
AlberLC
2023-09-16
1
-1/+1
*
gh-109414: Add some basic information about venvs in the introduction. (GH-10...
Vinay Sajip
2023-09-16
1
-0/+19
*
gh-109474: Update two Unix packaging URLs (#109307)
partev
2023-09-16
1
-2/+2
*
GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...
Brett Cannon
2023-09-15
7
-95/+233
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
10
-30/+183
*
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
Gregory P. Smith
2023-09-15
5
-7/+51
*
GH-109373: Store metadata required for pystats comparison in the JSON (GH-109...
Michael Droettboom
2023-09-15
1
-32/+65
*
gh-109350: Fix outdated captured output in unittest.mock documentation (#109353)
Egil Martinsson
2023-09-15
2
-10/+15
*
gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454)
Alex Waygood
2023-09-15
4
-13/+11
[next]