| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Branch merge to trunk | Arc Riley | 2011-03-13 | 94 | -1718/+4749 | |
| | |\ \ | ||||||
| | | * | | pep8/pyflakes fixes for distutils2.depgraph | Kelsey Hightower | 2011-02-28 | 1 | -10/+11 | |
| | | * | | pep8/pyflakes fixes for distutils2.util | Kelsey Hightower | 2011-02-28 | 1 | -3/+4 | |
| | | * | | pep8 fixes for distutils2.resources | Kelsey Hightower | 2011-02-27 | 1 | -2/+5 | |
| | * | | | Changed test.test_support import to test.support when running on Python 3 | Arc Riley | 2010-11-25 | 3 | -7/+8 | |
| | * | | | Applied type checking fix from Python 3.1.2 distutils | Arc Riley | 2010-11-20 | 1 | -2/+1 | |
| | * | | | Replacing wrap_text function with Python builtin textwrap.wrap | Arc Riley | 2010-11-20 | 1 | -62/+2 | |
| * | | | | added a create action | Tarek Ziade | 2011-03-12 | 1 | -0/+1 | |
| * | | | | added a create action | Tarek Ziade | 2011-03-12 | 1 | -1/+8 | |
| * | | | | [mq]: commandline | Tarek Ziade | 2011-02-20 | 5 | -211/+459 | |
| | |/ / |/| | | ||||||
| * | | | cleaned up fancygetopt before refactoring | Tarek Ziade | 2011-02-16 | 1 | -61/+39 | |
| * | | | cleanup util + better names | Tarek Ziade | 2011-02-16 | 2 | -44/+45 | |
| * | | | Merge Kelsey changes | Alexis Metaireau | 2011-02-13 | 24 | -159/+677 | |
| |\ \ \ | ||||||
| | * | | | EnvironmentError does not always have a message attribute (python 2.4) | Alexis Metaireau | 2011-02-13 | 1 | -1/+1 | |
| | * | | | Merging the resource branch ! | Alexis Metaireau | 2011-02-13 | 38 | -272/+281 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge with upstream default branch | FELD Boris | 2011-02-09 | 24 | -160/+677 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Change resource files declaration in setup.cfg | Pierre-Yves David | 2011-02-06 | 4 | -33/+35 | |
| | | * | | | | Add an XXX marker on a silently passing error in package data files. | Pierre-Yves David | 2011-02-06 | 1 | -1/+1 | |
| | | * | | | | simplify resources_dests by removing _expand function | Pierre-Yves David | 2011-02-05 | 1 | -27/+12 | |
| | | * | | | | Allow glob in base part of ressource files | Pierre-Yves David | 2011-02-05 | 2 | -11/+10 | |
| | | * | | | | put relative path logic in a dedicated function | Pierre-Yves David | 2011-02-05 | 1 | -2/+6 | |
| | | * | | | | simplify expand function by remove the "destination" argument. | Pierre-Yves David | 2011-02-05 | 1 | -17/+9 | |
| | | * | | | | remove useless SmartGlob class used by distutils2 module. | Pierre-Yves David | 2011-02-05 | 1 | -22/+22 | |
| | | * | | | | Improve iglob error handling. | Pierre-Yves David | 2011-02-05 | 2 | -2/+44 | |
| | | * | | | | when stdlib iglob is not available use glob instead for extended iblog. | Pierre-Yves David | 2011-02-05 | 1 | -1/+4 | |
| | | * | | | | fix pkgutil test by adding babar 0.1 to installed fake_dist | Pierre-Yves David | 2011-02-05 | 1 | -1/+1 | |
| | | * | | | | fix indent in test | Pierre-Yves David | 2011-02-05 | 1 | -15/+13 | |
| | | * | | | | merge upstream into resources branches | Pierre-Yves David | 2011-02-04 | 15 | -105/+95 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Finish the renaming of datafiles to resources. | FELD Boris | 2011-02-04 | 4 | -92/+125 | |
| | | * | | | | | merge test_glob.py into test_util.py | Pierre-Yves David | 2011-02-02 | 3 | -163/+152 | |
| | | * | | | | | renames datafiles in ressources for consistency with setup.cfg section | Pierre-Yves David | 2011-02-02 | 7 | -22/+22 | |
| | | * | | | | | merge with upstream | Pierre-Yves David | 2011-02-02 | 7 | -29/+153 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Remove iglob from disutils.datafiles public interface | Pierre-Yves David | 2011-02-01 | 1 | -1/+1 | |
| | | * | | | | | | Improve compatibility with pep8 for file datafiles.py | FELD Boris | 2011-01-31 | 1 | -9/+9 | |
| | | * | | | | | | Improve compatibility with pep8 for file config.py | FELD Boris | 2011-01-31 | 1 | -7/+6 | |
| | | * | | | | | | Use Lookup exception instead of DistributionNotFound in pkgutil | FELD Boris | 2011-01-31 | 1 | -2/+1 | |
| | | * | | | | | | Remove lambda use in test._pkgutil | FELD Boris | 2011-01-31 | 1 | -1/+1 | |
| | | * | | | | | | Fix missing import. | FELD Boris | 2011-01-30 | 1 | -1/+2 | |
| | | * | | | | | | Merge with upstream. | FELD Boris | 2011-01-30 | 5 | -73/+96 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge with data files glob work. | FELD Boris | 2011-01-30 | 10 | -46/+117 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Add some tests for retrieving resource path and file object. | FELD Boris | 2011-01-30 | 10 | -47/+119 | |
| | | * | | | | | | | | Move iglob into from distutils2.datafiles module into distutils2.util | Pierre-Yves David | 2011-01-30 | 4 | -67/+211 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge with upstream | FELD Boris | 2011-01-30 | 12 | -81/+337 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ | Merge | FELD Boris | 2011-01-30 | 13 | -152/+190 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Fix last bug, check that data file not exists at the same path and has the sa... | FELD Boris | 2011-01-30 | 2 | -7/+29 | |
| | | | * | | | | | | | | Remove raise into unittest2 check. | FELD Boris | 2011-01-30 | 1 | -1/+0 | |
| | | | * | | | | | | | | Remove bad exception raise. | FELD Boris | 2011-01-30 | 1 | -1/+0 | |
| | | | * | | | | | | | | No file that does not exists can be present in distribution.data_files. | FELD Boris | 2011-01-30 | 2 | -2/+1 | |
| | | | * | | | | | | | | Merge with upstream and update some unittest to the new data-files implementa... | FELD Boris | 2011-01-29 | 14 | -75/+312 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | Update some unittest to the new way of declaring data_files. | FELD Boris | 2011-01-29 | 3 | -20/+18 | |
