Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45696: Deep-freeze selected modules (GH-29118) | Guido van Rossum | 2021-11-10 | 1 | -7/+17 |
| | | | | | | | This gains 10% or more in startup time for `python -c pass` on UNIX-ish systems. The Makefile.pre.in generating code builds on Eric's work for bpo-45020, but the .c file generator is new. Windows version TBD. | ||||
* | bpo-45629: Add a test for the "freeze" tool. (gh-29222) | Eric Snow | 2021-10-28 | 1 | -0/+194 |
| | | | | | | | The "freeze" tool has been part of the repo for a long time. However, it hasn't had any tests in the test suite to guard against regressions. We add such a test here. This is especially important as there has been a lot of change recently related to frozen modules, with more to come. Note that as part of the test we build Python out-of-tree and install it in a temp dir. https://bugs.python.org/issue45629 | ||||
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | Run test program. | Martin v. Löwis | 2014-03-30 | 1 | -0/+1 |
| | |||||
* | Add test case for freeze. | Martin v. Löwis | 2014-03-30 | 2 | -0/+12 |