summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Added _multiprocessing module support. (VC6)Hirokazu Yamamoto2008-08-142-0/+130
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-148-45/+169
* fix issue3120 - don't truncate handles on 64-bit Windows.Gregory P. Smith2008-07-201-23/+34
* Run svneol.py on all sources.Martin v. Löwis2008-06-1328-16344/+16344
* Add a missing file for VS2005Amaury Forgeot d'Arc2008-06-131-0/+568
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-134-11/+16
* Update VS8.0 build files, using the script vs9to8.py.Amaury Forgeot d'Arc2008-06-1210-311/+492
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-103-3/+3
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-095-44/+44
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-021-0/+47
* Fix bdist_wininst --user-access-control for win2kMark Hammond2008-05-311-7/+19
* Used vs9to8.py to port all VS9.0 changes to 8.0Christian Heimes2008-05-2622-109/+3147
* Renamed PyString to PyBytesChristian Heimes2008-05-265-44/+44
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-202-12/+0
* Add new tkinter dir to various locations where lib-tk shows up.Georg Brandl2008-05-172-0/+12
* 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