summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0
Commit message (Expand)AuthorAgeFilesLines
* Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildin...Hirokazu Yamamoto2010-11-044-95/+120
* Can build older OpenSSL in http://svn.python.org/projects/externals/Hirokazu Yamamoto2010-11-041-1/+1
* Follows Python/fileutils.c addition.Hirokazu Yamamoto2010-10-081-0/+8
* Now perl path with spaces can be used.Hirokazu Yamamoto2010-09-281-6/+6
* Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-281-24/+60
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-245-20/+232
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-211-2/+13
* Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-211-4/+4
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-191-4/+4
* Applied r84870 to older compilers.Hirokazu Yamamoto2010-09-181-1/+1
* Cosmetic fix to project files.Hirokazu Yamamoto2010-09-131-1/+1
* Updated PC/VS8.0 with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-139-91/+115
* Fix the VS8.0 buildRaymond Hettinger2010-08-061-0/+8
* Fix VS8.0 build by adding _time.h and _time.c to the project file.Raymond Hettinger2010-08-011-0/+8
* Fix build on VS8.Raymond Hettinger2010-07-311-1/+1
* Issue #9089: Remove intobject.h from MSVC project files.Mark Dickinson2010-06-271-4/+0
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-64/+64
* Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+8
* Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-0/+4
* Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-0/+8
* Merged revisions 73998 via svnmerge fromAmaury Forgeot d'Arc2009-07-131-537/+537
* Updated MSVC project files to follow PyCObject removal (r73729)Hirokazu Yamamoto2009-07-011-8/+0
* Bump Windows versions to 3.2.Martin v. Löwis2009-06-273-4/+4
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-24/+0
* Added Objects/capsule.c to project files.Hirokazu Yamamoto2009-05-061-0/+4
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-0/+8
* Add dtoc.[ch] to the VS8.0 project file.Raymond Hettinger2009-04-171-0/+8
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-28/+32
* Update project file.Raymond Hettinger2009-03-041-0/+16
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-031-4/+0
* More 3.0 -> 3.1 transistion in the Windows and OS/2 build filesChristian Heimes2008-12-042-3/+3
* More 3.0 -> 3.1 transistionsChristian Heimes2008-12-031-1/+1
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-8/+0
* #3791: Remove bsddb from the Windows msi installer,Amaury Forgeot d'Arc2008-09-092-1273/+0
* Align the VS2003 and VS2005 build files with the VS2008 onesAmaury Forgeot d'Arc2008-09-063-600/+20
* Merged revisions 66166 via svnmerge fromAmaury Forgeot d'Arc2008-09-025-254/+67
* Ran svneol.pyMartin v. Löwis2008-06-1329-16865/+16865
* Add missing files for the windows VS2005 compilerAmaury Forgeot d'Arc2008-06-135-0/+3376
* Merged revisions 64202 via svnmerge fromAmaury Forgeot d'Arc2008-06-1217-132/+510
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-121-0/+8
* Removed _stringio from Windows build.Alexandre Vassalotti2008-06-121-4/+0
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-4/+0
* Added Windows build config for _stringio and _pickle.Alexandre Vassalotti2008-06-111-4/+12
* Remove last traces of cStringIO.Georg Brandl2008-06-101-4/+0
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-101-8/+4
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+1
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1