| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge default | ?ric Araujo | 2012-05-21 | 1 | -1/+14 |
| |\ | |||||
| | * | Merge Yannick?s test into main repo | ?ric Araujo | 2012-04-21 | 1 | -0/+13 |
| | |\ | |||||
| | | * | improved the test coverage on commands.bdist | Yannick Gingras | 2010-12-09 | 1 | -1/+13 |
| | | | | |||||
| * | | | Branch merge | ?ric Araujo | 2011-11-20 | 1 | -8/+3 |
| |\ \ \ | |/ / |/| | | |||||
| * | | | Move copies of stdlib test code from tests.__init__ to runtests. | ?ric Araujo | 2011-11-15 | 1 | -2/+10 |
| |/ / | | | | | | | | | | | | | | | | | | | 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). | ||||
| * | | Make bdist_* commands respect --skip-build passed to bdist (#10946). | ?ric Araujo | 2011-09-19 | 1 | -28/+12 |
| | | | | | | | | | | | | | There was already a test for this, but it was complicated and had a subtle bug (custom command objects need to be put in dist.command_obj so that other command objects may see them) that rendered it moot. | ||||
| * | | Remove obsolete mentions of the compress program and .Z archives. | ?ric Araujo | 2011-09-19 | 1 | -13/+10 |
| | | | | | | | | | | | | | d2 uses the shutil.make_archive function (moved from distutils), which does not support compress. There is no test to check that ?bdist --format whatever? works, so this slipped by. | ||||
| * | | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -3/+3 |
| | | | |||||
| * | | Branch merge | ?ric Araujo | 2011-01-21 | 1 | -2/+45 |
| |\ \ | |/ | |||||
| | * | made sure that we test both side of the skip_build option | Yannick Gingras | 2010-12-09 | 1 | -1/+7 |
| | | | |||||
| | * | improved test coverage on command.bdist | Andrew Francis | 2010-12-08 | 1 | -0/+26 |
| | | | |||||
| | * | improved test coverage for command.bdist | Yannick Gingras | 2010-12-08 | 1 | -2/+13 |
| | | | |||||
| * | | Save up a bit of memory thanks to dict.iter* and __iter__ | ?ric Araujo | 2010-12-17 | 1 | -4/+3 |
| |/ | |||||
| * | Remove some ununsed imports. | Alexis Metaireau | 2010-10-04 | 1 | -5/+0 |
| | | |||||
| * | Rename command's tests filenames to test_command_*, and install_tools.py to ↵ | Alexis Metaireau | 2010-10-04 | 1 | -0/+40 |
| install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command) | |||||
