Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes magic numbers for 3.6. | Steve Dower | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Issue #26073: Updates magic number comment in _bootstrap_external.py and ↵ | Steve Dower | 2016-05-16 | 1 | -15/+15 |
| | | | | changes numbers in launcher.py to decimal to match official table. | ||||
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 3 | -3/+51 |
| | |||||
* | 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 #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.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 |
| | | | |||||
* | | | Fixes #25360: Search for pythonw.exe when in pyw.exe. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
| | | | |||||
* | | | 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 #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
| | | | | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
* | | | 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 |
| | | | |||||
* | | | remove duplicated imports (closes #25502) | Benjamin Peterson | 2015-10-29 | 1 | -2/+0 |
| | | | |||||
* | | | Issues #25112: py.exe launcher is missing icons | Steve Dower | 2015-09-23 | 1 | -28/+27 |
| | | | |||||
* | | | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC ↵ | Steve Dower | 2015-09-22 | 1 | -0/+7 |
| | | | | | | | | | | | | virtualization. | ||||
* | | | 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. | ||||
* | | | 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 |
| | | | |||||
* | | | Issue #16991: Add PyODict* to Windows builds. | Eric Snow | 2015-05-30 | 1 | -0/+8 |
| | | | |||||
* | | | Reverting my previous commit. | Yury Selivanov | 2015-05-30 | 3 | -705/+705 |
| | | | | | | | | | | | | Something went horribly wrong when I was doing `hg rebase`. | ||||
* | | | Update Windows build for 3.6 | Zachary Ware | 2015-05-28 | 3 | -705/+705 |
| | | | |||||
* | | | Fixes handling of long values of PYTHONPATH on Windows. | Steve Dower | 2015-05-24 | 1 | -7/+7 |
| | | | |||||
* | | | Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def ↵ | Steve Dower | 2015-05-23 | 1 | -0/+2 |
| | | | | | | | | | | | | (stable ABI) | ||||
* | | | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -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 Dower | 2015-05-22 | 1 | -75/+103 |
| | | | | | | | | | | | | | | | | | | for generating sys.path. Also cleans up and secures getpathp.c | ||||
* | | | Closes #21931: Merge with 3.4 | Zachary Ware | 2015-05-18 | 1 | -3/+12 |
|\ \ \ | |/ / | |||||
| * | | Issue #21931: Fix error handling in msilib.FCICreate(). | Zachary Ware | 2015-05-18 | 1 | -3/+12 |
| | | | | | | | | | | | | Patch by Jeffrey Armstrong. | ||||
* | | | Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions ↵ | Steve Dower | 2015-05-14 | 2 | -41/+1 |
| | | | | | | | | | | | | are always available. | ||||
* | | | Issue #20172: Update clinicizations to current clinic. | Zachary Ware | 2015-05-13 | 6 | -142/+113 |
| | | | |||||
* | | | Issue #20172: Convert the msvcrt module to Argument Clinic. | Zachary Ware | 2015-05-13 | 2 | -279/+932 |
| | | | |||||
* | | | Issue #20172: Convert the winreg module to Argument Clinic. | Zachary Ware | 2015-05-13 | 2 | -669/+1800 |
| | | | |||||
* | | | Issue #20172: Convert the winsound module to Argument Clinic. | Zachary Ware | 2015-05-13 | 2 | -56/+176 |
| | | | |||||
* | | | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -22/+22 |
|\ \ \ | |/ / | |||||
* | | | Issue #23524: Replace _PyVerify_fd function with calls to ↵ | Steve Dower | 2015-04-12 | 2 | -2/+4 |
| | | | | | | | | | | | | _set_thread_local_invalid_parameter_handler. | ||||
* | | | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 1 | -10/+10 |
| | | | |||||
* | | | Removed unintentional trailing spaces in non-external and non-generated C files. | Serhiy Storchaka | 2015-03-18 | 1 | -3/+3 |
| | | | |||||
* | | | Removes unused format string insertion in launcher.c. | Steve Dower | 2015-03-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Removes unused format string insertion in launcher.c. | Steve Dower | 2015-03-11 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #23524: Replace _PyVerify_fd function with calling ↵ | Steve Dower | 2015-03-06 | 1 | -0/+22 |
| | | | | | | | | | | | | _set_thread_local_invalid_parameter_handler on every thread. | ||||
* | | | Issue #23451: Update pyconfig.h for Windows to require Vista headers and ↵ | Steve Dower | 2015-03-02 | 1 | -3/+3 |
| | | | | | | | | | | | | remove unnecessary version checks. | ||||
* | | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵ | Steve Dower | 2015-02-26 | 1 | -4/+38 |
| | | | | | | | | | | | | environments (patch by Paul Moore) | ||||
* | | | Back-out wcstok deprecation suppression and updates calls to use wcstok_s. | Steve Dower | 2015-02-26 | 1 | -3/+4 |
| | | |