summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
| * | Branch merge to trunkArc Riley2011-03-1394-1718/+4749
| |\ \
| | * | pep8/pyflakes fixes for distutils2.depgraphKelsey Hightower2011-02-281-10/+11
| | * | pep8/pyflakes fixes for distutils2.utilKelsey Hightower2011-02-281-3/+4
| | * | pep8 fixes for distutils2.resourcesKelsey Hightower2011-02-271-2/+5
| * | | Changed test.test_support import to test.support when running on Python 3Arc Riley2010-11-253-7/+8
| * | | Applied type checking fix from Python 3.1.2 distutilsArc Riley2010-11-201-2/+1
| * | | Replacing wrap_text function with Python builtin textwrap.wrapArc Riley2010-11-201-62/+2
* | | | added a create actionTarek Ziade2011-03-121-0/+1
* | | | added a create actionTarek Ziade2011-03-121-1/+8
* | | | [mq]: commandlineTarek Ziade2011-02-205-211/+459
| |/ / |/| |
* | | cleaned up fancygetopt before refactoringTarek Ziade2011-02-161-61/+39
* | | cleanup util + better namesTarek Ziade2011-02-162-44/+45
* | | Merge Kelsey changesAlexis Metaireau2011-02-1324-159/+677
|\ \ \
| * | | EnvironmentError does not always have a message attribute (python 2.4)Alexis Metaireau2011-02-131-1/+1
| * | | Merging the resource branch !Alexis Metaireau2011-02-1338-272/+281
| |\ \ \
| * \ \ \ Merge with upstream default branchFELD Boris2011-02-0924-160/+677
| |\ \ \ \
| | * | | | Change resource files declaration in setup.cfgPierre-Yves David2011-02-064-33/+35
| | * | | | Add an XXX marker on a silently passing error in package data files.Pierre-Yves David2011-02-061-1/+1
| | * | | | simplify resources_dests by removing _expand functionPierre-Yves David2011-02-051-27/+12
| | * | | | Allow glob in base part of ressource filesPierre-Yves David2011-02-052-11/+10
| | * | | | put relative path logic in a dedicated functionPierre-Yves David2011-02-051-2/+6
| | * | | | simplify expand function by remove the "destination" argument.Pierre-Yves David2011-02-051-17/+9
| | * | | | remove useless SmartGlob class used by distutils2 module.Pierre-Yves David2011-02-051-22/+22
| | * | | | Improve iglob error handling.Pierre-Yves David2011-02-052-2/+44
| | * | | | when stdlib iglob is not available use glob instead for extended iblog.Pierre-Yves David2011-02-051-1/+4
| | * | | | fix pkgutil test by adding babar 0.1 to installed fake_distPierre-Yves David2011-02-051-1/+1
| | * | | | fix indent in testPierre-Yves David2011-02-051-15/+13
| | * | | | merge upstream into resources branchesPierre-Yves David2011-02-0415-105/+95
| | |\ \ \ \
| | * | | | | Finish the renaming of datafiles to resources.FELD Boris2011-02-044-92/+125
| | * | | | | merge test_glob.py into test_util.pyPierre-Yves David2011-02-023-163/+152
| | * | | | | renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-027-22/+22
| | * | | | | merge with upstreamPierre-Yves David2011-02-027-29/+153
| | |\ \ \ \ \
| | * | | | | | Remove iglob from disutils.datafiles public interfacePierre-Yves David2011-02-011-1/+1
| | * | | | | | Improve compatibility with pep8 for file datafiles.pyFELD Boris2011-01-311-9/+9
| | * | | | | | Improve compatibility with pep8 for file config.pyFELD Boris2011-01-311-7/+6
| | * | | | | | Use Lookup exception instead of DistributionNotFound in pkgutilFELD Boris2011-01-311-2/+1
| | * | | | | | Remove lambda use in test._pkgutilFELD Boris2011-01-311-1/+1
| | * | | | | | Fix missing import.FELD Boris2011-01-301-1/+2
| | * | | | | | Merge with upstream.FELD Boris2011-01-305-73/+96
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with data files glob work.FELD Boris2011-01-3010-46/+117
| | |\ \ \ \ \ \ \
| | | * | | | | | | Add some tests for retrieving resource path and file object.FELD Boris2011-01-3010-47/+119
| | * | | | | | | | Move iglob into from distutils2.datafiles module into distutils2.utilPierre-Yves David2011-01-304-67/+211
| | |/ / / / / / /
| | * | | | | | | Merge with upstreamFELD Boris2011-01-3012-81/+337
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ MergeFELD Boris2011-01-3013-152/+190
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Fix last bug, check that data file not exists at the same path and has the sa...FELD Boris2011-01-302-7/+29
| | | * | | | | | | | Remove raise into unittest2 check.FELD Boris2011-01-301-1/+0
| | | * | | | | | | | Remove bad exception raise.FELD Boris2011-01-301-1/+0
| | | * | | | | | | | No file that does not exists can be present in distribution.data_files.FELD Boris2011-01-302-2/+1
| | | * | | | | | | | Merge with upstream and update some unittest to the new data-files implementa...FELD Boris2011-01-2914-75/+312
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Update some unittest to the new way of declaring data_files.FELD Boris2011-01-293-20/+18