- 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 17 years ago
- 3af3ecc Fixed paths to Windows build directories in build_ext.py by Christian Heimes · 17 years ago
- eb65c99 Revert revision 59913, because it was wrong: by Thomas Heller · 17 years ago
- 348fd45 The sqlite3 dll, when compiled in debug mode, must be linked with /MDd by Thomas Heller · 17 years ago
- d17315f Add an important missing blank. by Thomas Heller · 17 years ago
- 44c38c1 Reflow a paragraph, and fix a typo. by Thomas Heller · 17 years ago
- 3247aa9 Set the output file in the _ctypes Debug|x64 configuration. by Thomas Heller · 17 years ago
- 3001c54 Final adjustments for #1601 by Christian Heimes · 17 years ago
- 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 17 years ago
- fed3ebc Made vs9to8 Unix compatible by Christian Heimes · 17 years ago
- d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 17 years ago
- b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 17 years ago
- 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago
- 915d5d9 Moved PCbuild directory to PC/VS7.1 by Christian Heimes · 17 years ago
- 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
- f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 17 years ago
- 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
- fb57e7e Rename import library for debug build to _msi_d.lib. by Martin v. Löwis · 17 years ago
- 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 18 years ago
- 46950ba Specify the bufferoverflowU.lib to the makefile on the command line by Thomas Heller · 18 years ago
- d34f9e9 Revert this change, since it breaks the win32 build: by Thomas Heller · 18 years ago
- c8720b9 Add bufferoverflowU.lib to the libraries needed by _ssl (is this the by Thomas Heller · 18 years ago
- 20a6e1c Revert commit 55855. by Thomas Heller · 18 years ago
- a7c583a For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinter by Thomas Heller · 18 years ago
- ab8e279 Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration. by Thomas Heller · 18 years ago
- 7e93587 Try to remove rgbimg from Windows builds. by Brett Cannon · 18 years ago
- eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
- cc0eba9 Merge 53501 and 53502 from 25 branch: by Martin v. Löwis · 18 years ago
- 83955ef update to (c) years to include 2007 by Anthony Baxter · 18 years ago
- c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
- 7dc77ce Build _ctypes.pyd for win AMD64 into the MSVC project file. by Thomas Heller · 18 years ago
- 3c93339 Try to get the windows bots working again with the new peephole.c by Neal Norwitz · 18 years ago
- 132bbb3 Try to get Windows bots working again. Take 2 by Neal Norwitz · 18 years ago
- 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
- 596fc9c Make cl build step compile-only (/c). Remove libs from source list. by Martin v. Löwis · 18 years ago
- a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
- db7b443 Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. by Thomas Heller · 18 years ago
- d17301f Enable the building of the _types module on Windows. by Barry Warsaw · 19 years ago
- c7990b5 Fix Debug build of _ssl. by Martin v. Löwis · 19 years ago
- 1def4fa Add debug output to analyse buildbot failure. by Martin v. Löwis · 19 years ago
- d73168d Extend build_ssl to Win64, using VSExtComp. by Martin v. Löwis · 19 years ago
- 1bf5959 Patch #1509163: MS Toolkit Compiler no longer available by Martin v. Löwis · 19 years ago
- c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
- f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 19 years ago
- f90347f Patch 1490384: New Icons for the PC build. by Martin v. Löwis · 19 years ago
- 79b0f85 Use GS- and bufferoverlowU.lib where appropriate, for AMD64. by Martin v. Löwis · 19 years ago
- 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
- 07b3508 Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) by Martin v. Löwis · 19 years ago
- 112d4ec Fix typo. by Thomas Heller · 19 years ago
- 48bbaf2 Patch #1470875: Building Python with MS Free Compiler. by Martin v. Löwis · 19 years ago
- 2f3f136 Allocate the 0x1D1A0000 base adress for the _ctypes extension module. by Thomas Heller · 19 years ago
- 2f36caf Define WIN32, to get proper struct alignment in WinSock2.h. by Martin v. Löwis · 19 years ago
- 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
- e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 19 years ago
- cbb9f97 update to correct version of pysqlite by Anthony Baxter · 19 years ago
- cecb885 Fix Debug, Itanium, AMD64 configurations by Martin v. Löwis · 19 years ago
- 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 19 years ago
- 9161a0d Looks like someone renamed (or something) md5c.c to md5.c. by Tim Peters · 19 years ago
- f5af2aa Patch #1462700: Make _ctypes_test depend on _ctypes. by Martin v. Löwis · 19 years ago
- 0a4e98b Allow supression of subwcrev.exe invocation on a per-working-copy basis. by Martin v. Löwis · 19 years ago
- 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 19 years ago
- a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 19 years ago
- 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
- 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 19 years ago
- 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 19 years ago
- 7ccbb07 Minor changes. by Tim Peters · 19 years ago
- 32d996f Trimmed trailing whitespace. by Tim Peters · 19 years ago
- b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 19 years ago
- f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 19 years ago
- 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
- d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
- 539056a Added brief comment. by Tim Peters · 19 years ago
- 1777ada Added brief comments. by Tim Peters · 19 years ago
- 9fe582c Add buildbot test script. by Martin v. Löwis · 19 years ago
- 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 19 years ago
- 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 19 years ago
- 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 19 years ago
- a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 19 years ago
- 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 19 years ago
- 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 19 years ago
- 350a872 Add buildbot support scripts. by Martin v. Löwis · 19 years ago
- fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
- 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 19 years ago
- 9fb181b Add _lsprof. by Martin v. Löwis · 19 years ago
- 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
- 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
- 62ffc07 Pass unquoted string to stat. by Martin v. Löwis · 19 years ago
- 8207cc7 Quote the path to the executable before invoking system(). by Tim Peters · 19 years ago
- 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 19 years ago
- d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 19 years ago
- 634863c Remove buildno. by Martin v. Löwis · 19 years ago
- 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 19 years ago
- 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
- 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
- 07cf5d4 As reported on c.l.py, the _elementtree project by Tim Peters · 19 years ago
- 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
- 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
- ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
- e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago