summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | 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
| | | | | * | | | | | | | Add a TODO for data files draftFELD Boris2011-01-291-19/+22
| | | | | * | | | | | | | MergeFELD Boris2011-01-293-10/+13
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | Correct typo error in RESOURCE paths mapping file in pkgutil.FELD Boris2011-01-293-10/+13
| | | | | * | | | | | | | | [datafiles] use os.path instead of ospPierre-Yves David2011-01-292-9/+7
| | | | | * | | | | | | | | [datafiles] Only resources_dest and iglob are public.Pierre-Yves David2011-01-291-0/+1
| | | | | |/ / / / / / / /
| | | | | * | | | | | | | Merge with merge with main brancheFELD Boris2011-01-293-7/+30
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | Use public method from sysconfig instead of private one to expand paths. Corr...FELD Boris2011-01-293-7/+30
| | | | | * | | | | | | | | merge with main branchPierre-Yves David2011-01-2921-141/+433
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / | | | | | |/| | | | | | | |
| | | | | * | | | | | | | | MergeFELD Boris2011-01-293-4/+24
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | add support for exclusing datafiles in setup.cfgPierre-Yves David2011-01-291-0/+2
| | | | | | * | | | | | | | | [datafiles] support for files exclusion in resources_destsPierre-Yves David2011-01-292-4/+22
| | | | | * | | | | | | | | | Add example for data-files documentationFELD Boris2011-01-293-22/+110
| | | | | |/ / / / / / / / /
| | | | | * | | | | | | | | mergeFELD Boris2011-01-293-36/+73
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | [datafiles] remove regex use to detect space. You just can't escape themPierre-Yves David2011-01-281-4/+2
| | | | | | * | | | | | | | | [datafiles] add {opt1,opt2,opt3} options to globPierre-Yves David2011-01-282-29/+68
| | | | | | * | | | | | | | | [datafiles/test] more complete suffix testPierre-Yves David2011-01-281-3/+3
| | | | | * | | | | | | | | | Improve data_files documentationFELD Boris2011-01-291-1/+44
| | | | | * | | | | | | | | | Improve data_files documentationFELD Boris2011-01-291-0/+67
| | | | | |/ / / / / / / / /
| | | | | * | | | | | | | | Distutils 2 now install datafiles in the right place (indicated by sysconfig).FELD Boris2011-01-284-44/+76
| | | | | * | | | | | | | | [datafiles] implement suffix in resources_destsPierre-Yves David2011-01-282-44/+41
| | | | | * | | | | | | | | [datafiles/test] First step of test refactoing + last rules overwrite the othersPierre-Yves David2011-01-283-80/+72
| | | | | * | | | | | | | | [datafiles] rename modules and functionPierre-Yves David2011-01-273-26/+23
| | | | | * | | | | | | | | [DATA FILES] Add one assert in test_rglob. All tests green, chuck norris will...FELD Boris2011-01-271-8/+10
| | | | | * | | | | | | | | [DATA FILES] Add support for double wildcard.FELD Boris2011-01-272-15/+97
| | | | | * | | | | | | | | Remove example hierarchy for data_files. Use tempdir instead.FELD Boris2011-01-2710-0/+0
| | | | | * | | | | | | | | Add distutils2 data files glob and unittest.FELD Boris2011-01-273-0/+73
| | | | | * | | | | | | | | Add example hierarchy for data files (example of wiki)FELD Boris2011-01-2710-0/+0
* | | | | | | | | | | | | | Silence distutils2.tests.test_install log output.Kelsey Hightower2011-02-131-4/+3
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fixing a bug in distutils2.index.dist.DistInfo.unpack; does not unpack into t...Kelsey Hightower2011-02-132-7/+17
* | | | | | | | | | | | | Move installation exceptions from distutils2.install to distutils2.errors and...Kelsey Hightower2011-02-132-11/+11
* | | | | | | | | | | | | Added documentation about extra_path. Original patch by Ronald OussorenAlexis Metaireau2011-02-131-0/+20
* | | | | | | | | | | | | Mock sysconfig.get_paths in the mkcfg tests, in order to have the same output...Alexis Metaireau2011-02-121-0/+7
* | | | | | | | | | | | | branch mergeAlexis Metaireau2011-02-113-39/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Refactoring -- Removing grok_environment_error.Kelsey Hightower2011-02-103-39/+1
* | | | | | | | | | | | | | Changing the metadata.version API and relocating the metadata_to_dict function.Kelsey Hightower2011-02-105-54/+73
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge Kelsey?s edits with mine?ric Araujo2011-02-1018-43/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-0912-34/+34
| * | | | | | | | | | | | | pep8 formatting of the distutils2.index packageKelsey Hightower2011-02-095-11/+14
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | More logging tweaks: use real warning method, merge some calls.?ric Araujo2011-02-107-24/+22
* | | | | | | | | | | | | Use lazy form in logging calls, again.?ric Araujo2011-02-1020-98/+99
* | | | | | | | | | | | | Clean up metadata?ric Araujo2011-02-091-35/+36
* | | | | | | | | | | | | Remove unneeded constant in favor of comment.?ric Araujo2011-02-091-3/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Fix type of d2.metadata.__all__?ric Araujo2011-02-061-2/+2
* | | | | | | | | | | | Solve bug with --help-commands.?ric Araujo2011-02-062-17/+15
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Slight cleanup for mkcfg + fixed two bugs with except clauses.?ric Araujo2011-02-032-35/+37
* | | | | | | | | | | Branch merge.?ric Araujo2011-02-0315-73/+75
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | renamed DistributionMetadata to MetadataChristophe Combelles2011-01-2814-64/+65
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Branch merge?ric Araujo2011-02-034-15/+4
|\ \ \ \ \ \ \ \ \ \ \