| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge fixes for #13901, #11805, #13712 and other improvements | ?ric Araujo | 2012-02-05 | 1 | -7/+30 |
| |\ | |||||
| | * | Allow multiple values for package_data in setup.cfg (#11805). | ?ric Araujo | 2012-02-05 | 1 | -7/+30 |
| | | | | | | | | | | | | | | | | | | | | | Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Reported by Erik Bray. | ||||
| * | | Branch merge | ?ric Araujo | 2011-11-20 | 1 | -8/+4 |
| |\ \ | |/ |/| | |||||
| | * | Ye olde merge. | ?ric Araujo | 2011-11-12 | 1 | -21/+11 |
| | |\ | | | | | | | | | | | | | 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. | ||||
| | * | | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 1 | -9/+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. | ||||
| * | | | Update test setup.cfg (followup to e39d1b6f0856) | ?ric Araujo | 2011-11-15 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Make sure tests that register custom commands also clear them | ?ric Araujo | 2011-11-12 | 1 | -16/+8 |
| | | | |||||
| * | | Change signature of tests.support.LoggingCatcher.get_logs. | ?ric Araujo | 2011-11-12 | 1 | -5/+3 |
| |/ | | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings. | ||||
| * | Minor improvement to extensions in setup.cfg: check parent package | ?ric Araujo | 2011-09-19 | 1 | -2/+28 |
| | | |||||
| * | Minor improvement to extensions section in setup.cfg. | ?ric Araujo | 2011-09-19 | 1 | -5/+12 |
| | | | | | | | The right-hand part in [extension: foo] is now used as the name of the extension module. (I changed the separator from = to : and allowed whitespace to make the sections look nicer.) | ||||
| * | Fix backport changesets part 2: tests | ?ric Araujo | 2011-09-18 | 1 | -4/+6 |
| | | |||||
| * | Fixed a python2.4 syntax errors. | Alexandru Plugaru | 2011-08-30 | 1 | -2/+4 |
| | | |||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -91/+157 |
| | | |||||
| * | fixed the test_sub_commands test | Tarek Ziade | 2011-03-14 | 1 | -8/+4 |
| | | |||||
| * | fix pysetup tests | Tarek Ziade | 2011-03-13 | 1 | -14/+26 |
| | | |||||
| * | [mq]: commandline | Tarek Ziade | 2011-02-20 | 1 | -8/+3 |
| | | |||||
| * | Change resource files declaration in setup.cfg | Pierre-Yves David | 2011-02-06 | 1 | -9/+10 |
| | | | | | | | | | | | | Resource files declaration move from they own section ``[resources]`` to a ``resources`` key in the ``[files]`` section. The format of the declaration in the ``resources`` key stay the same:: [<base-glob>] <glob> = {dispatch}/destination/ this change is motivated by the fact that config parser "key" are always lower case and can't hold file path information propertly. | ||||
| * | merge with upstream | Pierre-Yves David | 2011-02-02 | 1 | -1/+14 |
| |\ | |||||
| | * | Parsing extension sections with interpret in setup.cfg | Andre Espaze | 2011-01-30 | 1 | -1/+14 |
| | | | |||||
| * | | Merge | FELD Boris | 2011-01-30 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Parsing compiler arguments with shlex.split | Andre Espaze | 2011-01-30 | 1 | -1/+1 |
| | | | | | | | | | Thanks to Julien Jehannet for the tip. | ||||
| * | | Merge with upstream and update some unittest to the new data-files ↵ | FELD Boris | 2011-01-29 | 1 | -8/+15 |
| |\ \ | |/ |/| | | | implementation | ||||
| | * | Update some unittest to the new way of declaring data_files. | FELD Boris | 2011-01-29 | 1 | -8/+15 |
| | | | | | | | | | | | Remove implementation of old way to do it. Fix lots of bugs due to type errors. | ||||
| * | | Building extensions from the setup.cfg | Andre Espaze | 2011-01-29 | 1 | -14/+52 |
| |/ | | | | | | This changeset adds the setup.cfg syntax for building binary extensions. Note the extension key defined by the section name is not yet used for managing build dependencies. | ||||
| * | merged + fixed tests : now README is to be added explicitely in extra_files | Tarek Ziade | 2011-01-29 | 1 | -2/+10 |
| |\ | |||||
| * | | simplified the package_dir option - just one root dir allowed | Tarek Ziade | 2011-01-29 | 1 | -7/+16 |
| | | | |||||
| * | | assume --description work | Gael Pasgrimaud | 2011-01-29 | 1 | -1/+3 |
| | | | |||||
| * | | Allow to have more than one file in description-file. Also check that those ↵ | Gael Pasgrimaud | 2011-01-28 | 1 | -18/+95 |
| |/ | | | | files are added to MANIFEST | ||||
| * | fixed a few tests | Tarek Ziade | 2011-01-23 | 1 | -2/+3 |
| | | |||||
| * | Branch merge | ?ric Araujo | 2011-01-21 | 1 | -1/+1 |
| |\ | |||||
| | * | utf8 is not a valid emacs extension | George Peristerakis | 2010-12-08 | 1 | -1/+1 |
| | | | |||||
| * | | Don?t use a deprecated name | ?ric Araujo | 2010-12-09 | 1 | -2/+2 |
| |/ | |||||
| * | Make "python test_config.py" work. See explanation in the diff. | ?ric Araujo | 2010-11-16 | 1 | -4/+11 |
| | | |||||
| * | Silence test_config | ?ric Araujo | 2010-11-16 | 1 | -0/+1 |
| | | |||||
| * | compiler_type -> name | Tarek Ziade | 2010-11-13 | 1 | -1/+1 |
| | | |||||
| * | now distutils2 uses set_command to set its own commands | Tarek Ziade | 2010-11-13 | 1 | -5/+14 |
| | | |||||
| * | now you can register your custom compilers using the .cfg files | Tarek Ziade | 2010-11-11 | 1 | -0/+16 |
| | | |||||
| * | now sub_commands can be configure in the .cfg files | Tarek Ziade | 2010-11-07 | 1 | -1/+42 |
| | | |||||
| * | removed core.py | Tarek Ziade | 2010-10-25 | 1 | -2/+2 |
| | | |||||
| * | py_modules -> modules | Tarek Ziade | 2010-10-23 | 1 | -1/+1 |
| | | |||||
| * | now accepting description-file | Tarek Ziade | 2010-10-13 | 1 | -1/+4 |
| | | |||||
| * | implemented setup_hook= and commands= in [global] | Tarek Ziade | 2010-10-11 | 1 | -2/+24 |
| | | |||||
| * | added the package_dir conversion | Tarek Ziade | 2010-10-02 | 1 | -2/+4 |
| | | |||||
| * | merged | Tarek Ziade | 2010-10-02 | 1 | -10/+109 |
| |\ | |||||
| | * | added support for more metadata and files | Tarek Ziade | 2010-10-01 | 1 | -6/+101 |
| | | | |||||
| * | | Branch merge | ?ric Araujo | 2010-10-01 | 1 | -3/+2 |
| |\ \ | |||||
| | * | | refactored unittest import logic to improve accuracy of the coverage measurement | Yannick Gingras | 2010-09-30 | 1 | -2/+1 |
| | |/ | | | | | | | | | | | | | | | | | | | The unittest module is selectively imported from the standard library if we're running with a Python >= 3.2 or from and external library otherwise. This logic was moved from distutils2.test.support to distutils2.tests because the former module also imports various modules from distutils2, which would skew the coverage measurement because the definitions in those module would run before the instrumentation had a chance to be started. | ||||
| * | | Remove spurious output with runtests.py (+ modernize test_config) | ?ric Araujo | 2010-09-28 | 1 | -19/+17 |
| |/ | |||||
| * | forgot to add a test file | Tarek Ziade | 2010-09-22 | 1 | -0/+51 |
