aboutsummaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Expand)Author
2022-02-01bpo-46072: Add some object layout and allocation stats (GH-31051)Mark Shannon
2022-01-28bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower
2022-01-28bpo-46072: Add simple stats for Python calls. (GH-30989)Mark Shannon
2022-01-28bpo-46449: deepfreeze get_code() now returns strong ref (GH-30987)Kumar Aditya
2022-01-27bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)Christian Heimes
2022-01-27bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow
2022-01-27bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)Kumar Aditya
2022-01-24bpo-40280: Get help() working and more (GH-30858)Christian Heimes
2022-01-23bpo-46471: Use single byte singletons (GH-30781)Kumar Aditya
2022-01-20bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes
2022-01-20bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya
2022-01-19bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)Kumar Aditya
2022-01-18bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg
2022-01-14bpo-40280: Block more syscalls that are causing crashes in tests (GH-30601)Christian Heimes
2022-01-13bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)Christian Heimes
2022-01-12bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)Christian Heimes
2022-01-09bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)Ethan Smith
2022-01-05bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)Brandt Bucher
2022-01-04bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)Dennis Sweeney
2022-01-03bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4cPablo Galindo Salgado
2022-01-03Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...Pablo Galindo Salgado
2021-12-30bpo-46178: Remove/rename redundant Travis CI code (#30309)Hugo van Kemenade
2021-12-28bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)Dong-hee Na
2021-12-21bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)Kumar Aditya
2021-12-20bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...Pablo Galindo Salgado
2021-12-19Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)Raymond Hettinger
2021-12-19bpo-46131: add fastpath for PyFloat_Check() (#30200)Matti Picus
2021-12-18bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes
2021-12-17bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Christian Heimes
2021-12-17bpo-46072: Add top level stats struct (GH-30169)Mark Shannon
2021-12-16bpo-46072: Document --enable-stats option. (GH-30139)Mark Shannon
2021-12-15bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...Mark Shannon
2021-12-13bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes
2021-12-11bpo-43795: Document stable_abi.txt format and contents (GH-29956)Petr Viktorin
2021-12-10bpo-45654: No need to freeze types (GH-30028)Christian Heimes
2021-12-09Remove an outdated comment. (GH-30010)Serhiy Storchaka
2021-12-09bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya
2021-12-07bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...Mark Shannon
2021-12-03bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Crowthebird
2021-12-03bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes
2021-12-01bpo-45952: Get the C analyzer tool working again. (gh-29882)Eric Snow
2021-11-30Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)Inada Naoki
2021-11-26bpo-45019: Cleanup module freezing and deepfreeze (#29772)Kumar Aditya
2021-11-26bpo-45866: pegen strips directory of "generated from" header (GH-29777)Victor Stinner
2021-11-24Fix typo in freeze_modules (#29744)Kumar Aditya
2021-11-24bpo-45020: Fix strict-prototypes warning (GH-29755)Christian Heimes
2021-11-24bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes
2021-11-23bpo-45873: Restore Python 3.6 compatibility (GH-29730)Christian Heimes
2021-11-23bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum
2021-11-23bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow