Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Although pyconfig.h claims that WIN32 is obsolete it is still required for ↵ | Christian Heimes | 2007-12-01 | 1 | -8/+8 |
| | | | | the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro. | ||||
* | Removed or replaced some more deprecated preprocessor macros. | Christian Heimes | 2007-11-30 | 12 | -91/+113 |
| | | | | | | Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt | ||||
* | vc2008: Move python.vcproj first in the solution file, so that | Amaury Forgeot d'Arc | 2007-11-29 | 1 | -2/+2 |
| | | | | | it becomes the default startup project when opening the file for the first time. | ||||
* | Backport of changes to PCbuild9 from the py3k branch | Christian Heimes | 2007-11-27 | 6 | -230/+166 |
| | |||||
* | Backport of fixes from py3k branch | Christian Heimes | 2007-11-24 | 2 | -8/+23 |
| | | | | svn merge -r59131:HEAD ../../py3k/PCbuild9/ . | ||||
* | Backport of PCbuild9 fixes from py3k r59130 | Christian Heimes | 2007-11-23 | 5 | -19/+83 |
| | |||||
* | Backport of the PCbuild9 directory from the py3k branch. | Christian Heimes | 2007-11-22 | 45 | -0/+18082 |
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! :) |