summaryrefslogtreecommitdiff
path: root/distutils2/config.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple values for package_data in setup.cfg (#11805).?ric Araujo2012-02-051-6/+18
* Remove unused names?ric Araujo2011-11-201-1/+0
* Kludge around shlex not supporting unicode in 2.x (#13170).?ric Araujo2011-10-191-2/+4
* Synchronize config with packaging (fixes #13170)?ric Araujo2011-10-181-2/+1
* Don?t let invalid line in setup.cfg pass silently?ric Araujo2011-09-191-3/+4
* Minor improvement to extensions in setup.cfg: check parent package?ric Araujo2011-09-191-1/+16
* Minor improvement to extensions section in setup.cfg.?ric Araujo2011-09-191-4/+7
* Fix the backport fixes.?ric Araujo2011-09-181-10/+14
* Use `setup.cfg` as the canonical source for installationJeremy Kloth2011-09-121-1/+2
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-4/+6
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-82/+118
* Merging the resource branch !Alexis Metaireau2011-02-131-3/+5
|\
| * Use lazy form in logging calls, again.?ric Araujo2011-02-101-4/+5
* | Change resource files declaration in setup.cfgPierre-Yves David2011-02-061-14/+12
* | Add an XXX marker on a silently passing error in package data files.Pierre-Yves David2011-02-061-1/+1
* | renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-021-1/+1
* | merge with upstreamPierre-Yves David2011-02-021-1/+10
|\ \ | |/
| * Parsing extension sections with interpret in setup.cfgAndre Espaze2011-01-301-1/+10
* | Improve compatibility with pep8 for file config.pyFELD Boris2011-01-311-7/+6
* | MergeFELD Boris2011-01-301-8/+3
|\ \ | |/
| * Parsing compiler arguments with shlex.splitAndre Espaze2011-01-301-8/+3
* | Merge with upstream and update some unittest to the new data-files implementa...FELD Boris2011-01-291-12/+23
|\ \ | |/ |/|
| * Update some unittest to the new way of declaring data_files.FELD Boris2011-01-291-11/+2
| * Merge with main branchFELD Boris2011-01-291-2/+24
| |\
| | * merge with main branchPierre-Yves David2011-01-291-15/+31
| | |\
| | * | add support for exclusing datafiles in setup.cfgPierre-Yves David2011-01-291-0/+2
| | * | [datafiles] remove regex use to detect space. You just can't escape themPierre-Yves David2011-01-281-4/+2
| | * | Distutils 2 now install datafiles in the right place (indicated by sysconfig).FELD Boris2011-01-281-2/+24
* | | | make a private function private :)Alexis Metaireau2011-01-291-14/+15
* | | | merge with Andr?Alexis Metaireau2011-01-291-2/+2
|\ \ \ \ | |/ / /
| * | | Fix two NameErrors (#11057)?ric Araujo2011-01-291-1/+2
| | |/ | |/|
* | | Building extensions from the setup.cfgAndre Espaze2011-01-291-0/+46
|/ /
* | make sure we don't convert packages_root into a multiline valueTarek Ziade2011-01-291-1/+8
* | merge to lastest headGael Pasgrimaud2011-01-291-5/+6
|\ \
| * \ merge Julien's cloneGael Pasgrimaud2011-01-291-5/+17
| |\ \
| * | | Better handling of multi lines fields of the setup.cfg.Julien Miotte2011-01-281-5/+6
| | |/ | |/|
* | | simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-291-5/+1
| |/ |/|
* | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-281-5/+17
|/
* Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-3/+3
* now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-131-20/+19
* now you can register your custom compilers using the .cfg filesTarek Ziade2010-11-111-0/+9
* now sub_commands can be configure in the .cfg filesTarek Ziade2010-11-071-20/+24
* introducing a logger object and started to drop log module usageTarek Ziade2010-10-251-4/+4
* py_modules -> modulesTarek Ziade2010-10-231-1/+1
* now sdist uses the extra_files option from setup.cfg, and the Distribution ob...Tarek Ziade2010-10-171-1/+1
* now accepting description-fileTarek Ziade2010-10-131-0/+14
* implemented setup_hook= and commands= in [global]Tarek Ziade2010-10-111-13/+35
* allow one-liner for packagesTarek Ziade2010-10-021-1/+5
* added the package_dir conversionTarek Ziade2010-10-021-1/+11
* added support for more metadata and filesTarek Ziade2010-10-011-0/+42