Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from 3.6 | Steve Dower | 2016-10-29 | 1 | -0/+3 |
|\ | |||||
| * | Makes test_underpth* tests more robust by copying the executable. | Steve Dower | 2016-10-29 | 1 | -0/+3 |
| | | |||||
* | | merge 3.6 | Benjamin Peterson | 2016-10-21 | 2 | -4/+0 |
|\ \ | |/ | |||||
| * | mark dtrace stubs as static inline; remove stubs | Benjamin Peterson | 2016-10-21 | 2 | -4/+0 |
| | | | | | | | | | | C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092) We don't want these to have external visibility anyway. | ||||
* | | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows (merge ↵ | INADA Naoki | 2016-10-21 | 5 | -2/+96 |
|\ \ | |/ | | | | | 3.6) | ||||
| * | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows | INADA Naoki | 2016-10-21 | 5 | -2/+96 |
| | | |||||
* | | Issue #28428: Rename _futures module to _asyncio. (merge from 3.6) | INADA Naoki | 2016-10-15 | 2 | -4/+4 |
|\ \ | |/ | | | | | It will have more speedup functions or classes other than asyncio.Future. | ||||
| * | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 2 | -4/+4 |
| | | | | | | | | It will have more speedup functions or classes other than asyncio.Future. | ||||
* | | Issue #28208: Merge with 3.6 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #28208: Update Windows build to use SQLite 3.14.2.0 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
| | | |||||
* | | Issue #28248: Merge with 3.6 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #28248: Merge with 3.5 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
| |\ | |||||
| | * | Issue #28248: Merge with 3.4 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
| | |\ | |||||
| | | * | Issue #28248: Update Windows build to use OpenSSL 1.0.2j | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
| | | | | |||||
| | | * | Closes #25456: Copy Tcl/Tk DLLs to build directory on Windows | Zachary Ware | 2015-10-24 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory. | ||||
| | | * | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 1 | -5/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 1 | -5/+7 |
| | | | | |||||
* | | | | Issue #26801: Added C implementation of asyncio.Future. | INADA Naoki | 2016-10-09 | 2 | -0/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | Original patch by Yury Selivanov. | ||||
| * | | | Issue #26801: Added C implementation of asyncio.Future. | INADA Naoki | 2016-10-09 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Original patch by Yury Selivanov. | ||||
* | | | | Issue #28217: Adds _testconsole module to test console input. | Steve Dower | 2016-10-03 | 4 | -1/+124 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 4 | -1/+124 |
| | | | | | | | | | | | | | | | | issues found by the tests. | ||||
* | | | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
| | | | | |||||
| | * | | Add file missed from backport | Steve Dower | 2016-09-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | regrtest: add -u for unbuffered stdout/stderr | Victor Stinner | 2016-09-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #27932: Prevent memory leak in win32_ver(). | Steve Dower | 2016-09-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27932: Prevent memory leak in win32_ver(). | Steve Dower | 2016-09-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump to 3.7.0a0 | Ned Deily | 2016-09-12 | 2 | -3/+3 |
|/ / / | |||||
* | | | Make PGO use usual build directory on Windows. | Steve Dower | 2016-09-12 | 2 | -2/+0 |
| | | | |||||
* | | | Issue #28065: Update xz to 5.2.2 on Windows, and build it from source | Zachary Ware | 2016-09-12 | 4 | -7/+225 |
| | | | |||||
* | | | compile dtrace stubs | Benjamin Peterson | 2016-09-10 | 2 | -2/+6 |
| | | | |||||
* | | | Issue #24186: Reenable optimised OpenSSL function | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | | |||||
* | | | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 2 | -0/+4 |
| | | | | | | | | | | | | Closes #17602: Adds a readline implementation for the Windows console | ||||
* | | | Issue #16113: compile the module on Windows, too. | Christian Heimes | 2016-09-07 | 2 | -0/+4 |
| | | | |||||
* | | | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 2 | -0/+12 |
| | | | |||||
* | | | Closes #20366: Build full text search support into SQLite on Windows | Zachary Ware | 2016-09-05 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #27756: Adds new icons for Python files and processes on Windows. ↵ | Steve Dower | 2016-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Designs by Cherry Wang. | ||||
* | | | Fix get_externals.bat | Zachary Ware | 2016-09-05 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27883: Update sqlite to 3.14.1 on Windows | Zachary Ware | 2016-09-05 | 2 | -2/+2 |
| | | | |||||
* | | | Closes #27407: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible | Zachary Ware | 2016-09-05 | 1 | -1/+6 |
| | | | |||||
* | | | Issue #27647: Update Windows build to Tcl/Tk 8.6.6 | Zachary Ware | 2016-07-28 | 3 | -6/+6 |
| | | | |||||
* | | | Merge from 3.5 | Steve Dower | 2016-07-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixes default intermediate directory when building on Windows. | Steve Dower | 2016-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-23 | 5 | -3/+157 |
|\ \ \ | |/ / | | | | | | | works correctly. | ||||
| * | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 5 | -3/+157 |
| | | | | | | | | | | | | works correctly. | ||||
* | | | Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj | Steve Dower | 2016-07-18 | 1 | -2/+0 |
|\ \ \ | |/ / |