summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-2/+3
|\
| * Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-2/+3
* | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-101-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-091-3/+17
|\ \ | |/
| * Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower2016-09-091-3/+17
* | 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-091-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-071-1/+6
* | Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you ...Christian Heimes2016-09-061-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
* | require standard int types to be defined (#17884)Benjamin Peterson2016-09-061-33/+4
* | replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-3/+2
* | Issue #25387: Check return value of winsound.MessageBeepZachary Ware2016-09-051-1/+11
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-47/+0
* | 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
|\ \ | |/
| * Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-165-0/+675
* | 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
|\ \ | |/
| * 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 #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-111-1/+1
* | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-102-609/+0
|\ \ | |/
| * - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-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-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 chan...Steve Dower2016-05-161-15/+15
|\ \ | |/
| * Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-161-15/+15
* | 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