| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | | Merge with 3.5 | Steve Dower | 2016-05-16 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fixes magic numbers for 3.6. | Steve Dower | 2016-05-16 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #26073: Updates magic number comment in _bootstrap_external.py and ↵ | Steve Dower | 2016-05-16 | 1 | -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 Dower | 2016-05-16 | 1 | -15/+15 |
| | | | | | | | | | changes numbers in launcher.py to decimal to match official table. | ||||
| * | | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 2 | -7/+7 |
| |\ \ | |/ | | | | | messages. | ||||
| | * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -7/+7 |
| | | | |||||
| * | | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 2 | -2/+89 |
| |\ \ | |/ | | | | | old versions. | ||||
| | * | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 2 | -2/+89 |
| | | | | | | | | | old versions. | ||||
| * | | Adds version info to all signed binaries on Windows | Steve Dower | 2016-04-06 | 3 | -3/+51 |
| |\ \ | |/ | |||||
| | * | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 3 | -3/+51 |
| | | | |||||
| * | | Cleanup regrtest "main()" function | Victor Stinner | 2016-03-24 | 1 | -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 warnings | Victor Stinner | 2016-03-23 | 1 | -6/+6 |
| | | | |||||
| * | | getpathp.c: fix compiler warning | Victor Stinner | 2016-03-23 | 1 | -2/+2 |
| | | | | | | | | | wcsnlen_s() result type is size_t. | ||||
| * | | Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python | Steve Dower | 2016-01-16 | 2 | -3/+16 |
| |\ \ | |/ | |||||
| | * | Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python | Steve Dower | 2016-01-16 | 2 | -3/+16 |
| | | | |||||
| * | | Issue #26073: Update the list of magic numbers in launcher | Steve Dower | 2016-01-16 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | Issue #26073: Update the list of magic numbers in launcher | Steve Dower | 2016-01-16 | 1 | -1/+4 |
| | | | |||||
| | * | Issue #26070: py.exe launcher fails to find in-place built binaries from ↵ | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
| | | | | | | | | | earlier Python versions. | ||||
| * | | Issue #26070: py.exe launcher fails to find in-place built binaries from ↵ | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
| | | | | | | | | | earlier Python versions. | ||||
| * | | merge 3.5 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Closes #25360: Merged fix from 3.5. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixes #25360: Search for pythonw.exe when in pyw.exe. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Closes #25789: Improved buffering behaviour in launcher. | Vinay Sajip | 2015-12-26 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
| |\ \ \ \ | |/ / / | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
| | * | | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
| * | | | | Fixes #25844: Merged fix from 3.5. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure | Martin Panter | 2015-11-30 | 2 | -7/+12 |
| | | | | | |||||
| * | | | | merge 3.5 (#25502) | Benjamin Peterson | 2015-10-29 | 1 | -2/+0 |
| |\ \ \ \ | |/ / / | |||||
