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
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-84461: Document how to install SDKs manually (GH-93844)
Christian Heimes
2022-06-15
1
-0/+78
*
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
Steve Dower
2022-06-15
3
-14/+24
*
Include freelists in allocation total. (GH-93799)
Mark Shannon
2022-06-14
1
-1/+1
*
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
Mark Shannon
2022-06-14
1
-0/+7
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Christian Heimes
2022-06-13
1
-2/+2
*
gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
Davide Rizzo
2022-06-11
1
-0/+239
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes
2022-06-11
1
-4/+42
*
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
Christian Heimes
2022-06-07
1
-0/+3
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+5
*
gh-90473: WASI requires proper open(2) flags (GH-93529)
Christian Heimes
2022-06-06
1
-0/+3
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
2
-1/+14
*
Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93...
Dong-hee Na
2022-05-29
4
-38406/+0
*
gh-84508: Add mapping files for Korean and Japanese. (gh-93309)
Dong-hee Na
2022-05-28
4
-0/+38406
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
1
-5/+12
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
1
-1/+5
*
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner
2022-05-24
1
-1/+1
*
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes
2022-05-23
1
-0/+1
*
Update globals-to-fix.tsv to follow recent changes (gh-92959)
Dong-hee Na
2022-05-20
1
-3/+4
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
3
-3/+45
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
1
-0/+6
*
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
Zackery Spytz
2022-05-17
1
-1/+0
*
Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...
Mark Shannon
2022-05-17
1
-3/+3
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
1
-5/+13
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
3
-65/+14
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-13/+16
*
gh-92256: Improve Argument Clinic parser error messages (#92268)
Erlend Egeberg Aasland
2022-05-10
1
-3/+9
*
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka
2022-05-08
1
-3/+3
*
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
1
-1/+2
*
gh-81057: Fix indent. (gh-92267)
Eric Snow
2022-05-03
1
-1/+1
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-2/+2
*
gh-81057: Get the c-analyzer tool working again. (gh-92246)
Eric Snow
2022-05-03
4
-4/+16
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-2/+5
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
1
-0/+7
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-17/+36
*
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin
2022-04-29
1
-126/+123
*
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...
Hugo van Kemenade
2022-04-29
2
-37/+0
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
1
-23/+88
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
1
-28/+59
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-10/+15
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-11/+54
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
1
-0/+95
*
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum
2022-04-21
1
-0/+7
*
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin
2022-04-21
1
-0/+1
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
3
-20/+62
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
2
-14/+9
*
Add some information about where pynche has moved to (#91650)
Barry Warsaw
2022-04-18
1
-0/+2
*
Remove the ancient Pynche color editor (#91554)
Barry Warsaw
2022-04-17
23
-4079/+1
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
1
-1/+0
*
gh-91595: fix the comparison of character and integer by using ord() (#91596)
Yu Liu
2022-04-16
1
-1/+1
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
1
-2/+18
[next]