Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -0/+72 |
| | | | Also adds the PC/layout script for generating layouts on Windows. | ||||
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 1 | -72/+0 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -0/+72 |
| | |||||
* | bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) | Steve Dower | 2018-10-27 | 1 | -18/+0 |
| | |||||
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ↵ | Steve Dower | 2018-01-18 | 1 | -1/+19 |
| | | | | installer (#5227) | ||||
* | bpo-14976: Reentrant simple queue (#3346) | Antoine Pitrou | 2018-01-15 | 1 | -0/+18 |
| | | | | Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put(). | ||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -91/+4 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-30631: Silence MSVC warnings in third-party code (GH-1963) | Segev Finer | 2017-06-16 | 1 | -0/+3 |
| | |||||
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -769/+769 |
| | | | Updates checked-in line endings on several files. | ||||
* | Adds lib.pyproj file to solution (#1633) | Steve Dower | 2017-05-17 | 1 | -2/+2 |
| | | | | | | | | * Adds lib.pyproj file to solution so that VS with Python support can open all the files in the standard library. * Remove unexpected solution configuration. * Remove lib.pyproj from solution to avoid memory issues on VS 2015. | ||||
* | bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222) | Segev Finer | 2017-04-20 | 1 | -0/+34 |
| | | | liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat. | ||||
* | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows | INADA Naoki | 2016-10-21 | 1 | -0/+2 |
| | |||||
* | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 1 | -0/+18 |
| | | | | issues found by the tests. | ||||
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 1 | -1/+25 |
| | | | | works correctly. | ||||
* | Issue #24268: Adds PCBuild project to build _testmultiphase module. | Steve Dower | 2015-05-24 | 1 | -0/+16 |
| | |||||
* | Updates PCBuild.sln to open with VS 2015 by default. | Steve Dower | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Make bdist_wininst build only on demand | Steve Dower | 2014-12-16 | 1 | -3/+1 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -163/+134 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Issue #21017: Enable Tix debug build on Windows | Zachary Ware | 2014-03-22 | 1 | -0/+2 |
| | |||||
* | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build | Zachary Ware | 2014-03-22 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64 | ||||
* | Clean up PCbuild/pcbuild.sln a bit: | Zachary Ware | 2014-03-19 | 1 | -32/+14 |
| | | | | | | - Remove configuration settings from removed _sha3.vcxproj - Don't try to build configurations of _testembed that don't exist (namely, PGInstrument and PGUpdate) | ||||
* | Revert accidental deletion of _overlapped. | Martin v. Löwis | 2014-01-03 | 1 | -0/+2 |
| | |||||
* | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 1 | -4/+0 |
| | | | | Patch by Christian Heimes, with modifications. | ||||
* | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 1 | -0/+18 |
| | | | | Patch by Zachary Ware | ||||
* | Update more configurations in pcbuild.sln. | Richard Oudkerk | 2013-10-18 | 1 | -0/+6 |
| | |||||
* | Update pcbuild.sln to build _overlapped. | Richard Oudkerk | 2013-10-18 | 1 | -16/+10 |
| | |||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+2 |
| | |||||
* | Fix #14470. Remove w9xpopen per PEP 11. | Brian Curtin | 2012-12-23 | 1 | -2/+0 |
| | | | | | | | | | As stated in PEP 11, 3.4 removes code on Windows platforms where COMSPEC points to command.com. The w9xpopen project in Visual Studio was added to support that case, and there was a special case in subprocess to cover that situation. This change removes the w9xpopen project from the Visual Studio solution and removes any references to the w9xpopen executable. | ||||
* | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 1 | -0/+18 |
| | | | | Patch by Václav Šmilauer. | ||||
* | correct build configuration of sha3 project for debug builds | Christian Heimes | 2012-10-07 | 1 | -3/+4 |
| | |||||
* | Issue #16133: add Windows project file for _sha3 module. I choose to build ↵ | Christian Heimes | 2012-10-06 | 1 | -0/+17 |
| | | | | _sha3 as a sparat module as it's rather large (190k for AMD64). | ||||
* | Add missing PGI/PGO configurations for pywlauncher. | Martin v. Löwis | 2012-08-24 | 1 | -0/+1 |
| | |||||
* | Issue #15431: Drop _freeze_importlib from all build configurations, | Martin v. Löwis | 2012-07-28 | 1 | -6/+0 |
| | | | | to prevent constant regeneration of importlib.h. | ||||
* | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵ | Martin v. Löwis | 2012-07-28 | 1 | -0/+16 |
| | | | | | | Windows. Patch by Kristján Valur Jónsson. | ||||
* | Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe | Martin v. Löwis | 2012-06-26 | 1 | -24/+15 |
| | |||||
* | Remove associator project - it's not needed | Brian Curtin | 2012-06-21 | 1 | -2/+0 |
| | |||||
* | Build and bundle the 32-bit launcher in all configurations. | Martin v. Löwis | 2012-06-21 | 1 | -8/+8 |
| | |||||
* | Add associator | Brian Curtin | 2012-06-21 | 1 | -0/+14 |
| | |||||
* | Add the pyw launcher | Brian Curtin | 2012-06-20 | 1 | -0/+16 |
| | |||||
* | Get 64-bit building | Brian Curtin | 2012-06-20 | 1 | -2/+4 |
| | |||||
* | Initial changes to get the py launcher building | Brian Curtin | 2012-06-20 | 1 | -0/+14 |
| | |||||
* | Issue 14821: | Kristján Valur Jónsson | 2012-05-20 | 1 | -12/+0 |
| | | | | | | | If a dependency is expressed both in the .sln file and the .vcxproj file msbuild is confused. Removing the .sln dependencies which are deprecated anyway. See: http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx | ||||
* | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 1 | -2/+2 |
| | | | | | use "references" to link to dependent projects. Update readme and batch files. | ||||
* | Don't build xxlimited in debug mode. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | |||||
* | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 1 | -6/+6 |
| | | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010 | ||||
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -128/+56 |
| | |||||
* | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 1 | -0/+21 |
| | | | | | up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | ||||
* | Enable PGI/PGO builds for x64 python3.dll | Martin v. Löwis | 2012-03-04 | 1 | -6/+6 |
| | |||||
* | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory. | ||||
* | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 1 | -0/+21 |
| |