summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+4
* Re-added getbuildinfo.c solution itemChristian Heimes2008-05-061-0/+1
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-052-1/+4
* Added new files to Windows project filesChristian Heimes2008-04-181-4/+12
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-141-4/+4
* Added new files to the pcbuild filesChristian Heimes2008-04-131-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-4/+0
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-072-5/+98
* Don't run kill_python as part of the build process. Change the buildbots so ...Trent Nelson2008-04-062-24/+16
* Make kill_python a little more forgiving if it can't obtain a snapshot of mod...Trent Nelson2008-04-031-5/+9
* Add the correct OutputFile values for debug builds. Fixes r62129's commit.Trent Nelson2008-04-031-0/+2
* Reimplement kill_python. The existing version had a number of flaws, namely,...Trent Nelson2008-04-036-17/+513
* Update information pertaining to building external components, as well as not...Trent Nelson2008-04-021-134/+95
* Hopefully added _fileio module to the Windows build systemChristian Heimes2008-03-271-0/+4
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+16
* Remove extraneous apostrophe and semi-colon from AdditionalIncludeDirectories.Trent Nelson2008-03-191-8/+8
* Refine the Visual Studio 2008 build solution in order to improve how we deal ...Trent Nelson2008-03-197-61/+2091
* Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 210000...Trent Nelson2008-03-181-1/+1
* Patch #2284: add -x64 option to rt.bat.Martin v. Löwis2008-03-141-4/+10
* Rely on x64 platform configuration when building _bsddb on AMD64.Martin v. Löwis2008-03-062-9/+11
* Make _hashlib depend on pythoncore.Martin v. Löwis2008-02-291-0/+4
* Port build_ssl.py to 2.4; support HOST_PYTHON variableMartin v. Löwis2008-02-293-5/+18
* Make _hashlib a separate project.Martin v. Löwis2008-02-293-12/+571
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Added future_builtins, which contains PEP 3127 compatible versions of hex() a...Eric Smith2008-02-231-0/+4
* Compilation was broken on Windows since the introduction of Advanced String F...Amaury Forgeot d'Arc2008-02-171-0/+8
* Issue #1706: Require Windows 2000+Christian Heimes2008-02-094-6/+12
* Fixed paths to Windows build directories in build_ext.pyChristian Heimes2008-02-033-14/+14
* Revert revision 59913, because it was wrong:Thomas Heller2008-01-111-4/+4
* The sqlite3 dll, when compiled in debug mode, must be linked with /MDdThomas Heller2008-01-111-4/+4
* Add an important missing blank.Thomas Heller2008-01-111-1/+1
* Reflow a paragraph, and fix a typo.Thomas Heller2008-01-101-4/+6
* Set the output file in the _ctypes Debug|x64 configuration.Thomas Heller2008-01-091-1/+2
* 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