summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-202-55/+49
* bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)Kumar Aditya2022-01-201-0/+5
* bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)Dennis Sweeney2022-01-041-2/+2
* bpo-46178: Remove/rename redundant Travis CI code (#30309)Hugo van Kemenade2021-12-311-4/+4
* bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)Dong-hee Na2021-12-281-10/+5
* bpo-46072: Add top level stats struct (GH-30169)Mark Shannon2021-12-171-19/+69
* bpo-46072: Document --enable-stats option. (GH-30139)Mark Shannon2021-12-161-0/+0
* bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...Mark Shannon2021-12-151-1/+1
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-132-6/+18
* bpo-43795: Document stable_abi.txt format and contents (GH-29956)Petr Viktorin2021-12-101-0/+1
* bpo-45654: No need to freeze types (GH-30028)Christian Heimes2021-12-101-2/+1
* bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya2021-12-091-0/+6
* bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes2021-12-032-2/+6
* bpo-45019: Cleanup module freezing and deepfreeze (#29772)Kumar Aditya2021-11-261-40/+28
* Fix typo in freeze_modules (#29744)Kumar Aditya2021-11-241-1/+1
* bpo-45020: Fix strict-prototypes warning (GH-29755)Christian Heimes2021-11-241-1/+1
* bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes2021-11-241-2/+2
* bpo-45873: Restore Python 3.6 compatibility (GH-29730)Christian Heimes2021-11-231-1/+7
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-233-264/+170
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Neil Schemenauer2021-11-231-3/+6
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-224-13/+416
* bpo-45636: Merge all numeric operators (GH-29482)Brandt Bucher2021-11-111-7/+12
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-112-10/+474
* bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)Christian Heimes2021-11-021-1/+5
* bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...Eric Snow2021-10-281-19/+44
* bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)Petr Viktorin2021-10-221-0/+38
* po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)Victor Stinner2021-10-141-1/+0
* Fix EncodingWarning in test_tools. (GH-28846)Inada Naoki2021-10-101-2/+2
* bpo-45402: Fix test_tools.test_sundry() (GH-28786)Victor Stinner2021-10-071-3/+4
* Fix typos in the Tools directory (GH-28769)Christian Clauss2021-10-062-5/+5
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-051-1/+38
* bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...Mark Shannon2021-10-051-1/+1
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-10-012-6/+12
* Fix EncodingWarning in freeze_modules. (GH-28591)Inada Naoki2021-09-301-4/+4
* bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)Eric Snow2021-09-291-0/+7
* Select correct tool platform when building on Windows ARM64 natively (GH-28491)Niyas Sait2021-09-271-1/+5
* bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)Eric Snow2021-09-242-32/+76
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-171-11/+11
* bpo-45020: Fix build out of source tree (GH-28410)Victor Stinner2021-09-171-4/+10
* bpo-45231: update_file.py preserves end of line (GH-28411)Victor Stinner2021-09-171-1/+13
* bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow2021-09-161-7/+4
* bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)Eric Snow2021-09-161-3/+6
* bpo-45020: Drop the frozen .h files from the repo. (gh-28375)Eric Snow2021-09-161-6/+3
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-151-4/+4
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-151-13/+47
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-3/+28
* bpo-45152: Add HAS_CONST macro and get_const_value() function and useā€¦ (#28...Irit Katriel2021-09-141-0/+10
* bpo-45019: Do some cleanup related to frozen modules. (gh-28319)Eric Snow2021-09-132-103/+225
* Fix typos in pep384_macrocheck.py (GH-28220)Ikko Ashimine2021-09-101-2/+2
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-302-6/+526