| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix shebangs | ?ric Araujo | 2011-11-20 | 1 | -1/+1 |
| | | |||||
| * | Branch merge | ?ric Araujo | 2011-11-20 | 1 | -8/+2 |
| |\ | |||||
| | * | Merge tests for #13114 from default | ?ric Araujo | 2011-10-11 | 1 | -0/+1 |
| | |\ | |||||
| | * | | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Move copies of stdlib test code from tests.__init__ to runtests. | ?ric Araujo | 2011-11-15 | 1 | -40/+124 |
| | |/ |/| | | | | | | | | | | | | | | | | | I deleted captured_stdout because its usage felt clumsy to me; better to use stdlib?s test.support.captured_stdout in packaging and just write out the code for d2. I checked that adding the import of d2.tests.unittest at the top level did not change the coverage accuracy (see comment in the source and the history of the file for more info). | ||||
| * | | Add tests for Unicode handling in check and register (#13114). | ?ric Araujo | 2011-10-11 | 1 | -0/+1 |
| |/ | | | | | Contrary to distutils in Python 2.7, distutils2 does not have the bugs. Developing with Python 3 and porting to 2.x just rocks like that. | ||||
| * | Ran 2to3 on runtests.py, the resulting changes run clean on Python 2.4+ | Arc Riley | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | Merge coverage functionality into runtests.py. Thanks Yannick! | ?ric Araujo | 2010-10-01 | 1 | -7/+110 |
| | | |||||
| * | More test fiddling | ?ric Araujo | 2010-10-01 | 1 | -9/+3 |
| | | |||||
| * | Branch merge | ?ric Araujo | 2010-10-01 | 1 | -0/+6 |
| | | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+36 |
