summaryrefslogtreecommitdiff
path: root/PC
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-9/+9
| | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation.
* Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-091-2/+3
|
* Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower2016-09-091-3/+17
|
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-165-0/+675
| | | | works correctly.
* Removes unused files from PC folder.Steve Dower2016-07-173-51/+0
|
* Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-171-0/+6
|
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-076-179/+177
| | | | generated by Argument Clinic. Patch by Petr Viktorin.
* Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-1/+1
| | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior.
* - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-102-609/+0
| | | | unused and outdated icons.
* Fixes magic numbers for 3.6.Steve Dower2016-05-161-1/+1
|
* Issue #26073: Updates magic number comment in _bootstrap_external.py and ↵Steve Dower2016-05-161-15/+15
| | | | changes numbers in launcher.py to decimal to match official table.
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-7/+7
|
* Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵Steve Dower2016-04-122-2/+89
| | | | old versions.
* Adds version info to all signed binaries on Windows.Steve Dower2016-04-063-3/+51
|
* 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 ↵Mark Hammond2016-01-111-0/+3
| | | | earlier Python versions.
* 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
| | | | | | | | | | | | Added test for return code for the last RegQueryValueExW.
* | | 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-281-2/+0
| | |
* | | Issues #25112: py.exe launcher is missing iconsSteve Dower2015-09-221-28/+27
| | |
* | | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC ↵Steve Dower2015-09-221-0/+7
| | | | | | | | | | | | virtualization.
* | | Issue #25022: Merge with 3.4Zachary Ware2015-09-106-449/+0
|\ \ \ | |/ /
| * | Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-106-449/+0
| | | | | | | | | | | | It was very much outdated, and the topic is better covered elsewhere.
* | | Issue #24953: Include ICC version in sys.version string when bulit with ICC ↵Zachary Ware2015-08-281-0/+8
| | | | | | | | | | | | on Windows
* | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-111-14/+14
|\ \ \ | |/ /
| * | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-111-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
| | | | | | | | | | | | Something went horribly wrong when I was doing `hg rebase`.
* | | Update Windows build for 3.6Zachary Ware2015-05-283-705/+705
| | |
* | | Fixes handling of long values of PYTHONPATH on Windows.Steve Dower2015-05-231-7/+7
| | |
* | | Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def ↵Steve Dower2015-05-231-0/+2
| | | | | | | | | | | | (stable ABI)
* | | PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Known limitations of the current implementation: - documentation changes are incomplete - there's a reference leak I haven't tracked down yet The leak is most visible by running: ./python -m test -R3:3 test_importlib However, you can also see it by running: ./python -X showrefcount Importing the array or _testmultiphase modules, and then deleting them from both sys.modules and the local namespace shows significant increases in the total number of active references each cycle. By contrast, with _testcapi (which continues to use single-phase initialisation) the global refcounts stabilise after a couple of cycles.
* | | Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup ↵Steve Dower2015-05-221-75/+103
| | | | | | | | | | | | | | | | | | for generating sys.path. Also cleans up and secures getpathp.c
* | | 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
| | | | | | | | | | | | Patch by Jeffrey Armstrong.
* | | Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions ↵Steve Dower2015-05-132-41/+1
| | | | | | | | | | | | are always available.
* | | 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
|\ \ \ | |/ /