summaryrefslogtreecommitdiff
path: root/distutils2/command/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-3/+3
| | | | | | | | | | | | | The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in d2.markers). Other remaining uses are found in d2.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn?t be my fault :)
* Minor assorted cleanups.?ric Araujo2011-11-121-1/+1
| | | | | | | - Remove __main__ blocks obsoleted by pysetup - Fix typo ?seperate? - Add one test that was promised but not written - Reorganize one file
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-6/+4
|
* A touch of PEP 8 and pyflaking?ric Araujo2010-11-161-9/+9
|
* now compilers are loaded using fully qualified namesTarek Ziade2010-11-111-7/+5
|
* removed core.pyTarek Ziade2010-10-251-1/+1
|
* removed the __revision__ tag, that are specific to SVNTarek Ziade2010-10-041-1/+0
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+156