| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) | Miss Islington (bot) | 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. (cherry picked from commit 33b79b11b891adea5a916df8e3779505b37aabe7) Co-authored-by: Nikita Nemkin <nikita@nemkin.ru> | ||||
| * | bpo-41054: Simplify resource compilation on Windows (GH-21004) | Miss Islington (bot) | 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. (cherry picked from commit 4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4) Co-authored-by: Nikita Nemkin <nikita@nemkin.ru> | ||||
| * | 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 |
