summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | Ran 2to3 on runtests.py, the resulting changes run clean on Python 2.4+Arc Riley2010-11-201-1/+1
| * | | Porting setup.py for Python 3:Arc Riley2010-11-201-4/+24
* | | | added a create actionTarek Ziade2011-03-121-0/+1
* | | | added a create actionTarek Ziade2011-03-121-1/+8
* | | | [mq]: commandlineTarek Ziade2011-02-206-211/+465
| |/ / |/| |
* | | cleaned up fancygetopt before refactoringTarek Ziade2011-02-161-61/+39
* | | cleanup util + better namesTarek Ziade2011-02-162-44/+45
* | | Merge Kelsey changesAlexis Metaireau2011-02-1327-163/+1031
|\ \ \
| * | | EnvironmentError does not always have a message attribute (python 2.4)Alexis Metaireau2011-02-131-1/+1
| * | | Merging the resource branch !Alexis Metaireau2011-02-1339-281/+301
| |\ \ \
| * | | | Improve distutils2 resources documentation.FELD Boris2011-02-091-114/+241
| * | | | Merge with upstream default branchFELD Boris2011-02-0927-163/+903
| |\ \ \ \
| | * | | | 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-0422-124/+121
| | |\ \ \ \
| | * | | | | Finish the renaming of datafiles to resources.FELD Boris2011-02-045-92/+126
| | * | | | | 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-029-30/+207
| | |\ \ \ \ \
| | * | | | | | 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-3014-84/+562
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ MergeFELD Boris2011-01-3016-175/+385
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | 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-2916-78/+536
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Update some unittest to the new way of declaring data_files.FELD Boris2011-01-293-20/+18
| | | | * | | | | | | | Rename pkgutil.open to avoid overwriting builtin function openFELD Boris2011-01-291-1/+1
| | | | * | | | | | | | Merge with main branchFELD Boris2011-01-2911-50/+514
| | | | |\ \ \ \ \ \ \ \