Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -35/+78 |
| | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | Issue #28139: Merge indentation fixes from 3.5 into 3.6 | Martin Panter | 2016-09-17 | 1 | -9/+9 |
|\ | |||||
| * | 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 #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann. | ||||
* | | One more spelling fix | Martin Panter | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #27810: Rerun Argument Clinic on all modules | Victor Stinner | 2016-09-10 | 2 | -26/+26 |
| | | |||||
* | | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -2/+3 |
| | | |||||
* | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-10 | 1 | -2/+2 |
| | | |||||
* | | Fix call to PathCombineW. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Issue #27874: Allows use of pythonXX.zip file as landmark on Windows | Steve Dower | 2016-09-09 | 1 | -15/+20 |
| | | |||||
* | | Merge with 3.5 | Steve Dower | 2016-09-09 | 1 | -3/+17 |
|\ \ | |/ | |||||
| * | Issue #24594: Validates persist parameter when opening MSI database | Steve Dower | 2016-09-09 | 1 | -3/+17 |
| | | |||||
* | | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -66/+115 |
| | | |||||
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -8/+3 |
| | | |||||
* | | clinic: PY_LONG_LONG -> long long | Benjamin Peterson | 2016-09-08 | 2 | -8/+8 |
| | | |||||
* | | hardcode sizeof(_Bool) on windows | Benjamin Peterson | 2016-09-07 | 1 | -0/+3 |
| | | |||||
* | | Issue #16113: Add SHA-3 and SHAKE support to hashlib module. | Christian Heimes | 2016-09-07 | 1 | -0/+2 |
| | | |||||
* | | Issue #27731: Opt-out of MAX_PATH on Windows 10 | Steve Dower | 2016-09-07 | 1 | -1/+6 |
| | | |||||
* | | Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+2 |
| | | | | | | | | again. | ||||
* | | Closes #27982: Allow keyword arguments to winsound functions | Zachary Ware | 2016-09-06 | 2 | -27/+30 |
| | | |||||
* | | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -7/+7 |
| | | |||||
* | | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. | Serhiy Storchaka | 2016-09-06 | 1 | -1/+1 |
| | | |||||
* | | require standard int types to be defined (#17884) | Benjamin Peterson | 2016-09-06 | 1 | -33/+4 |
| | | |||||
* | | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -3/+2 |
| | | |||||
* | | Issue #25387: Check return value of winsound.MessageBeep | Zachary Ware | 2016-09-05 | 1 | -1/+11 |
| | | |||||
* | | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 1 | -47/+0 |
| | | | | | | | | and Windows CE is no longer a relevant platform for Python. | ||||
* | | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. | Zachary Ware | 2016-09-05 | 2 | -15/+42 |
| | | | | | | | | Based on a patch by Tim Lesher. | ||||
* | | Issue #27756: Adds new icons for Python files and processes on Windows. ↵ | Steve Dower | 2016-09-05 | 28 | -4/+64 |
| | | | | | | | | Designs by Cherry Wang. | ||||
* | | Issue #27574: Decreased an overhead of parsing keyword arguments in functions | Serhiy Storchaka | 2016-08-14 | 1 | -11/+16 |
| | | | | | | | | implemented with using Argument Clinic. | ||||
* | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-23 | 5 | -0/+675 |
|\ \ | |/ | | | | | works correctly. | ||||
| * | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 5 | -0/+675 |
| | | | | | | | | works correctly. | ||||
* | | Merge from 3.5 | Steve Dower | 2016-07-18 | 3 | -51/+0 |
|\ \ | |/ | |||||
| * | 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 #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 #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 #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 #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 1 | -1/+1 |
| | | |||||
* | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove | doko@ubuntu.com | 2016-06-10 | 2 | -609/+0 |
|\ \ | |/ | | | | | unused and outdated icons. | ||||
| * | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove | doko@ubuntu.com | 2016-06-10 | 2 | -609/+0 |
| | | | | | | | | unused and outdated icons. | ||||
* | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. | Serhiy Storchaka | 2016-06-09 | 3 | -53/+103 |
| | | |||||
* | | Regenerate Argument Clinic code for issue #23026. | Serhiy Storchaka | 2016-06-09 | 2 | -3/+5 |
| | | |||||
* | | Closes #23026: Documentation improvements and code formatting | Steve Dower | 2016-05-25 | 1 | -4/+4 |
| | | |||||
* | | Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD ↵ | Steve Dower | 2016-05-24 | 1 | -2/+30 |
| | | | | | | | | type. (Patch by hakril) | ||||
* | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | Patch by Demur Rumed. | ||||
* | | Issue #27064: The py.exe launcher now defaults to Python 3. | Paul Moore | 2016-05-22 | 1 | -7/+14 |
| | | | | | | | | | | The Windows launcher ``py.exe`` no longer prefers an installed Python 2 version over Python 3 by default when used interactively. |