]> granicus.if.org Git - python/commit
Backport of the PCbuild9 directory from the py3k branch.
authorChristian Heimes <christian@cheimes.de>
Thu, 22 Nov 2007 11:21:16 +0000 (11:21 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 22 Nov 2007 11:21:16 +0000 (11:21 +0000)
commite8954f8ce7d60d5d926f29511cde99f2f3ea0630
treef49ff9e954b5eac92e2b8938baca8457f2371e49
parent64c06e327d48150fc548cf18a4a7ae0b890e69fa
Backport of the PCbuild9 directory from the py3k branch.
I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k.
Have fun! :)
50 files changed:
Include/structmember.h
Modules/socketmodule.c
Objects/funcobject.c
Objects/methodobject.c
PCbuild9/Uninstal.wse [new file with mode: 0644]
PCbuild9/_bsddb.rc [new file with mode: 0644]
PCbuild9/_bsddb.vcproj [new file with mode: 0644]
PCbuild9/_ctypes.vcproj [new file with mode: 0644]
PCbuild9/_ctypes_test.vcproj [new file with mode: 0644]
PCbuild9/_elementtree.vcproj [new file with mode: 0644]
PCbuild9/_msi.vcproj [new file with mode: 0644]
PCbuild9/_socket.vcproj [new file with mode: 0644]
PCbuild9/_sqlite3.vcproj [new file with mode: 0644]
PCbuild9/_ssl.vcproj [new file with mode: 0644]
PCbuild9/_testcapi.vcproj [new file with mode: 0644]
PCbuild9/_tkinter.vcproj [new file with mode: 0644]
PCbuild9/build.bat [new file with mode: 0644]
PCbuild9/build_env.bat [new file with mode: 0644]
PCbuild9/build_pgo.bat [new file with mode: 0644]
PCbuild9/build_ssl.bat [new file with mode: 0644]
PCbuild9/build_ssl.py [new file with mode: 0644]
PCbuild9/bz2.vcproj [new file with mode: 0644]
PCbuild9/env.bat [new file with mode: 0644]
PCbuild9/field3.py [new file with mode: 0644]
PCbuild9/installer.bmp [new file with mode: 0644]
PCbuild9/make_buildinfo.c [new file with mode: 0644]
PCbuild9/make_buildinfo.vcproj [new file with mode: 0644]
PCbuild9/make_versioninfo.vcproj [new file with mode: 0644]
PCbuild9/pcbuild.sln [new file with mode: 0644]
PCbuild9/pginstrument.vsprops [new file with mode: 0644]
PCbuild9/pgupdate.vsprops [new file with mode: 0644]
PCbuild9/pyd.vsprops [new file with mode: 0644]
PCbuild9/pyd_d.vsprops [new file with mode: 0644]
PCbuild9/pyexpat.vcproj [new file with mode: 0644]
PCbuild9/pyproject.vsprops [new file with mode: 0644]
PCbuild9/python.build [new file with mode: 0644]
PCbuild9/python.iss [new file with mode: 0644]
PCbuild9/python.vcproj [new file with mode: 0644]
PCbuild9/python20.wse [new file with mode: 0644]
PCbuild9/pythoncore.vcproj [new file with mode: 0644]
PCbuild9/pythonw.vcproj [new file with mode: 0644]
PCbuild9/readme.txt [new file with mode: 0644]
PCbuild9/rmpyc.py [new file with mode: 0644]
PCbuild9/rt.bat [new file with mode: 0644]
PCbuild9/select.vcproj [new file with mode: 0644]
PCbuild9/unicodedata.vcproj [new file with mode: 0644]
PCbuild9/w9xpopen.vcproj [new file with mode: 0644]
PCbuild9/winsound.vcproj [new file with mode: 0644]
PCbuild9/x64.vsprops [new file with mode: 0644]
Python/structmember.c