aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools
Commit message (Expand)AuthorAge
* gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)Christian Heimes2022-06-07
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-06
* gh-90473: WASI requires proper open(2) flags (GH-93529)Christian Heimes2022-06-06
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-03
* Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93...Dong-hee Na2022-05-29
* gh-84508: Add mapping files for Korean and Japanese. (gh-93309)Dong-hee Na2022-05-28
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-27
* gh-90473: Misc test fixes for WASI (GH-93218)Christian Heimes2022-05-25
* gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)Victor Stinner2022-05-24
* gh-90473: WASI: skip gethostname tests (GH-93092)Christian Heimes2022-05-23
* Update globals-to-fix.tsv to follow recent changes (gh-92959)Dong-hee Na2022-05-20
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-19
* Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)Mark Shannon2022-05-18
* bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)Zackery Spytz2022-05-17
* Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...Mark Shannon2022-05-17
* Improve object stats (#92845)Mark Shannon2022-05-16
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-12
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-11
* gh-92256: Improve Argument Clinic parser error messages (#92268)Erlend Egeberg Aasland2022-05-10
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-08
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-06
* gh-81057: Fix indent. (gh-92267)Eric Snow2022-05-03
* gh-91320: Use _PyCFunction_CAST() (#92251)Victor Stinner2022-05-03
* gh-81057: Get the c-analyzer tool working again. (gh-92246)Eric Snow2022-05-03
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-03
* gh-92031: Deoptimize Static Code at Finalization (GH-92039)Dennis Sweeney2022-05-03
* gh-91583: AC: Fix regression for functions with defining_class (GH-91739)Serhiy Storchaka2022-04-30
* gh-91324: Convert the stable ABI manifest to TOML (GH-92026)Petr Viktorin2022-04-29
* bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...Hugo van Kemenade2022-04-29
* gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...Petr Viktorin2022-04-28
* gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner2022-04-26
* gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)Christian Heimes2022-04-23
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-23
* gh-91575: Add a script for generating data for case-insensitive matching in r...Serhiy Storchaka2022-04-22
* GH-91719: Make MSVC generate somewhat faster switch code (#91718)Guido van Rossum2022-04-21
* bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)Petr Viktorin2022-04-21
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-21
* bpo-46712: share more global strings in deepfreeze (gh-32152)Kumar Aditya2022-04-19
* Add some information about where pynche has moved to (#91650)Barry Warsaw2022-04-18
* Remove the ancient Pynche color editor (#91554)Barry Warsaw2022-04-17
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-16
* gh-91595: fix the comparison of character and integer by using ord() (#91596)Yu Liu2022-04-16
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-15
* gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)Dennis Sweeney2022-04-14
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-14
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-12
* gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)Dennis Sweeney2022-04-11
* bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-10
* Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...Petr Viktorin2022-04-08
* bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)Brandt Bucher2022-04-07