summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-1/+1
|\
| * Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-1/+1
* | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-048-877/+934
|\ \ | |/ |/|
| * Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-258-877/+934
| |\
| | * Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-24/+12
| | * Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-174-55/+123
| | * Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-173-10/+10
| | * 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-273-773/+774
| | |\ \
| | | * \ Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-273-709/+710
| | | |\ \
| | | | * \ Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
| | | | |\ \
| | | | * \ \ Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-171-7/+6
| | | | |\ \ \
| | | | * | | | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-131-0/+1
| | | | * | | | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-131-1/+1
| | | | |\ \ \ \
| | | | * \ \ \ \ Issue #28522: Fixes mishandled buffer reallocation in getpathp.cSteve Dower2016-10-272-712/+712
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Issue #28217: Adds _testconsole module to test console input.Steve Dower2016-10-032-0/+213
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ Merge with 3.6Steve Dower2016-09-172-712/+712
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Issue #28139: Merge indentation fixes from 3.6Martin Panter2016-09-171-9/+9
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Bump to 3.7.0a0Ned Deily2016-09-122-712/+712
* | | | | | | | | | | | | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-0445-1118/+1578
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-2545-1126/+1581
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | 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-2745-1111/+1566
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-2745-1052/+1502
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | |
| | | | * | | | | | | | | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | |
| | | | * | | | | | | | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-171-7/+6
| | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | | * | | | | | | | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-1345-1048/+1499
| | | | |\ \ \ \ \ \ \ \ | | | | | | |_|/ / / / / | | | | | |/| | | | | |
| | | | | * | | | | | | Issue #28522: Fixes mishandled buffer reallocation in getpathp.cSteve Dower2016-10-271-4/+15
| | | | | | |_|_|_|_|/ | | | | | |/| | | | |
| | | | | * | | | | | Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-032-0/+213
| | | | | | |_|/ / / | | | | | |/| | | |
| | | | | * | | | | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-35/+78
| | | | | | |_|_|/ | | | | | |/| | |
| | | | | * | | | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-9/+9
| | | | | |\ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | | * | | | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-1/+1
| | | | | * | | | One more spelling fixMartin Panter2016-09-101-1/+1
| | | | | * | | | Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-092-26/+26
| | | | | * | | | Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-0943-1038/+1222
| | | | | |\ \ \ \
| | | | | | * | | | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-091-2/+2
| | | | | | * | | | Fix call to PathCombineW.Steve Dower2016-09-091-1/+1
| | | | | | * | | | Issue #27874: Allows use of pythonXX.zip file as landmark on WindowsSteve Dower2016-09-091-15/+20
| | | | | | * | | | Merge with 3.5Steve Dower2016-09-0943-1021/+1200
| | | | | | |\ \ \ \
| | | | | | | * | | | Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-66/+115
| | | | | | | * | | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-1/+1
| | | | | | | * | | | Issue #23524: Finish removing _PyVerify_fd from sourcesSteve Dower2016-09-081-8/+3
| | | | | | | * | | | clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-082-8/+8
| | | | | | | * | | | hardcode sizeof(_Bool) on windowsBenjamin Peterson2016-09-071-0/+3
| | | | | | | * | | | Issue #16113: Add SHA-3 and SHAKE support to hashlib module.Christian Heimes2016-09-071-0/+2
| | | | | | | * | | | Issue #27731: Opt-out of MAX_PATH on Windows 10Steve Dower2016-09-061-1/+6
| | | | | | | * | | | Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you ...Christian Heimes2016-09-071-0/+2
| | | | | | | * | | | Closes #27982: Allow keyword arguments to winsound functionsZachary Ware2016-09-062-27/+30
| | | | | | | * | | | replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-7/+7
| | | | | | | * | | | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-1/+1