summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | mergeAlexis Metaireau2011-01-292-58/+320
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | merge with AlainAlexis Metaireau2011-01-2938-774/+2457
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | Improve mkcfg script to recycle deprecated setup.pyAlain Leufroy2011-01-292-58/+320
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | raise if the distribution is not found. also disable cache for testingGael Pasgrimaud2011-01-292-1/+10
| | * | | | | | | merge to latestGael Pasgrimaud2011-01-2920-383/+1773
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Branch merge?ric Araujo2011-01-2910-218/+1396
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Branch merge?ric Araujo2011-01-2910-207/+1454
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Fix one bug and one warning found by pyflakes. Will backport to stdlib.?ric Araujo2010-11-012-1/+2
| | | | | * | | | | | Synchronize shutil with latest py3k version (with tests).?ric Araujo2010-11-012-64/+1190
| | | | | * | | | | | Touch up some comments, fix pyflakes and pep8 warnings?ric Araujo2010-10-312-27/+28
| | | | | * | | | | | Remove unneeded function?ric Araujo2010-10-311-7/+1
| | | | | * | | | | | 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
| | | | | * | | | | | Add documentation for useful pkgutil functions and classes (#7303).?ric Araujo2010-10-311-46/+172
| | | | | * | | | | | Fix syntax in code blocks that were not colorized?ric Araujo2010-10-311-1/+2
| | | | | * | | | | | 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-2910-311/+293
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | 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-2949-139/+336
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ 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
* | | | | | | | | | | | update setupcfg documentation page with some notes and new examplesJulien Jehannet2011-01-291-18/+45
|/ / / / / / / / / / /
* | | | | | | | | | | mergedTarek Ziade2011-01-294-242/+267
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | split the micro-language for PEP 345 in markersTarek Ziade2011-01-294-242/+267
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | remove unwanted diffAlexis Metaireau2011-01-291-23/+0
|/ / / / / / / / / /
* | | | | | | | | | 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
* | | | | | | | | | doc about the packages_root optionTarek Ziade2011-01-291-0/+3
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | make sure we don't convert packages_root into a multiline valueTarek Ziade2011-01-291-1/+8
* | | | | | | | | merge to lastest headGael Pasgrimaud2011-01-294-6/+149
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge Julien's cloneGael Pasgrimaud2011-01-2914-40/+213
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixing: the long-description field was never taken into accountJulien Miotte2011-01-292-6/+30
| * | | | | | | | | | '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