summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Don't check twice the same thing (restructured text compatibility).Alexis Metaireau2011-02-012-3/+3
* | | | | | | | | | | Remove the call to generate_distutils_setup_py from utils.Alexis Metaireau2011-02-011-2/+0
* | | | | | | | | | | merge changes from central repoGodefroid Chapelle2011-02-014-13/+113
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pep8 formatGodefroid Chapelle2011-01-301-6/+10
| * | | | | | | | | | | Merge branch 'master' of /Users/gotcha/co/distutils2/gitGodefroid Chapelle2011-01-302-2/+41
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | metadata warnings were not shown to the userGodefroid Chapelle2011-01-302-2/+41
| * | | | | | | | | | | | merge changes by sprintGodefroid Chapelle2011-01-2926-680/+2231
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | metadata.check checks for missing authorGodefroid Chapelle2011-01-293-7/+64
* | | | | | | | | | | | | mergeAlexis Metaireau2011-02-011-10/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Removing useless print message in the distutils->d2 setup.py script.Julien Miotte2011-01-311-1/+0
| * | | | | | | | | | | | | Refactoring the way we write the distutils setup.py.Julien Miotte2011-01-311-9/+15
* | | | | | | | | | | | | | Parsing extension sections with interpret in setup.cfgAndre Espaze2011-01-302-2/+24
* | | | | | | | | | | | | | Fixing typo: Removing debugging lineAndre Espaze2011-01-301-1/+0
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | make sure the dir exists in that caseTarek Ziade2011-01-301-1/+2
* | | | | | | | | | | | | mergedTarek Ziade2011-01-303-16/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | hooked the remove code - tests w/ data tree coming upTarek Ziade2011-01-303-16/+81
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Moving from spawn to subprocess.call for posixAndre Espaze2011-01-302-57/+14
|/ / / / / / / / / / / /
* | | | | | | | | | | | fix mkcfg for python 2.4 (provides/obsoletes/requires)Tarek Ziade2011-01-301-5/+7
* | | | | | | | | | | | reintroduced any (used by python2.4)Tarek Ziade2011-01-301-1/+7
* | | | | | | | | | | | removing paf fileTarek Ziade2011-01-301-0/+1
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | mergedTarek Ziade2011-01-305-27/+67
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | added a test for the unpack APITarek Ziade2011-01-304-3/+36
| * | | | | | | | | | fixed bad mergeTarek Ziade2011-01-301-1/+6
| * | | | | | | | | | cleanupTarek Ziade2011-01-301-23/+25
* | | | | | | | | | | merge with upstreamAlexis Metaireau2011-01-301-23/+0
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ branch mergeAlexis Metaireau2011-01-301-23/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | remove useless functions in test_installAlexis Metaireau2011-01-301-23/+0
* | | | | | | | | | | | | Fixing mkcfg conversion if no data_files in setup.pyAndre Espaze2011-01-301-17/+19
|/ / / / / / / / / / / /
* | | | | | | | | | | | merge with Andr?Alexis Metaireau2011-01-305-19/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Parsing compiler arguments with shlex.splitAndre Espaze2011-01-302-9/+4
| * | | | | | | | | | | Fixing tests on provides_distribution (the two beers bug)Andre Espaze2011-01-303-10/+12
| |/ / / / / / / / / /
* | | | | | | | | | | cleaned up the install moduleTarek Ziade2011-01-302-49/+58
|/ / / / / / / / / /
* | | | | | | | | | added some cleanup after the tests to make sure that we don't leak temp filesYannick Gingras2011-01-291-0/+6
* | | | | | | | | | removed the installation to an empty path from the API and fixed a leaking te...Yannick Gingras2011-01-292-28/+29
* | | | | | | | | | Automated merge with ssh://bitbucket.org/tarek/distutils2Yannick Gingras2011-01-291-3/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | fixed another leaking tempdirYannick Gingras2011-01-291-0/+6
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | corrected a leaked temp dir problemYannick Gingras2011-01-291-3/+3
* | | | | | | | | make a private function private :)Alexis Metaireau2011-01-291-14/+15
* | | | | | | | | merge with Andr?Alexis Metaireau2011-01-2915-244/+1695
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | mergeAlexis Metaireau2011-01-292-58/+320
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | merge with AlainAlexis Metaireau2011-01-2931-722/+2262
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | 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-2918-336/+1599
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Branch merge?ric Araujo2011-01-298-171/+1222
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Branch merge?ric Araujo2011-01-298-160/+1280
| | | |\ \ \ \ \ \
| | | | * | | | | | 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