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-107782: Use _testcapi to test non-representable signatures (GH-109325)
Serhiy Storchaka
2023-09-14
3
-2/+82
*
Add missing PyDoc_STR to GenericAlias.__parameters__ (#108811)
James Hilton-Balfe
2023-09-14
1
-1/+1
*
Fix invocation of wasm_build.py for node (GH-109383)
Sam Gross
2023-09-13
1
-1/+1
*
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher
2023-09-13
4
-40/+23
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
22
-508/+719
*
gh-109341: Fix crash on compiling invalid AST including TypeAlias (#109349)
Jelle Zijlstra
2023-09-13
3
-0/+26
*
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
Jelle Zijlstra
2023-09-13
3
-0/+34
*
gh-109156: Add tests for de-instrumenting instructions with instrumented line...
Tian Gao
2023-09-13
2
-0/+18
*
Fix variable name in dis documentation example (GH-109343)
Oleksandr Kravets
2023-09-13
1
-1/+1
*
gh-105189: fix importlib.resources.abc deprecation docs (#105232)
Thomas Grainger
2023-09-13
2
-12/+154
*
gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)
Victor Stinner
2023-09-13
2
-0/+12
*
gh-108346: Fix failed benchmark in decimal (#108353)
Charlie Zhao
2023-09-13
1
-53/+74
*
gh-109357: Fix test_monitoring.test_gh108976() (#109358)
Victor Stinner
2023-09-13
1
-0/+1
*
gh-109276: libregrtest: fix work dir on WASI (#109356)
Victor Stinner
2023-09-13
2
-11/+21
*
gh-109276: libregrtest: WASM use stdout for JSON (#109355)
Victor Stinner
2023-09-13
4
-33/+40
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
6
-140/+273
*
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
Michael Droettboom
2023-09-12
2
-53/+35
*
GH-104395: Add a link in 'Meta Information' to the docs download page (#104443)
Adam Turner
2023-09-12
1
-0/+1
*
Update workflow permissions in require-pr-label Action (#109342)
Mariatta
2023-09-12
1
-2/+2
*
gh-106581: Honor 'always_exits' in write_components() (#109338)
Guido van Rossum
2023-09-12
2
-15/+1
*
gh-109276: test.pythoninfo gets more test.support data (#109337)
Victor Stinner
2023-09-12
1
-9/+68
*
gh-109319: deprecate dis.HAVE_ARGUMENT (#109320)
Irit Katriel
2023-09-12
3
-0/+8
*
gh-60283: Check for redefined test names in CI (#109161)
Hugo van Kemenade
2023-09-12
5
-1/+51
*
gh-109184: update traceback module doc w.r.t notes (message is no longer alwa...
Irit Katriel
2023-09-12
1
-20/+22
*
gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)
AN Long
2023-09-12
3
-5/+6
*
gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314)
Nikita Sobolev
2023-09-12
1
-0/+1
*
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Nikita Sobolev
2023-09-12
3
-5/+48
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
4
-16/+24
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
11
-742/+757
*
gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)
Nikita Sobolev
2023-09-12
4
-9/+1
*
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Nikita Sobolev
2023-09-12
18
-25/+40
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
4
-5/+40
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
5
-34/+94
*
gh-109276: libregrtest only checks saved_test_environment() once (#109278)
Victor Stinner
2023-09-12
2
-15/+12
*
gh-109276: Complete test.pythoninfo (#109312)
Victor Stinner
2023-09-12
1
-10/+11
*
gh-109295: Skip test_generated_cases if different mount drives (#109308)
Victor Stinner
2023-09-12
1
-1/+21
*
Fix iter_index() to work with lists which do not support stop=None. (gh-109306)
Raymond Hettinger
2023-09-12
1
-0/+11
*
gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (#109299)
Victor Stinner
2023-09-12
1
-1/+1
*
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...
Victor Stinner
2023-09-12
2
-3/+10
*
GH-106734: Disable tab completion in pdb's multiline mode (GH-106735)
Tian Gao
2023-09-12
2
-21/+39
*
gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)
Jelle Zijlstra
2023-09-12
3
-0/+118
*
gh-109292: add symtable impact of PEP 709 to What's New (#109293)
Carl Meyer
2023-09-12
1
-0/+3
*
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
Carl Meyer
2023-09-11
3
-1/+12
*
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum
2023-09-11
11
-117/+117
*
gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (#1...
wim glenn
2023-09-11
1
-6/+1
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
15
-181/+339
*
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
Irit Katriel
2023-09-11
3
-34/+34
*
gh-109276: libregrtest: use separated file for JSON (#109277)
Victor Stinner
2023-09-11
6
-36/+84
*
gh-90805: Make sure test_functools works with and without _functoolsmodule (G...
Nikita Sobolev
2023-09-11
1
-30/+28
*
gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (...
Hugo van Kemenade
2023-09-11
1
-52/+107
[next]