Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577) | Eric Snow | 2021-06-07 | 1 | -6/+5 |
* | bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b... | Pablo Galindo | 2021-06-04 | 1 | -5/+6 |
* | bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas... | Eric Snow | 2021-06-03 | 1 | -6/+5 |
* | bpo-43693: Add _PyCode_New(). (gh-26375) | Eric Snow | 2021-05-27 | 1 | -25/+25 |
* | bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201) | Victor Stinner | 2021-05-20 | 1 | -24/+22 |
* | bpo-44131: Fix Makefile for test_frozenmain (GH-26203) | Victor Stinner | 2021-05-18 | 1 | -1/+1 |
* | bpo-44131: Test Py_FrozenMain() (GH-26126) | Victor Stinner | 2021-05-17 | 1 | -0/+30 |