- 17 May, 2019 1 kayıt (commit)
-
-
Paul Monson yazdı
-
- 25 Nis, 2019 1 kayıt (commit)
-
-
Paul Monson yazdı
-
- 18 Nis, 2019 2 kayıt (commit)
-
-
Victor Stinner yazdı
Add a new _testinternalcapi module to test the internal C API. Move _Py_GetConfigsAsDict() function to the internal C API: _testembed now uses _testinternalcapi to access the function.
-
Paul Monson yazdı
-
- 14 Şub, 2019 1 kayıt (commit)
-
-
Paul Monson yazdı
This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
-
- 11 Ara, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
Also adds the PC/layout script for generating layouts on Windows.
-
- 07 Ara, 2018 2 kayıt (commit)
-
-
Victor Stinner yazdı
This reverts commit 468a15aa.
-
Steve Dower yazdı
-
- 27 Eki, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 18 Ock, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 15 Ock, 2018 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().
-
- 17 Tem, 2017 1 kayıt (commit)
-
-
Steve Dower yazdı
Updates ssl and tkinter projects to use pre-built externals
-
- 16 Haz, 2017 1 kayıt (commit)
-
-
Segev Finer yazdı
-
- 10 Haz, 2017 1 kayıt (commit)
-
-
Zachary Ware yazdı
Updates checked-in line endings on several files.
-
- 17 May, 2017 1 kayıt (commit)
-
-
Steve Dower yazdı
* 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.
-
- 20 Nis, 2017 1 kayıt (commit)
-
-
Segev Finer yazdı
liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat.
-
- 21 Eki, 2016 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 03 Eki, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 16 Tem, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 24 May, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 20 May, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 16 Ara, 2014 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 22 Kas, 2014 1 kayıt (commit)
-
-
Steve Dower yazdı
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
-
- 22 Mar, 2014 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
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
-
- 19 Mar, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
- Remove configuration settings from removed _sha3.vcxproj - Don't try to build configurations of _testembed that don't exist (namely, PGInstrument and PGUpdate)
-
- 03 Ock, 2014 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Christian Heimes, with modifications.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Zachary Ware
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Ara, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
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.
-
- 14 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Václav Šmilauer.
-
- 07 Eki, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 06 Eki, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
Issue #16133: add Windows project file for _sha3 module. I choose to build _sha3 as a sparat module as it's rather large (190k for AMD64).
-
- 24 Agu, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Tem, 2012 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
to prevent constant regeneration of importlib.h.
-
Martin v. Löwis yazdı
Patch by Kristján Valur Jónsson.
-
- 26 Haz, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-