summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* Final adjustments for #1601Christian Heimes2008-01-051-1/+3
* Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcprojChristian Heimes2008-01-031-8/+0
* Made vs9to8 Unix compatibleChristian Heimes2008-01-021-3/+4
* Removed PCbuild8/ directory and added a new build directory for VS 2005Christian Heimes2008-01-022-0/+60
* Don't link with Tix; Tix is loaded dynamically by Tcl.Martin v. Löwis2008-01-011-2/+2
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-3145-0/+14338
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-3137-10664/+0
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+4
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-111-3/+3
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-101-0/+3
* Rename import library for debug build to _msi_d.lib.Martin v. Löwis2007-09-141-1/+1
* Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj.Thomas Heller2007-06-121-1/+1
* Specify the bufferoverflowU.lib to the makefile on the command lineThomas Heller2007-06-122-3/+4
* Revert this change, since it breaks the win32 build:Thomas Heller2007-06-121-2/+2
* Add bufferoverflowU.lib to the libraries needed by _ssl (is this theThomas Heller2007-06-122-2/+4
* Revert commit 55855.Thomas Heller2007-06-101-0/+6
* For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinterThomas Heller2007-06-101-6/+0
* Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration.Thomas Heller2007-06-061-0/+2
* Try to remove rgbimg from Windows builds.Brett Cannon2007-05-201-3/+0
* Prepare collections module for pure python code entries.Raymond Hettinger2007-02-281-1/+1
* Merge 53501 and 53502 from 25 branch:Martin v. Löwis2007-01-2017-19/+21
* update to (c) years to include 2007Anthony Baxter2007-01-061-2/+2
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-151-9/+3
* Build _ctypes.pyd for win AMD64 into the MSVC project file.Thomas Heller2006-08-252-1/+54
* Try to get the windows bots working again with the new peephole.cNeal Norwitz2006-08-211-0/+3
* Try to get Windows bots working again. Take 2Neal Norwitz2006-08-182-14/+14
* Merge 51340 and 51341 from 2.5 branch:Martin v. Löwis2006-08-171-4/+7
* Make cl build step compile-only (/c). Remove libs from source list.Martin v. Löwis2006-08-161-5/+5
* Build _hashlib on Windows. Build OpenSSL with masm assembler code.Martin v. Löwis2006-08-163-49/+56
* Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.Thomas Heller2006-08-041-2/+2
* Enable the building of the _types module on Windows.Barry Warsaw2006-07-271-6/+9
* Fix Debug build of _ssl.Martin v. Löwis2006-07-143-10/+15
* Add debug output to analyse buildbot failure.Martin v. Löwis2006-07-141-0/+1
* Extend build_ssl to Win64, using VSExtComp.Martin v. Löwis2006-07-144-45/+76
* Patch #1509163: MS Toolkit Compiler no longer availableMartin v. Löwis2006-06-291-1/+10
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-4/+1
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
* Get the Windows build working again (recover fromTim Peters2006-05-231-3/+3
* Patch 1490384: New Icons for the PC build.Martin v. Löwis2006-05-221-0/+0
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-2610-11/+11
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-6/+0
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-2118-37/+37
* Fix typo.Thomas Heller2006-04-151-1/+1
* Patch #1470875: Building Python with MS Free Compiler.Martin v. Löwis2006-04-153-0/+168
* Allocate the 0x1D1A0000 base adress for the _ctypes extension module.Thomas Heller2006-04-131-2/+8
* Define WIN32, to get proper struct alignment in WinSock2.h.Martin v. Löwis2006-04-081-2/+2
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-4/+4
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-2/+2
* update to correct version of pysqliteAnthony Baxter2006-04-041-4/+4
* Fix Debug, Itanium, AMD64 configurationsMartin v. Löwis2006-04-041-3/+6