summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Sync code with documentation, and remove Win95 support in winsound module.Amaury Forgeot d'Arc2008-05-121-69/+9
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-092-0/+6
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-054-0/+13
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-023-8/+112
* Added new files to Windows project filesChristian Heimes2008-04-183-0/+11
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-2/+3
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-143-0/+11
* Fix an accidental bug of an non-existent init function.Brett Cannon2008-04-131-2/+0
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-084-14/+0
* Typographical fix: 32bit -> 32-bit, 64bit -> 64-bitAndrew M. Kuchling2008-04-081-4/+4
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-072-6/+50
* From issue 1753245 - better _winreg support for x64.Mark Hammond2008-04-061-0/+133
* One #ifdef too much, and I broke all windows buildbots:Amaury Forgeot d'Arc2008-03-281-2/+0
* Repair compilation for Visual Studio 2005.Amaury Forgeot d'Arc2008-03-2812-40/+65
* Revert commit accidentChristian Heimes2008-03-271-3/+2
* Hopefully added _fileio module to the Windows build systemChristian Heimes2008-03-272-2/+5
* Try to fix a bunch of compiler warnings on Win64.Neal Norwitz2008-03-252-2/+2
* More copyright year and version number bumpsv2.6a1Barry Warsaw2008-03-011-1/+1
* 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/+2
* Compilation was broken on Windows since the introduction of Advanced String F...Amaury Forgeot d'Arc2008-02-173-8/+26
* Patch #1736: Fix file name handling of _msi.FCICreate.Martin v. Löwis2008-02-121-9/+9
* Issue #1706: Require Windows 2000+Christian Heimes2008-02-092-14/+19
* Rename module definition file to reflect v2.6.Andrew MacIntyre2008-02-031-0/+0
* Update OS/2 EMX build bits for 2.6.Andrew MacIntyre2008-02-033-159/+159
* vs9to8 syncChristian Heimes2008-01-091-0/+1
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-0/+57
* Reverted last transaction. It's the wrong branch.Christian Heimes2008-01-046-167/+57
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...Christian Heimes2008-01-046-57/+167
* Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcprojChristian Heimes2008-01-031-8/+0
* Removed PCbuild8/ directory and added a new build directory for VS 2005Christian Heimes2008-01-0243-0/+14004
* The root of the project is two levels up from PC/VS7.1Christian Heimes2008-01-011-1/+1
* Fixed path to _ssl.c in Windows make file, take three ...Christian Heimes2007-12-311-1/+1
* Fixed path to _ssl.c in Windows make file, take twoChristian Heimes2007-12-311-3/+3
* Fixed path to _ssl.c in Windows make fileChristian Heimes2007-12-311-1/+1
* Fixed pathChristian Heimes2007-12-311-6/+6
* Fixed include paths of PC/VS7.1Christian Heimes2007-12-3120-318/+318
* Fix paths for build botChristian Heimes2007-12-312-5/+5
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-3137-0/+10664
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+9
* Stupid save all didn't safe it all ...Christian Heimes2007-12-101-5/+6
* Added wide char api variants of getch and putch to msvcrt module. The wide ch...Christian Heimes2007-12-101-0/+69
* Several Windows related cleanups:Christian Heimes2007-12-061-6/+0
* Although pyconfig.h claims that WIN32 is obsolete it is still required for th...Christian Heimes2007-12-011-1/+3
* Removed or replaced some more deprecated preprocessor macros.Christian Heimes2007-11-301-0/+3
* Bug #1216: Restore support for Visual Studio 2002.Martin v. Löwis2007-10-121-2/+2
* Correct use of Py_BUILD_CORE - now make sure it is defined before it isMark Hammond2007-07-301-7/+7
* Correctly detect AMD64 architecture on VC2003Mark Hammond2007-07-271-1/+1
* In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32Mark Hammond2007-07-271-4/+18