| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge default | ?ric Araujo | 2012-05-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Add missing CHANGES entries and remove more 2.4 support code | ?ric Araujo | 2012-03-13 | 1 | -133/+2 |
| | | | |||||
| | * | Use sys.version_info instead of sys.version. | ?ric Araujo | 2012-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :) | ||||
| | * | Kludge for hashlib | ?ric Araujo | 2011-11-25 | 1 | -2/+7 |
| | | | |||||
| * | | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 1 | -138/+5 |
| |/ | | | | | | | | | | 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. | ||||
| * | Let ?python2.4 setup.py build? work (util imports hashlib) | ?ric Araujo | 2011-09-18 | 1 | -9/+13 |
| | | |||||
| * | Use `setup.cfg` as the canonical source for installation | Jeremy Kloth | 2011-09-12 | 1 | -214/+169 |
| | | |||||
| * | Fix setup.py to use the newly renamed distutils2.pypi, distutils2.create and ↵ | Alexis Metaireau | 2011-08-22 | 1 | -3/+3 |
| | | | | | put the pysetup script in scripts. | ||||
| * | Further work on Py3 support; try blocks for imports mainly | Arc Riley | 2011-03-13 | 1 | -2/+3 |
| | | |||||
| * | Branch merge to trunk | Arc Riley | 2011-03-13 | 1 | -6/+11 |
| |\ | |||||
| | * | try to use setuptools | Gael Pasgrimaud | 2011-01-28 | 1 | -1/+5 |
| | | | |||||
| | * | Branch merge | ?ric Araujo | 2011-01-21 | 1 | -1/+1 |
| | |\ | |||||
| | | * | utf8 is in a encoding recognized by emacs | George Peristerakis | 2010-12-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | added pysetup | Tarek Ziade | 2010-12-10 | 1 | -2/+3 |
| | |/ | |||||
| * | | Porting setup.py for Python 3: | Arc Riley | 2010-11-20 | 1 | -4/+24 |
| |/ | | | | | | * use either build_py or build_py_2to3 based on Python version for automatic 2to3 * replaced find_packages() with static package list since distutils2.utils can't be ported to Py3 before setup.py is run * replaced "if rev == ''" with "if not rev" to avoid bytes vs string issue on Py3 | ||||
| * | Branch merge | ?ric Araujo | 2010-10-22 | 1 | -1/+0 |
| |\ | |||||
| | * | Remove last two svn markers. Also clean up command_template. | ?ric Araujo | 2010-10-05 | 1 | -1/+0 |
| | | | |||||
| * | | Rename mkpkg by mkcfg in setup.py too | Alexis Metaireau | 2010-10-08 | 1 | -1/+1 |
| |/ | |||||
| * | Revert PEP 345 field names in setup script | ?ric Araujo | 2010-10-01 | 1 | -4/+4 |
| | | |||||
| * | (tarek, holger) make distutils2 use plain/setuptools distutils so it can be ↵ | holger krekel | 2010-09-19 | 1 | -11/+5 |
| | | | | | installed in "old" environments. | ||||
| * | cleaned up setup.py and added a Makefile for the release1.0a2 | Tarek Ziade | 2010-09-19 | 1 | -1/+1 |
| | | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+230 |
