Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-91719: Add pycore_opcode.h internal header file (#91906) | Victor Stinner | 2022-04-25 | 1 | -2/+2 |
| | | | | | | | | | | | Move the following API from Include/opcode.h (public C API) to a new Include/internal/pycore_opcode.h header file (internal C API): * EXTRA_CASES * _PyOpcode_Caches * _PyOpcode_Deopt * _PyOpcode_Jump * _PyOpcode_OpName * _PyOpcode_RelativeJump | ||||
* | bpo-46088: Automatically detect or install bootstrap Python runtime when ↵ | Steve Dower | 2021-12-18 | 1 | -11/+15 |
| | | | | building from Visual Studio (GH-30143) | ||||
* | bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ↵ | Steve Dower | 2021-10-05 | 1 | -1/+3 |
| | | | | paths (GH-28735) | ||||
* | Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) | Steve Dower | 2021-08-03 | 1 | -4/+3 |
| | |||||
* | bpo-44479: Do not regenerate files during a PGO build as it will invalidate ↵ | Steve Dower | 2021-07-29 | 1 | -2/+6 |
| | | | | the profile. (GH-27460) | ||||
* | bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056) | Steve Dower | 2021-07-07 | 1 | -9/+9 |
| | |||||
* | bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on ↵ | Steve Dower | 2021-07-05 | 1 | -2/+41 |
| | | | | Windows (GH-26984) | ||||
* | bpo-43567: Improved generated code refresh on Windows (GH-25120) | Steve Dower | 2021-04-06 | 1 | -0/+84 |
Generated files are now refreshed automatically on regular build, or may be forcibly regenerated by calling `build.bat --regen`. |