summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.Zachary Ware2016-09-052-15/+42
| | | | | | * | | | Issue #27756: Adds new icons for Python files and processes on Windows. Desig...Steve Dower2016-09-0528-4/+64
| | | | | | * | | | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-11/+16
| | | | | | * | | | Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-235-0/+675
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ Merge from 3.5Steve 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
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-1/+1
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-121-1/+1
| | | | | | * | | | | | | | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko2016-06-102-609/+0
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | 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 type....Steve Dower2016-05-241-2/+30
| | | | | | * | | | | | | | | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-1/+1
| | | | | | * | | | | | | | | | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-7/+14
| | | | | | * | | | | | | | | | Merge with 3.5Steve Dower2016-05-168-733/+741
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-168-733/+741
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ Merge typo fixes from 3.5Martin Panter2016-05-088-733/+741
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-178-733/+741
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ol...Steve Dower2016-04-128-733/+741
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Adds version info to all signed binaries on WindowsSteve Dower2016-04-068-733/+741
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | Cleanup regrtest "main()" functionVictor Stinner2016-03-241-2/+2
| | | | | | | | | | | | * | | | | | | | | | _msi.c: try to fix compiler warningsVictor Stinner2016-03-231-6/+6
| | | | | | | | | | | | * | | | | | | | | | getpathp.c: fix compiler warningVictor Stinner2016-03-231-2/+2
| | | | | | | | | | | | * | | | | | | | | | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-165-723/+731
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ 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.5Benjamin Peterson2016-01-015-723/+731
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Closes #25360: Merged fix from 3.5.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-185-721/+728
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers.Serhiy Storchaka2015-12-181-2/+3
| | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Fixes #25844: Merged fix from 3.5.Vinay Sajip2015-12-134-719/+725
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-302-7/+12
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | merge 3.5 (#25502)Benjamin Peterson2015-10-283-712/+713
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge from 3.5Steve Dower2015-09-221-28/+27
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.5Steve Dower2015-09-221-0/+7
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | ssue #25207: fix ICC compiler warning in msvcrtmodule.cVictor Stinner2015-09-211-1/+2
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Closes #25022: Merge with 3.5Zachary Ware2015-09-106-449/+0
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Closes #24953: Merge with 3.5Zachary Ware2015-08-291-0/+8
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-113-713/+713
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Issue #16991: Use the correct version for master.Eric Snow2015-05-301-8/+8
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Merge from 3.5.Eric Snow2015-05-301-0/+8
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+59
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /