summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* 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 #26070: py.exe launcher fails to find in-place built binaries from earl...Mark Hammond2016-01-111-0/+3
* 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
* | | Fixes #25360: Search for pythonw.exe when in pyw.exe.Vinay Sajip2015-12-261-1/+1
* | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.Serhiy Storchaka2015-12-181-2/+4
* | | Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
* | | 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
* | | remove duplicated imports (closes #25502)Benjamin Peterson2015-10-291-2/+0
* | | Issues #25112: py.exe launcher is missing iconsSteve Dower2015-09-231-28/+27
* | | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC vir...Steve Dower2015-09-221-0/+7
* | | Issue #25022: Merge with 3.4Zachary Ware2015-09-106-449/+0
|\ \ \ | |/ /
| * | Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-106-449/+0
* | | 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
* | | 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
* | | Fixes handling of long values of PYTHONPATH on Windows.Steve Dower2015-05-241-7/+7
* | | Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...Steve Dower2015-05-231-0/+2
* | | PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-1/+1
* | | Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...Steve Dower2015-05-221-75/+103
* | | Closes #21931: Merge with 3.4Zachary Ware2015-05-181-3/+12
|\ \ \ | |/ /
| * | Issue #21931: Fix error handling in msilib.FCICreate().Zachary Ware2015-05-181-3/+12
* | | Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions ...Steve Dower2015-05-142-41/+1
* | | Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-136-142/+113
* | | Issue #20172: Convert the msvcrt module to Argument Clinic.Zachary Ware2015-05-132-279/+932
* | | Issue #20172: Convert the winreg module to Argument Clinic.Zachary Ware2015-05-132-669/+1800
* | | Issue #20172: Convert the winsound module to Argument Clinic.Zachary Ware2015-05-132-56/+176
* | | Closes #17202: Merge with 3.4Zachary Ware2015-04-131-22/+22
|\ \ \ | |/ /
* | | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-122-2/+4
* | | Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-10/+10
* | | Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-3/+3
* | | Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
|\ \ \ | |/ /
| * | Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
* | | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-061-0/+22
* | | Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...Steve Dower2015-03-021-3/+3
* | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...Steve Dower2015-02-261-4/+38
* | | Back-out wcstok deprecation suppression and updates calls to use wcstok_s.Steve Dower2015-02-261-3/+4
* | | Closes #23018: Replace copyright symbol with escape.Steve Dower2015-02-201-1/+1
* | | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-161-3/+3
|\ \ \ | |/ /
| * | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-161-3/+3
* | | Issue #23260: Update Windows installerSteve Dower2015-02-061-6/+14
* | | Updated copyright year (after my patch from last year reverted it)Steve Dower2015-01-171-1/+1
* | | Issue 23018: Add version info to python[w].exeSteve Dower2015-01-154-33/+106