Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years to 2023. (gh-100848) | Benjamin Peterson | 2023-01-08 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2022. (GH-30335) | Benjamin Peterson | 2022-01-02 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: GH:benjaminp | ||||
* | Bring Python into the new year. (GH-24036) | Dong-hee Na | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) | Nikita Nemkin | 2020-06-24 | 1 | -0/+1 |
| | | | | | | | | In absence of explicit declaration, resource compiler uses system codepage. When this codepage is DBCS or UTF-8, Python's copyright string is corrupted, because it contains copyright sign encoded as \xA9. The fix is to explicitly declare codepage 1252. | ||||
* | bpo-41054: Simplify resource compilation on Windows (GH-21004) | Nikita Nemkin | 2020-06-23 | 1 | -1/+0 |
| | | | | | | | Remove auto-generated resource header. Pass definitions required by resource files (ORIGINAL_FILENAME and FIELD3) directly to resource compiler. Remove unused MS_DLL_ID resource string and related dead code. | ||||
* | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 1 | -2/+1 |
| | | | | old versions. | ||||
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Closes #23018: Replace copyright symbol with escape. | Steve Dower | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Updated copyright year (after my patch from last year reverted it) | Steve Dower | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | Issue 23018: Add version info to python[w].exe | Steve Dower | 2015-01-15 | 1 | -0/+35 |