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-110309: Prune empty constant in format specs (#110320)
sunmy2019
2023-10-05
3
-10/+79
*
gh-110259: Fix f-strings with multiline expressions and format specs (#110271)
Pablo Galindo Salgado
2023-10-05
5
-10/+128
*
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
Victor Stinner
2023-10-05
3
-9/+20
*
gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)
Nikita Sobolev
2023-10-05
2
-13/+28
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
4
-3/+52
*
Remove duplicate word. (#110376)
Benjamin Peterson
2023-10-05
1
-1/+1
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
20
-70/+231
*
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow
2023-10-04
3
-58/+148
*
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom
2023-10-04
9
-128/+483
*
Add back bltin-boolean-values ref tag (#110371)
P. L. Lim
2023-10-04
1
-0/+1
*
gh-76785: Print the Traceback from Interpreter.run() (gh-110322)
Eric Snow
2023-10-04
1
-1/+7
*
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
Xuehai Pan
2023-10-04
3
-1/+155
*
gh-110235: Raise TypeError for duplicate/unknown fields in PyStructSequence c...
Xuehai Pan
2023-10-04
3
-7/+84
*
GH-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
13
-234/+188
*
gh-104909: Split more LOAD_ATTR specializations (GH-110317)
Guido van Rossum
2023-10-04
6
-219/+598
*
Lint: Remove files that no longer fail to parse or with F811 (#110356)
Hugo van Kemenade
2023-10-04
1
-4/+0
*
gh-110260: Check for PyList_SetItem() errors in termios module (GH-110261)
Nikita Sobolev
2023-10-04
1
-17/+32
*
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
Serhiy Storchaka
2023-10-04
2
-0/+5
*
gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (#110334)
Nikita Sobolev
2023-10-04
1
-12/+1
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
3
-17/+63
*
gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)
Victor Stinner
2023-10-04
1
-0/+8
*
gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331)
Victor Stinner
2023-10-04
1
-1/+1
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
5
-16/+24
*
gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...
Serhiy Storchaka
2023-10-04
3
-11/+14
*
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood
2023-10-04
6
-6/+10
*
gh-85984: Document change in return type of tty functions (#110028)
Jelle Zijlstra
2023-10-04
1
-0/+6
*
gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...
Eric Snow
2023-10-04
3
-10/+30
*
gh-109979: Unify _GUARD_TYPE_VERSION{,_STORE} (#110301)
Guido van Rossum
2023-10-03
5
-63/+36
*
gh-109917: Fix test instability in test_concurrent_futures (#110306)
elfstrom
2023-10-03
1
-1/+2
*
Revert "gh-76785: Print the Traceback from Interpreter.run() (gh-110248)" (gh...
Eric Snow
2023-10-03
1
-4/+0
*
gh-76785: Print the Traceback from Interpreter.run() (gh-110248)
Eric Snow
2023-10-03
1
-0/+4
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
18
-243/+243
*
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum
2023-10-03
8
-315/+315
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
10
-8/+34
*
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Victor Stinner
2023-10-03
3
-2/+7
*
gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)
Victor Stinner
2023-10-03
1
-1/+3
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
8
-68/+151
*
Enhanced sqlite3 connection context management documentation with contextlib....
Lincoln
2023-10-03
1
-2/+2
*
gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...
Xuehai Pan
2023-10-03
2
-2/+75
*
Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278)
Alex Waygood
2023-10-03
1
-7/+7
*
gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...
Alex Waygood
2023-10-03
1
-1/+1
*
gh-109956: Also test typing.NamedTuple with copy.replace() (GH-109957)
Nikita Sobolev
2023-10-03
1
-8/+18
*
Fix typo in py312 whatsnew: add missing closing paren (#110255)
Lele Gaifax
2023-10-03
1
-1/+1
*
Remove unused Misc/requirements-test.txt (#110240)
Hugo van Kemenade
2023-10-03
1
-1/+0
*
Add --inline-caches flag to dis command line (#110249)
Guido van Rossum
2023-10-03
2
-1/+4
*
gh-109653: Reduce the import time of `random` by 60% (#110221)
Alex Waygood
2023-10-02
2
-1/+3
*
gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#...
Nikita Sobolev
2023-10-02
1
-1/+5
*
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
Eric Snow
2023-10-02
3
-25/+206
*
Enable ruff on `Lib/test/test_typing.py` (#110179)
Alex Waygood
2023-10-02
3
-54/+53
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
11
-45/+257
[next]