summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple values for package_data in setup.cfg (#11805).?ric Araujo2012-02-051-7/+30
* Update test setup.cfg (followup to e39d1b6f0856)?ric Araujo2011-11-151-1/+1
* Make sure tests that register custom commands also clear them?ric Araujo2011-11-121-16/+8
* Change signature of tests.support.LoggingCatcher.get_logs.?ric Araujo2011-11-121-5/+3
* Minor improvement to extensions in setup.cfg: check parent package?ric Araujo2011-09-191-2/+28
* Minor improvement to extensions section in setup.cfg.?ric Araujo2011-09-191-5/+12
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-4/+6
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-2/+4
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-91/+157
* fixed the test_sub_commands testTarek Ziade2011-03-141-8/+4
* fix pysetup testsTarek Ziade2011-03-131-14/+26
* [mq]: commandlineTarek Ziade2011-02-201-8/+3
* Change resource files declaration in setup.cfgPierre-Yves David2011-02-061-9/+10
* merge with upstreamPierre-Yves David2011-02-021-1/+14
|\
| * Parsing extension sections with interpret in setup.cfgAndre Espaze2011-01-301-1/+14
* | MergeFELD Boris2011-01-301-1/+1
|\ \ | |/
| * Parsing compiler arguments with shlex.splitAndre Espaze2011-01-301-1/+1
* | Merge with upstream and update some unittest to the new data-files implementa...FELD Boris2011-01-291-8/+15
|\ \ | |/ |/|
| * Update some unittest to the new way of declaring data_files.FELD Boris2011-01-291-8/+15
* | Building extensions from the setup.cfgAndre Espaze2011-01-291-14/+52
|/
* merged + fixed tests : now README is to be added explicitely in extra_filesTarek Ziade2011-01-291-2/+10
|\
* | simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-291-7/+16
* | assume --description workGael Pasgrimaud2011-01-291-1/+3
* | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-281-18/+95
|/
* fixed a few testsTarek Ziade2011-01-231-2/+3
* Branch merge?ric Araujo2011-01-211-1/+1
|\
| * utf8 is not a valid emacs extensionGeorge Peristerakis2010-12-081-1/+1
* | Don?t use a deprecated name?ric Araujo2010-12-091-2/+2
|/
* Make "python test_config.py" work. See explanation in the diff.?ric Araujo2010-11-161-4/+11
* Silence test_config?ric Araujo2010-11-161-0/+1
* compiler_type -> nameTarek Ziade2010-11-131-1/+1
* now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-131-5/+14
* now you can register your custom compilers using the .cfg filesTarek Ziade2010-11-111-0/+16
* now sub_commands can be configure in the .cfg filesTarek Ziade2010-11-071-1/+42
* removed core.pyTarek Ziade2010-10-251-2/+2
* py_modules -> modulesTarek Ziade2010-10-231-1/+1
* now accepting description-fileTarek Ziade2010-10-131-1/+4
* implemented setup_hook= and commands= in [global]Tarek Ziade2010-10-111-2/+24
* added the package_dir conversionTarek Ziade2010-10-021-2/+4
* mergedTarek Ziade2010-10-021-10/+109
|\
| * added support for more metadata and filesTarek Ziade2010-10-011-6/+101
* | Branch merge?ric Araujo2010-10-011-3/+2
|\ \
| * | refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-2/+1
| |/
* | Remove spurious output with runtests.py (+ modernize test_config)?ric Araujo2010-09-281-19/+17
|/
* forgot to add a test fileTarek Ziade2010-09-221-0/+51