summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-11/+16
| | | | implemented with using Argument Clinic.
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-235-0/+675
|\ | | | | | | works correctly.
| * Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-165-0/+675
| | | | | | | | works correctly.
* | Merge from 3.5Steve Dower2016-07-183-51/+0
|\ \ | |/
| * Removes unused files from PC folder.Steve Dower2016-07-183-51/+0
| |
* | Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-0/+6
|\ \ | |/
| * Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-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 #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 #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 #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-111-1/+1
| |
* | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-102-609/+0
|\ \ | |/ | | | | unused and outdated icons.
| * - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-102-609/+0
| | | | | | | | unused and outdated icons.
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-093-53/+103
| |
* | Regenerate Argument Clinic code for issue #23026.Serhiy Storchaka2016-06-092-3/+5
| |
* | Closes #23026: Documentation improvements and code formattingSteve Dower2016-05-251-4/+4
| |
* | Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD ↵Steve Dower2016-05-241-2/+30
| | | | | | | | type. (Patch by hakril)
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-1/+1
| | | | | | | | Patch by Demur Rumed.
* | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-7/+14
| | | | | | | | | | The Windows launcher ``py.exe`` no longer prefers an installed Python 2 version over Python 3 by default when used interactively.
* | Merge with 3.5Steve Dower2016-05-161-1/+1
|\ \ | |/
| * 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.
| * 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.
* | Merge typo fixes from 3.5Martin Panter2016-05-081-1/+1
|\ \ | |/
| * Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
| |
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-172-7/+7
|\ \ | |/ | | | | messages.
| * 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-132-2/+89
|\ \ | |/ | | | | old versions.
| * Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵Steve Dower2016-04-132-2/+89
| | | | | | | | old versions.
* | 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
| | | | | | | | | | | | | | * Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main()
* | _msi.c: try to fix compiler warningsVictor Stinner2016-03-231-6/+6
| |
* | getpathp.c: fix compiler warningVictor Stinner2016-03-231-2/+2
| | | | | | | | wcsnlen_s() result type is size_t.
* | 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 ↵Mark Hammond2016-01-111-0/+3
| | | | | | | | earlier Python versions.
* | Issue #26070: py.exe launcher fails to find in-place built binaries from ↵Mark Hammond2016-01-111-0/+3
| | | | | | | | earlier Python versions.
* | 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
| | | |