summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Merge fixes for #13974, #6884 and #11841 from default?ric Araujo2012-02-271-13/+4
|\
| * Merge #1326113 fix from default?ric Araujo2012-02-151-6/+6
| |\
| * \ Ye olde merge.?ric Araujo2011-11-121-25/+8
| |\ \
| * | | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-14/+5
* | | | Fix for shared builds?ric Araujo2012-02-151-1/+2
| |_|/ |/| |
* | | Fix parsing of build_ext --libraries option (#1326113)?ric Araujo2012-02-151-6/+6
* | | Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-3/+3
| |/ |/|
* | Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-121-25/+8
|/
* Refactor support code for compiling xxmodule.c.?ric Araujo2011-09-191-60/+12
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-18/+9
* Fix the backport fixes.?ric Araujo2011-09-181-4/+5
* Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-131-2/+2
|\
| * Convert print function calls back to print statements.?ric Araujo2011-09-121-2/+2
* | Fixes to actually use the backports.Jeremy Kloth2011-09-121-1/+1
|/
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-8/+15
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-80/+188
* simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-291-3/+3
* Forgot one instance of wrong import in 088dbb97fd18, oops!?ric Araujo2010-11-161-4/+1
* moved extension into compiler/Tarek Ziade2010-11-131-6/+2
* removed core.pyTarek Ziade2010-10-251-1/+2
* Rename command's tests filenames to test_command_*, and install_tools.py to i...Alexis Metaireau2010-10-041-0/+366