| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix parsing of build_ext --libraries option (#1326113) | ?ric Araujo | 2012-02-15 | 1 | -2/+1 |
| | | |||||
| * | Remove unused names | ?ric Araujo | 2011-11-20 | 1 | -1/+0 |
| | | |||||
| * | Remove 'verbose' arguments, obsoleted by logging | ?ric Araujo | 2011-11-15 | 1 | -5/+0 |
| | | |||||
| * | Remove mentions of abiflags (never available in 2.x) | ?ric Araujo | 2011-09-18 | 1 | -1/+1 |
| | | |||||
| * | Fix the backport fixes. | ?ric Araujo | 2011-09-18 | 1 | -18/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backports: - sysconfig is now always imported from our backports - when hashlib is not found, our backport is used instead of the md5 module (debatable; we could just drop hashlib) Version-dependent features: - PEP 370 features are only enabled for 2.6+ - the check for sys.dont_write_bytecode was fixed to use getattr with a default value instead of hasattr Idioms/syntax: - octal literals lost their extra 0 - misused try/except blocks have been changed back to try/finally (it?s legal in 2.4 too, it?s only try/except/finally that isn?t) - exception catching uses the regular 2.x idiom instead of sys.exc_info - file objects are closed within finally blocks (this causes much whitespace changes but actually makes diff with packaging easier) Renamed modules: - some missed renamings (_thread, Queue, isAlive, urllib.urlsplit, etc.) were fixed Other: - a few false positive replacements of ?packaging? by ?distutils2? in comments or docstrings were reverted - util.is_packaging regained its name - assorted whitespace/comment/import changes to match packaging | ||||
| * | Fixes to actually use the backports. | Jeremy Kloth | 2011-09-12 | 1 | -1/+1 |
| | | |||||
| * | Fixed a python2.4 syntax errors. | Alexandru Plugaru | 2011-08-30 | 1 | -1/+1 |
| | | |||||
| * | sys.abiflags was introduced with python 3.2 | Alexis Metaireau | 2011-08-22 | 1 | -3/+2 |
| | | |||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -114/+47 |
| | | |||||
| * | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). | ?ric Araujo | 2010-12-15 | 1 | -1/+1 |
| | | |||||
| * | Don?t import sysconfig from the (2.7) stdlib. | ?ric Araujo | 2010-11-16 | 1 | -4/+1 |
| | | | | | | distutils2._backport.sysconfig is actually *newer* than the versions in the 2.7 and 3.2 standard libraries. | ||||
| * | moved extension into compiler/ | Tarek Ziade | 2010-11-13 | 1 | -1/+1 |
| | | |||||
| * | now compilers are loaded using fully qualified names | Tarek Ziade | 2010-11-11 | 1 | -6/+1 |
| | | |||||
| * | moved general functions out of ccompiler | Tarek Ziade | 2010-11-11 | 1 | -2/+2 |
| | | |||||
| * | finished the removal of the log module | Tarek Ziade | 2010-11-05 | 1 | -5/+5 |
| | | |||||
| * | removed core.py | Tarek Ziade | 2010-10-25 | 1 | -1/+1 |
| | | |||||
| * | Updated imports to match new layout | Jeremy Kloth | 2010-10-04 | 1 | -1/+1 |
| | | | | | Added test skips as appropriate for MSVC version | ||||
| * | removed the __revision__ tag, that are specific to SVN | Tarek Ziade | 2010-10-04 | 1 | -1/+0 |
| | | |||||
| * | Corrected reference to msvccompiler in the 'from' statement | Rajiv Abraham | 2010-09-29 | 1 | -1/+1 |
| | | | | | | replaced reference from dir_util to _backport.shutil replaced reference from remove_tree to rmtree | ||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+740 |
