Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 2 | -7/+7 |
|\ | | | | | | | messages. | ||||
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -7/+7 |
| | | |||||
* | | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 2 | -2/+89 |
|\ \ | |/ | | | | | old versions. | ||||
| * | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 2 | -2/+89 |
| | | | | | | | | old versions. | ||||
* | | Adds version info to all signed binaries on Windows | Steve Dower | 2016-04-06 | 3 | -3/+51 |
|\ \ | |/ | |||||
| * | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 3 | -3/+51 |
| | | |||||
* | | Cleanup regrtest "main()" function | Victor Stinner | 2016-03-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main() | ||||
* | | _msi.c: try to fix compiler warnings | Victor Stinner | 2016-03-23 | 1 | -6/+6 |
| | | |||||
* | | getpathp.c: fix compiler warning | Victor Stinner | 2016-03-23 | 1 | -2/+2 |
| | | | | | | | | wcsnlen_s() result type is size_t. | ||||
* | | Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python | Steve Dower | 2016-01-16 | 2 | -3/+16 |
|\ \ | |/ | |||||
| * | Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python | Steve Dower | 2016-01-16 | 2 | -3/+16 |
| | | |||||
* | | Issue #26073: Update the list of magic numbers in launcher | Steve Dower | 2016-01-16 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #26073: Update the list of magic numbers in launcher | Steve Dower | 2016-01-16 | 1 | -1/+4 |
| | | |||||
| * | Issue #26070: py.exe launcher fails to find in-place built binaries from ↵ | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
| | | | | | | | | earlier Python versions. | ||||
* | | Issue #26070: py.exe launcher fails to find in-place built binaries from ↵ | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
| | | | | | | | | earlier Python versions. | ||||
* | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Closes #25360: Merged fix from 3.5. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixes #25360: Search for pythonw.exe when in pyw.exe. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Closes #25789: Improved buffering behaviour in launcher. | Vinay Sajip | 2015-12-26 | 1 | -2/+3 |
| | | | | |||||
* | | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
| | | | | |||||
* | | | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+3 |
| | | | | |||||
* | | | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
| * | | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
* | | | | Fixes #25844: Merged fix from 3.5. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -2/+2 |
| | | | | |||||
| | * | | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure | Martin Panter | 2015-11-30 | 2 | -7/+12 |
| | | | | |||||
* | | | | merge 3.5 (#25502) | Benjamin Peterson | 2015-10-29 | 1 | -2/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | remove duplicated imports (closes #25502) | Benjamin Peterson | 2015-10-29 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge from 3.5 | Steve Dower | 2015-09-23 | 1 | -28/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issues #25112: py.exe launcher is missing icons | Steve Dower | 2015-09-23 | 1 | -28/+27 |
| | | | | |||||
* | | | | Merge with 3.5 | Steve Dower | 2015-09-23 | 1 | -0/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC ↵ | Steve Dower | 2015-09-22 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | virtualization. | ||||
* | | | | ssue #25207: fix ICC compiler warning in msvcrtmodule.c | Victor Stinner | 2015-09-21 | 1 | -1/+2 |
| | | | | |||||
* | | | | Closes #25022: Merge with 3.5 | Zachary Ware | 2015-09-10 | 6 | -449/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25022: Merge with 3.4 | Zachary Ware | 2015-09-10 | 6 | -449/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #25022: Remove PC/example_nt/ | Zachary Ware | 2015-09-10 | 6 | -449/+0 |
| | | | | | | | | | | | | | | | | It was very much outdated, and the topic is better covered elsewhere. | ||||
* | | | | Closes #24953: Merge with 3.5 | Zachary Ware | 2015-08-29 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24953: Include ICC version in sys.version string when bulit with ICC ↵ | Zachary Ware | 2015-08-29 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | on Windows | ||||
* | | | | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-10 | 1 | -14/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-10 | 1 | -14/+14 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-10 | 1 | -14/+14 |
| | | | | |||||
* | | | | Issue #16991: Use the correct version for master. | Eric Snow | 2015-05-30 | 1 | -8/+8 |
| | | | | |||||
* | | | | Merge from 3.5. | Eric Snow | 2015-05-30 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16991: Add PyODict* to Windows builds. | Eric Snow | 2015-05-30 | 1 | -0/+8 |
| | | | |