Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.5] bpo-13617: Reject embedded null characters in wchar* strings. ↵ | Serhiy Storchaka | 2017-06-28 | 1 | -1/+5 |
| | | | | | | | | | | (GH-2302) (#2463) Based on patch by Victor Stinner. Add private C API function _PyUnicode_AsUnicode() which is similar to PyUnicode_AsUnicode(), but checks for null characters.. (cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84) | ||||
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵ | Steve Dower | 2017-06-19 | 2 | -7/+8 |
| | | | | | | vcvarsall.bat (#2252) (#2281) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name. | ||||
* | [3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084) | Zachary Ware | 2017-06-10 | 1 | -22/+22 |
| | | | Also updates checked-in line endings on some files. | ||||
* | bpo-29770: remove outdated PYO related info (GH-590) (GH-613) | Xiang Zhang | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -12/+46 |
| | |||||
* | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
| | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
* | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 |
| | |||||
* | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+59 |
| | |||||
* | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 |
| | |||||
* | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 |
| | |||||
* | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 1 | -1/+1 |
| | | | | wininst-14.0[-amd64].exe | ||||
* | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -9/+9 |
| | | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation. | ||||
* | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -2/+3 |
| | |||||
* | Issue #24594: Validates persist parameter when opening MSI database | Steve Dower | 2016-09-09 | 1 | -3/+17 |
| | |||||
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 5 | -0/+675 |
| | | | | works correctly. | ||||
* | Removes unused files from PC folder. | Steve Dower | 2016-07-18 | 3 | -51/+0 |
| | |||||
* | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-18 | 1 | -0/+6 |
| | |||||
* | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 6 | -179/+177 |
| | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
* | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -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: Remove | doko@ubuntu.com | 2016-06-10 | 2 | -609/+0 |
| | | | | unused and outdated icons. | ||||
* | 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 |
| | | |