summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ol...Steve Dower2016-04-132-2/+89
|\
| * Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ol...Steve Dower2016-04-132-2/+89
* | Adds version info to all signed binaries on WindowsSteve Dower2016-04-063-3/+51
|\ \ | |/
| * Adds version info to all signed binaries on Windows.Steve Dower2016-04-063-3/+51
* | Cleanup regrtest "main()" functionVictor Stinner2016-03-241-2/+2
* | _msi.c: try to fix compiler warningsVictor Stinner2016-03-231-6/+6
* | getpathp.c: fix compiler warningVictor Stinner2016-03-231-2/+2
* | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-162-3/+16
|\ \ | |/
| * Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-162-3/+16
* | Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-161-1/+4
|\ \ | |/
| * Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-161-1/+4
| * Issue #26070: py.exe launcher fails to find in-place built binaries from earl...Mark Hammond2016-01-111-0/+3
* | Issue #26070: py.exe launcher fails to find in-place built binaries from earl...Mark Hammond2016-01-111-0/+3
* | merge 3.5Benjamin Peterson2016-01-011-1/+1
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-01-011-1/+1
| |\
| | * merge 3.3Benjamin Peterson2016-01-011-1/+1
| | |\
| | | * 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-011-1/+1
* | | | Closes #25360: Merged fix from 3.5.Vinay Sajip2015-12-261-1/+1
|\ \ \ \ | |/ / /
| * | | Fixes #25360: Search for pythonw.exe when in pyw.exe.Vinay Sajip2015-12-261-1/+1
* | | | Closes #25789: Improved buffering behaviour in launcher.Vinay Sajip2015-12-261-2/+3
* | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.Serhiy Storchaka2015-12-181-2/+4
|\ \ \ \ | |/ / /
| * | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.Serhiy Storchaka2015-12-181-2/+4
* | | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers.Serhiy Storchaka2015-12-181-2/+3
* | | | Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
|\ \ \ \ | |/ / /
| * | | Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
* | | | Fixes #25844: Merged fix from 3.5.Vinay Sajip2015-12-131-1/+1
|\ \ \ \ | |/ / /
| * | | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.Vinay Sajip2015-12-131-1/+1
| |\ \ \ | | |/ /
| | * | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.Vinay Sajip2015-12-131-2/+2
| | * | Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
* | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-302-7/+12
* | | | merge 3.5 (#25502)Benjamin Peterson2015-10-291-2/+0
|\ \ \ \ | |/ / /
| * | | remove duplicated imports (closes #25502)Benjamin Peterson2015-10-291-2/+0
* | | | Merge from 3.5Steve Dower2015-09-231-28/+27
|\ \ \ \ | |/ / /
| * | | Issues #25112: py.exe launcher is missing iconsSteve Dower2015-09-231-28/+27
* | | | Merge with 3.5Steve Dower2015-09-231-0/+7
|\ \ \ \ | |/ / /
| * | | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC vir...Steve Dower2015-09-221-0/+7
* | | | ssue #25207: fix ICC compiler warning in msvcrtmodule.cVictor Stinner2015-09-211-1/+2
* | | | Closes #25022: Merge with 3.5Zachary Ware2015-09-106-449/+0
|\ \ \ \ | |/ / /
| * | | Issue #25022: Merge with 3.4Zachary Ware2015-09-106-449/+0
| |\ \ \ | | |/ /
| | * | Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-106-449/+0
* | | | Closes #24953: Merge with 3.5Zachary Ware2015-08-291-0/+8
|\ \ \ \ | |/ / /
| * | | Issue #24953: Include ICC version in sys.version string when bulit with ICC o...Zachary Ware2015-08-291-0/+8
* | | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-101-14/+14
|\ \ \ \ | |/ / /
| * | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-101-14/+14
| |\ \ \ | | |/ /
| | * | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-101-14/+14
* | | | Issue #16991: Use the correct version for master.Eric Snow2015-05-301-8/+8
* | | | Merge from 3.5.Eric Snow2015-05-301-0/+8
|\ \ \ \ | |/ / /
| * | | Issue #16991: Add PyODict* to Windows builds.Eric Snow2015-05-301-0/+8
| * | | Reverting my previous commit.Yury Selivanov2015-05-303-705/+705
|/ / /
* | | Update Windows build for 3.6Zachary Ware2015-05-283-705/+705