summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/kill_python.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump Windows versions to 3.2.Martin v. Löwis2009-06-271-1/+1
|
* More 3.0 -> 3.1 transistion in the Windows and OS/2 build filesChristian Heimes2008-12-041-1/+1
|
* Ran svneol.pyMartin v. Löwis2008-06-131-178/+178
|
* Merged revisions 64202 via svnmerge fromAmaury Forgeot d'Arc2008-06-121-0/+178
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64202 | amaury.forgeotdarc | 2008-06-12 23:58:20 +0200 (jeu., 12 juin 2008) | 5 lines Update VS8.0 build files, using the script vs9to8.py. Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful) ........