| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Part of reverting most of r63675 per the mailing list discussion.
|
|
|
|
| |
Updated VS7.1 and VC6 project files
|
|
|
|
|
| |
Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844,
r62846, r62952, r62956.
|
|
|
|
|
|
| |
Ippolito.
Closes issue #2750.
|
|
|
|
| |
More Windows related fixes are coming soon
|
| |
|
|
|
|
|
|
|
|
|
| |
It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType),
when they can easily be obtained with python code.
These expressions even work with Jython.
I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 )
at least this change makes it simpler.
|
|
|
|
|
|
|
| |
I applied the same changes manually to VS7.1 and VC6 files; completely untested.
(Christian, don't try too hard merging this change into py3k.
It will be easier to do the same work again on the branch)
|
|
|
|
|
|
|
| |
Formatting.
Only PCBuild (vs9) was really tested.
Changes for older compilers were done manually.
|
| |
|
|
based on the VS 2008 build directory to PC/VS8.0. The script
PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.
Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files.
|