summaryrefslogtreecommitdiff
path: root/distutils2/tests/xxmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-252/+269
| | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* Refactor support code for compiling xxmodule.c.?ric Araujo2011-09-191-0/+379
| | | | | | | | | | | | | | | | This file is needed in other tests, so it?s better to have the support code in tests.support. It?s also simpler to just have a skip instead of custom print/return/test suite fiddling. Unfortunately, the xxmodule.c file (resurrected from the repo, and also identical to the version in Python 2.7) cannot be compiled by Python 2.4 and 2.5 on my computer, so the test is skipped. The code to fix up build_ext for Unix shared builds and Windows debug builds was also moved to support for future reuse. Finally, I fixed code using sysconfig._CONFIG_VARS directly so that it calls get_config_var first, so that _CONFIG_VARS is a dict instead of None.
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-379/+0
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+379