index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PCbuild
/
pcbuild.sln
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 issu...
Steve Dower
2016-10-03
1
-0/+18
*
Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...
Steve Dower
2016-07-16
1
-1/+25
*
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
*
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
*
Clean up PCbuild/pcbuild.sln a bit:
Zachary Ware
2014-03-19
1
-32/+14
*
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
*
Close #19439: execute embedding tests on Windows
Nick Coghlan
2013-11-03
1
-0/+18
*
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
*
Issue #16421: allow to load multiple modules from the same shared object.
Andrew Svetlov
2012-12-14
1
-0/+18
*
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 _s...
Christian Heimes
2012-10-06
1
-0/+17
*
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
*
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind...
Martin v. Löwis
2012-07-28
1
-0/+16
*
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
*
Clean up the PCBuild project files, removing redundant settings and
Kristján Valur Jónsson
2012-05-19
1
-2/+2
*
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
*
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
*
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
*
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
1
-0/+21
*
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
Antoine Pitrou
2011-04-03
1
-1/+1
*
Automate build for python3.dll.
Martin v. Löwis
2010-12-05
1
-11/+7
*
I hope this will fix Win2008(x64) buildbot error.
Hirokazu Yamamoto
2010-12-04
1
-19/+25
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+33
*
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-24
1
-0/+23
*
Merged revisions 73998 via svnmerge from
Amaury Forgeot d'Arc
2009-07-13
1
-537/+537
*
#3791: Remove bsddb from the Windows msi installer,
Amaury Forgeot d'Arc
2008-09-09
1
-21/+0
*
Remove _bsddb project on py3k (_bsddb44 project remains and builds). As disc...
Mark Hammond
2008-09-04
1
-23/+0
*
Revert a bad change I made in r64209, which probably broke compilation on win64
Amaury Forgeot d'Arc
2008-07-02
1
-9/+17
*
Merged revisions 64202 via svnmerge from
Amaury Forgeot d'Arc
2008-06-12
1
-17/+9
*
Merged revisions 64197 via svnmerge from
Amaury Forgeot d'Arc
2008-06-12
1
-17/+17
[next]