summaryrefslogtreecommitdiffstats
path: root/PCbuild9/_tkinter.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1)Christian Heimes2007-12-181-8/+8
| | | | Amaury's ideas works great. Should we build the Python core with WINVER=0x0500 and _WIN32_WINNT=0x0500, too?
* Backport of changes to PCbuild9 from the py3k branchChristian Heimes2007-11-271-8/+8
|
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-221-0/+541
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! :)