summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue5075: bdist_wininst should not depend on the vc runtime?Mark Hammond2009-01-291-89/+90
* On Windows, use the Python 'Activation Context' when loading extensionsMark Hammond2009-01-271-1/+67
* #4807: Remove a wrong usage of wsprintf in the winreg moduleAmaury Forgeot d'Arc2009-01-131-10/+6
* Issue #4895: Use _strdup on Windows CE.Martin v. Löwis2009-01-111-0/+6
* Fixed version number in build_ssl.bat.Hirokazu Yamamoto2009-01-111-2/+2
* Added helper script to build Tcl/Tk.Hirokazu Yamamoto2009-01-101-0/+81
* Link to debug version of Tcl/Tk when python is built as debug version.Hirokazu Yamamoto2009-01-102-1/+5
* Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, t...Hirokazu Yamamoto2009-01-103-18/+43
* Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)Hirokazu Yamamoto2009-01-092-11/+11
* Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)Hirokazu Yamamoto2009-01-092-8/+8
* isinf and isnan are macros, not functions; fix configure scriptMark Dickinson2009-01-041-3/+3
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-038-20/+0
* Bumped up 2.6 to 2.7Christian Heimes2008-12-047-146/+146
* Issue #4365: Add crtassem.h constants to the msvcrt module.Martin v. Löwis2008-11-301-0/+24
* yuvconvert.c is a part of the "sv" module, an old IRIX thingAmaury Forgeot d'Arc2008-11-225-27/+4
* Follows to python's version change (VC6)Hirokazu Yamamoto2008-10-032-4/+4
* Update version number to 2.7.Martin v. Löwis2008-10-031-2/+2
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-223-7/+17
* Attempt to correct the build files for the Microsoft VS7.1 compiler.Amaury Forgeot d'Arc2008-09-022-10/+13
* Use vs9to8.py to refresh the Visual Studio 2005 build files.Amaury Forgeot d'Arc2008-09-027-296/+982
* 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