summaryrefslogtreecommitdiff
path: root/distutils2/command
Commit message (Expand)AuthorAgeFilesLines
...
* fix pysetup testsTarek Ziade2011-03-131-1/+4
* EnvironmentError does not always have a message attribute (python 2.4)Alexis Metaireau2011-02-131-1/+1
* Merging the resource branch !Alexis Metaireau2011-02-1310-33/+29
|\
| * Changing the metadata.version API and relocating the metadata_to_dict function.Kelsey Hightower2011-02-102-5/+5
| * Merge Kelsey?s edits with mine?ric Araujo2011-02-105-9/+9
| |\
| | * Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-095-10/+10
| * | More logging tweaks: use real warning method, merge some calls.?ric Araujo2011-02-102-5/+4
| * | Use lazy form in logging calls, again.?ric Araujo2011-02-108-26/+23
| |/
* | Merge with upstream default branchFELD Boris2011-02-093-51/+68
|\ \ | |/ |/|
| * merge upstream into resources branchesPierre-Yves David2011-02-041-8/+1
| |\
| * | Finish the renaming of datafiles to resources.FELD Boris2011-02-041-8/+9
| * | renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-023-16/+16
| * | merge with upstreamPierre-Yves David2011-02-021-4/+5
| |\ \
| * | | Fix last bug, check that data file not exists at the same path and has the sa...FELD Boris2011-01-301-1/+6
| * | | No file that does not exists can be present in distribution.data_files.FELD Boris2011-01-301-1/+1
| * | | Merge with main branchFELD Boris2011-01-293-44/+55
| |\ \ \
| | * | | Only create DATAFILES if distribution include data files.FELD Boris2011-01-291-12/+12
| | * | | Correct bug : DATAFILES not added in RECORD file.FELD Boris2011-01-291-15/+21
| | * | | Correct typo error in RESOURCE paths mapping file in pkgutil.FELD Boris2011-01-291-9/+4
| | * | | Merge with merge with main brancheFELD Boris2011-01-291-4/+4
| | |\ \ \
| | | * | | Use public method from sysconfig instead of private one to expand paths. Corr...FELD Boris2011-01-291-4/+4
| | * | | | merge with main branchPierre-Yves David2011-01-293-68/+18
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Distutils 2 now install datafiles in the right place (indicated by sysconfig).FELD Boris2011-01-283-42/+52
* | | | | | Solve bug with --help-commands.?ric Araujo2011-02-061-0/+5
| |_|_|_|/ |/| | | |
* | | | | Branch merge?ric Araujo2011-02-031-8/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Branch merge.?ric Araujo2011-01-291-8/+1
| |/ / /
* | | | Don't check twice the same thing (restructured text compatibility).Alexis Metaireau2011-02-011-1/+1
* | | | Merge branch 'master' of /Users/gotcha/co/distutils2/gitGodefroid Chapelle2011-01-301-1/+3
|\ \ \ \
| * | | | metadata warnings were not shown to the userGodefroid Chapelle2011-01-301-1/+3
* | | | | merge changes by sprintGodefroid Chapelle2011-01-293-40/+23
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Branch merge?ric Araujo2011-01-291-0/+3
| |\ \ \
| | * \ \ Branch merge?ric Araujo2011-01-291-0/+3
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Fix attribute error?ric Araujo2010-12-091-0/+3
| * | | | Fix two NameErrors (#11057)?ric Araujo2011-01-291-2/+3
| |/ / /
| * | | merged + fixed tests : now README is to be added explicitely in extra_filesTarek Ziade2011-01-291-30/+1
| |\ \ \
| * | | | simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-291-37/+9
| * | | | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-281-1/+8
* | | | | metadata.check checks for missing authorGodefroid Chapelle2011-01-291-2/+1
| |/ / / |/| | |
* | | | avoid inclusion of README or test/*.pyGodefroid Chapelle2011-01-281-29/+0
|/ / /
* | | fixed #11038. Add strict parameter to metadata.check() and use the strict mod...Gael Pasgrimaud2011-01-281-1/+1
| |/ |/|
* | fixed a few testsTarek Ziade2011-01-231-0/+4
* | Branch merge?ric Araujo2011-01-211-3/+3
|\ \
| * | improved test coverage on command.bdistAndrew Francis2010-12-081-3/+3
* | | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-177-9/+8
* | | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).?ric Araujo2010-12-151-1/+1
* | | Remove deprecated code o/?ric Araujo2010-11-261-18/+1
|/ /
* | A touch of PEP 8 and pyflaking?ric Araujo2010-11-164-50/+41
* | Don?t import sysconfig from the (2.7) stdlib.?ric Araujo2010-11-162-8/+2
* | moved extension into compiler/Tarek Ziade2010-11-131-1/+1
* | now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-133-27/+55