Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Compilation was broken on Windows since the introduction of Advanced String ↵ | Amaury Forgeot d'Arc | 2008-02-17 | 1 | -0/+8 | |
| | | | | | | | Formatting. Only PCBuild (vs9) was really tested. Changes for older compilers were done manually. | |||||
* | Issue #1706: Require Windows 2000+ | Christian Heimes | 2008-02-09 | 4 | -6/+12 | |
| | | | | | | Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too Added -d option to build.bat (same as -c Debug) and fixed warning about /build option Updated Windows related readme.txt files | |||||
* | Fixed paths to Windows build directories in build_ext.py | Christian Heimes | 2008-02-03 | 3 | -14/+14 | |
| | | | | Use vsbuild instead of devenv in build.bat and _bsddb.vcproj | |||||
* | Revert revision 59913, because it was wrong: | Thomas Heller | 2008-01-11 | 1 | -4/+4 | |
| | | | | | | The sqlite3 dll, when compiled in debug mode, must be linked with /MDd to use the debug runtime library. Further, the dll will be named sqlite3_d.dll. | |||||
* | The sqlite3 dll, when compiled in debug mode, must be linked with /MDd | Thomas Heller | 2008-01-11 | 1 | -4/+4 | |
| | | | | | to use the debug runtime library. Further, the dll will be named sqlite3_d.dll. | |||||
* | Add an important missing blank. | Thomas Heller | 2008-01-11 | 1 | -1/+1 | |
| | ||||||
* | Reflow a paragraph, and fix a typo. | Thomas Heller | 2008-01-10 | 1 | -4/+6 | |
| | ||||||
* | Set the output file in the _ctypes Debug|x64 configuration. | Thomas Heller | 2008-01-09 | 1 | -1/+2 | |
| | ||||||
* | Final adjustments for #1601 | Christian Heimes | 2008-01-05 | 1 | -1/+3 | |
| | ||||||
* | Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj | Christian Heimes | 2008-01-03 | 1 | -8/+0 | |
| | ||||||
* | Made vs9to8 Unix compatible | Christian Heimes | 2008-01-02 | 1 | -3/+4 | |
| | ||||||
* | Removed PCbuild8/ directory and added a new build directory for VS 2005 | Christian Heimes | 2008-01-02 | 2 | -0/+60 | |
| | | | | | | | based on the VS 2008 build directory to PC/VS8.0. The script PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0. Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files. | |||||
* | Don't link with Tix; Tix is loaded dynamically by Tcl. | Martin v. Löwis | 2008-01-01 | 1 | -2/+2 | |
| | ||||||
* | Renamed PCBuild9 directory to PCBuild | Christian Heimes | 2007-12-31 | 45 | -0/+14338 | |
| | ||||||
* | Moved PCbuild directory to PC/VS7.1 | Christian Heimes | 2007-12-31 | 37 | -10664/+0 | |
| | ||||||
* | Applied patch #1635: Float patch for inf and nan on Windows (and other ↵ | Christian Heimes | 2007-12-18 | 1 | -0/+4 | |
| | | | | | | platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms. | |||||
* | The new float repr causes too much trouble and pain. I'm disabling the ↵ | Christian Heimes | 2007-12-11 | 1 | -3/+3 | |
| | | | | | | | feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. Guido: It's pretty bad actually -- repr(1e5) comes out as '1.0'... Ditto for repr(1eN) for most N... Both in 2.6 and in 3.0... | |||||
* | Backport of r59456:59458 from py3k to trunk | Christian Heimes | 2007-12-10 | 1 | -0/+3 | |
| | | | | | | Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. Thanks to noam for the patch! I had to modify doubledigits.c slightly to support X64 and IA64 machines on Windows. I also added the new file to the three project files. | |||||
* | Rename import library for debug build to _msi_d.lib. | Martin v. Löwis | 2007-09-14 | 1 | -1/+1 | |
| | ||||||
* | Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. | Thomas Heller | 2007-06-12 | 1 | -1/+1 | |
| | | | | Build sqlite3.dll and bsddb. | |||||
* | Specify the bufferoverflowU.lib to the makefile on the command line | Thomas Heller | 2007-06-12 | 2 | -3/+4 | |
| | | | | (for ReleaseAMD64 builds). | |||||
* | Revert this change, since it breaks the win32 build: | Thomas Heller | 2007-06-12 | 1 | -2/+2 | |
| | | | | | Add bufferoverflowU.lib to the libraries needed by _ssl (is this the right thing to do?). | |||||
* | Add bufferoverflowU.lib to the libraries needed by _ssl (is this the | Thomas Heller | 2007-06-12 | 2 | -2/+4 | |
| | | | | | | | right thing to do?). Set the /XP64 /RETAIL build enviroment in the makefile when building ReleaseAMD64. | |||||
* | Revert commit 55855. | Thomas Heller | 2007-06-10 | 1 | -0/+6 | |
| | ||||||
* | For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinter | Thomas Heller | 2007-06-10 | 1 | -6/+0 | |
| | | | | modules in the ReleaseAMD64 configuration because they do not compile. | |||||
* | Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration. | Thomas Heller | 2007-06-06 | 1 | -0/+2 | |
| | ||||||
* | Try to remove rgbimg from Windows builds. | Brett Cannon | 2007-05-20 | 1 | -3/+0 | |
| | ||||||
* | Prepare collections module for pure python code entries. | Raymond Hettinger | 2007-02-28 | 1 | -1/+1 | |
| | ||||||
* | Merge 53501 and 53502 from 25 branch: | Martin v. Löwis | 2007-01-20 | 17 | -19/+21 | |
| | | | | Add /GS- for AMD64 and Itanium builds where missing. | |||||
* | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 1 | -2/+2 | |
| | ||||||
* | Patch #1576954: Update VC6 build directory; remove redundant | Martin v. Löwis | 2006-10-15 | 1 | -9/+3 | |
| | | | | files in VC7. Will backport to 2.5. | |||||
* | Build _ctypes.pyd for win AMD64 into the MSVC project file. | Thomas Heller | 2006-08-25 | 2 | -1/+54 | |
| | | | | | | Since MSVC doesn't know about .asm files, a helper batch file is needed to find ml64.exe in predefined locations. The helper script hardcodes the path to the MS Platform SDK. | |||||
* | Try to get the windows bots working again with the new peephole.c | Neal Norwitz | 2006-08-21 | 1 | -0/+3 | |
| | ||||||
* | Try to get Windows bots working again. Take 2 | Neal Norwitz | 2006-08-18 | 2 | -14/+14 | |
| | ||||||
* | Merge 51340 and 51341 from 2.5 branch: | Martin v. Löwis | 2006-08-17 | 1 | -4/+7 | |
| | | | | | Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure. | |||||
* | Make cl build step compile-only (/c). Remove libs from source list. | Martin v. Löwis | 2006-08-16 | 1 | -5/+5 | |
| | ||||||
* | Build _hashlib on Windows. Build OpenSSL with masm assembler code. | Martin v. Löwis | 2006-08-16 | 3 | -49/+56 | |
| | | | | Fixes #1535502. | |||||
* | Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. | Thomas Heller | 2006-08-04 | 1 | -2/+2 | |
| | | | | Fix the name of the pdb file as well. | |||||
* | Enable the building of the _types module on Windows. | Barry Warsaw | 2006-07-27 | 1 | -6/+9 | |
| | | | | Note that this has only been tested for VS 2003 since that's all I have. | |||||
* | Fix Debug build of _ssl. | Martin v. Löwis | 2006-07-14 | 3 | -10/+15 | |
| | ||||||
* | Add debug output to analyse buildbot failure. | Martin v. Löwis | 2006-07-14 | 1 | -0/+1 | |
| | ||||||
* | Extend build_ssl to Win64, using VSExtComp. | Martin v. Löwis | 2006-07-14 | 4 | -45/+76 | |
| | ||||||
* | Patch #1509163: MS Toolkit Compiler no longer available | Martin v. Löwis | 2006-06-29 | 1 | -1/+10 | |
| | ||||||
* | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -4/+1 | |
| | | | | | | Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily. | |||||
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -1/+1 | |
| | ||||||
* | Get the Windows build working again (recover from | Tim Peters | 2006-05-23 | 1 | -3/+3 | |
| | | | | `struct` module changes). | |||||
* | Patch 1490384: New Icons for the PC build. | Martin v. Löwis | 2006-05-22 | 1 | -0/+0 | |
| | ||||||
* | Use GS- and bufferoverlowU.lib where appropriate, for AMD64. | Martin v. Löwis | 2006-04-26 | 10 | -11/+11 | |
| | ||||||
* | Updated the sqlite3 module to the external pysqlite 2.2.2 version. | Gerhard Häring | 2006-04-23 | 1 | -6/+0 | |
| | ||||||
* | Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) | Martin v. Löwis | 2006-04-21 | 18 | -37/+37 | |
| |