| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge default | ?ric Araujo | 2012-05-21 | 1 | -8/+18 |
| |\ | |||||
| | * | Fix minor whitespace, syntax and idiom nits | ?ric Araujo | 2012-05-16 | 1 | -15/+7 |
| | | | |||||
| | * | #13614: Merge changes from julien_courteau and PierrePaul regarding bad rst | Mathieu Leduc-Hamel | 2012-05-12 | 1 | -7/+8 |
| | | | |||||
| | * | #13614: Raises a TypeError now if the RST description is invalid | Pierre Paul | 2012-05-12 | 1 | -0/+18 |
| | | | |||||
| * | | Ye olde merge. | ?ric Araujo | 2011-11-12 | 1 | -21/+7 |
| |\ \ | |/ | | | | | | | I broke test_mixin2to3 somehow; distutils2-default is okay and packaging too, so I don?t see an obvious reason right now, I?ll investigate later. | ||||
| | * | Clean up mocking of stdout and stdin in tests. | ?ric Araujo | 2011-11-12 | 1 | -20/+5 |
| | | | | | | | | | In addition, update the create module to use logging. | ||||
| | * | Minor assorted cleanups. | ?ric Araujo | 2011-11-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | - Remove __main__ blocks obsoleted by pysetup - Fix typo ?seperate? - Add one test that was promised but not written - Reorganize one file | ||||
| * | | Merge tests for #13114 from default | ?ric Araujo | 2011-10-11 | 1 | -0/+15 |
| |\ \ | |/ | |||||
| | * | Add tests for Unicode handling in check and register (#13114). | ?ric Araujo | 2011-10-11 | 1 | -0/+15 |
| | | | | | | | | | | | 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. | ||||
| * | | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 1 | -20/+19 |
| |/ | | | | | | | | | | 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. | ||||
| * | Remove display options (--name, etc.) from the Distribution class. | ?ric Araujo | 2011-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | These options were used to implement ?setup.py --name?, ?setup.py --version?, etc. which are now handled by the pysetup metadata action or direct parsing of the setup.cfg file. As a side effect, the Distribution class no longer accepts a 'url' key in its *attrs* argument: it has to be 'home_page' or 'home-page' to be recognized as a valid metadata field and passed down to the dist.metadata object. | ||||
| * | Fix backport changesets part 2: tests | ?ric Araujo | 2011-09-18 | 1 | -3/+6 |
| | | |||||
| * | Let the test suite run again | ?ric Araujo | 2011-09-12 | 1 | -6/+6 |
| | | |||||
| * | Fixed a python2.4 syntax errors. | Alexandru Plugaru | 2011-08-30 | 1 | -5/+6 |
| | | |||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -42/+53 |
| | | |||||
| * | Fix a test following last Gael's commit. | Alexis Metaireau | 2011-01-28 | 1 | -1/+1 |
| | | |||||
| * | Branch merge | ?ric Araujo | 2011-01-21 | 1 | -1/+0 |
| |\ | |||||
| | * | Removed unused imports (sys, getpass). | Louis Munro | 2010-12-08 | 1 | -1/+0 |
| | | | |||||
| * | | Fix a test, uncover a bug, simplify other tests | ?ric Araujo | 2010-12-09 | 1 | -29/+13 |
| |/ | |||||
| * | removed core.py | Tarek Ziade | 2010-10-25 | 1 | -1/+1 |
| | | |||||
| * | Rename command's tests filenames to test_command_*, and install_tools.py to ↵ | Alexis Metaireau | 2010-10-04 | 1 | -0/+262 |
| install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command) | |||||
