summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | Clean up imports in pkgutil?ric Araujo2010-10-312-34/+10
| | | | * | | | | | Prevent pydoc failure with zipfile on sys.path (#4005 backport)?ric Araujo2010-10-312-2/+7
| | | | * | | | | | Fix wrong name (thanks pyflakes)?ric Araujo2010-10-311-1/+1
| | | | * | | | | | Fix attribute error?ric Araujo2010-12-091-0/+3
| | | | * | | | | | Remove bogus argument from TempdirManager.create_dist?ric Araujo2010-10-301-6/+7
| | | | * | | | | | Rename ambiguous record file in one test?ric Araujo2010-10-301-4/+4
| | * | | | | | | | Remove unused any?ric Araujo2011-01-291-6/+0
| | * | | | | | | | Fix two NameErrors (#11057)?ric Araujo2011-01-292-3/+5
| * | | | | | | | | first implementation of the remove() methodGael Pasgrimaud2011-01-293-2/+123
| * | | | | | | | | cache need to take care of pathsGael Pasgrimaud2011-01-291-2/+2
| * | | | | | | | | merge latestGael Pasgrimaud2011-01-298-288/+290
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | add assertIsFileGael Pasgrimaud2011-01-291-0/+12
* | | | | | | | | | Building extensions from the setup.cfgAndre Espaze2011-01-292-14/+98
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | branch mergeAlexis Metaireau2011-01-298-167/+382
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Update installer tests.Alexis Metaireau2011-01-294-61/+138
| * | | | | | | | merge the installerAlexis Metaireau2011-01-2943-121/+303
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge tarek changes.Alexis Metaireau2011-01-283-5/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | savepointTarek Ziade2010-12-265-16/+107
| * | | | | | | | | | move the unpack utilities to _backportAlexis Metaireau2011-01-034-164/+73
| * | | | | | | | | | savepointTarek Ziade2011-01-035-20/+241
* | | | | | | | | | | allowing customization of pathsTarek Ziade2011-01-291-8/+8
* | | | | | | | | | | split the micro-language for PEP 345 in markersTarek Ziade2011-01-294-242/+267
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | merged + fixed tests : now README is to be added explicitely in extra_filesTarek Ziade2011-01-293-38/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | avoid inclusion of README or test/*.pyGodefroid Chapelle2011-01-282-35/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | make sure we don't convert packages_root into a multiline valueTarek Ziade2011-01-291-1/+8
* | | | | | | | merge to lastest headGael Pasgrimaud2011-01-293-6/+126
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge Julien's cloneGael Pasgrimaud2011-01-2910-35/+195
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixing: the long-description field was never taken into accountJulien Miotte2011-01-291-6/+7
| * | | | | | | | | 'Supported-Platform' was missing from the list of multiple use fields.Julien Miotte2011-01-281-1/+1
| * | | | | | | | | Adding methods to generate a distutils setup.py file reading the setup.cfg.Julien Miotte2011-01-281-0/+114
| * | | | | | | | | Better handling of multi lines fields of the setup.cfg.Julien Miotte2011-01-282-5/+10
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-297-62/+51
| |/ / / / / / / |/| | | | | | |
* | | | | | | | add --metadata optionGael Pasgrimaud2011-01-291-0/+29
* | | | | | | | assume --description workGael Pasgrimaud2011-01-291-1/+3
* | | | | | | | add docstring to all public api of DistributionMetadataGael Pasgrimaud2011-01-281-0/+6
* | | | | | | | add DistributionMetadata to apiref. fix directives in modules documentationGael Pasgrimaud2011-01-281-2/+8
* | | | | | | | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-284-24/+121
* | | | | | | | move lineGael Pasgrimaud2011-01-281-2/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Fix a test following last Gael's commit.Alexis Metaireau2011-01-281-1/+1
* | | | | | | fixed #11038. Add strict parameter to metadata.check() and use the strict mod...Gael Pasgrimaud2011-01-285-7/+27
|/ / / / / /
* | | | | | fixed a few testsTarek Ziade2011-01-233-3/+9
* | | | | | Print a space after multi-line prompt?ric Araujo2011-01-211-1/+1
* | | | | | setup.cfg does not need to be executable?ric Araujo2011-01-211-1/+1
* | | | | | Silence chatty test. No cookie point for Alexis!?ric Araujo2011-01-211-2/+5
* | | | | | Branch merge?ric Araujo2011-01-2115-24/+175
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Yannick Gingras2010-12-091-1/+7
| |\ \ \ \ \
| | * | | | | made sure that we test both side of the skip_build optionYannick Gingras2010-12-091-1/+7
| * | | | | | Added a repr test for depgraphAntoine Reversat2010-12-081-0/+10
| * | | | | | mergeLouis Munro2010-12-087-25/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | merged.Louis Munro2010-12-087-25/+0
| | |\ \ \ \ \