| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | longopt_xlate removed. merged with tarek | Zubin Mithra | 2010-08-08 | 9 | -20/+179 | |
| | | |\ \ | ||||||
| | | | * | | longopt_xlate removed. | Zubin Mithra | 2010-08-08 | 3 | -12/+5 | |
| | | | | | | ||||||
| | | | * | | options made to be a build attribute instead of as a distribution attribute | Zubin Mithra | 2010-07-29 | 3 | -12/+12 | |
| | | | | | | ||||||
| | | | * | | Updated with Tareks branch | Zubin Mithra | 2010-07-17 | 8 | -14/+199 | |
| | | | |\ \ | ||||||
| | | | | * | | typo at command/build_py.py corrected. | Zubin Mithra | 2010-07-15 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | | * | | "fixer_names!=[]"(correct comparison) | Zubin Mithra | 2010-07-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | | * | | small correction in util.py | Zubin Mithra | 2010-07-08 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | | | * | | use_2to3 option added. tests added. | Zubin Mithra | 2010-07-08 | 8 | -17/+202 | |
| | | | | | | | ||||||
| * | | | | | | one more tiny improvement for test_test | Konrad Delong | 2010-08-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | removed unused warnings & refactored a test to use WarningsCatcher | Konrad Delong | 2010-08-15 | 5 | -22/+7 | |
| | | | | | | | ||||||
| * | | | | | | refactoring tests for warnings | Konrad Delong | 2010-08-15 | 4 | -19/+9 | |
| | | | | | | | ||||||
| * | | | | | | removed sample dists (not used in tests any more) | Konrad Delong | 2010-08-15 | 7 | -38/+0 | |
| | | | | | | | ||||||
| * | | | | | | more test_test refactoring | Konrad Delong | 2010-08-15 | 1 | -39/+37 | |
| | | | | | | | ||||||
| * | | | | | | docstring for safely_replace | Konrad Delong | 2010-08-15 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | refactored test_test to make more use of addCleanup | Konrad Delong | 2010-08-15 | 1 | -24/+22 | |
| | | | | | | | ||||||
| * | | | | | | reworked test_test to use more mocking and less subprocess :) | Konrad Delong | 2010-08-15 | 1 | -36/+57 | |
| | | | | | | | ||||||
| * | | | | | | changes chdir to sys.path manipulation | Konrad Delong | 2010-08-15 | 1 | -8/+6 | |
| | | | | | | | ||||||
| * | | | | | | removed unused mixin | Konrad Delong | 2010-08-15 | 1 | -2/+1 | |
| | | | | | | | ||||||
| * | | | | | | changed warning to user announcement | Konrad Delong | 2010-08-15 | 2 | -9/+8 | |
| | | | | | | | ||||||
| * | | | | | | test options casing | Konrad Delong | 2010-08-15 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | ordering / code layout | Konrad Delong | 2010-08-15 | 2 | -4/+9 | |
| | | | | | | | ||||||
| * | | | | | | even better warnings test | Konrad Delong | 2010-08-15 | 2 | -18/+28 | |
| | | | | | | | ||||||
| * | | | | | | better way for testing for warnings | Konrad Delong | 2010-08-15 | 2 | -14/+13 | |
| | | | | | | | ||||||
| * | | | | | | tests-require moved to be an option of test command | Konrad Delong | 2010-08-14 | 3 | -9/+8 | |
| | | | | | | | ||||||
| * | | | | | | removed leftover code | Konrad Delong | 2010-08-14 | 1 | -10/+0 | |
| | | | | | | | ||||||
| * | | | | | | added a fall-through to a default unittest2 test discovery | Konrad Delong | 2010-08-14 | 2 | -4/+85 | |
| | | | | | | | ||||||
| * | | | | | | oh noez! whitespace! | Konrad Delong | 2010-08-13 | 2 | -5/+5 | |
| | | | | | | | ||||||
| * | | | | | | merged upstream | Konrad Delong | 2010-08-13 | 6 | -206/+138 | |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | Rename index.IndexesError to DistutilsIndexError | Alexis Metaireau | 2010-08-13 | 3 | -15/+15 | |
| | | | | | | | ||||||
| | * | | | | | Rename install_with_deps.py to install_tools.py. | Alexis Metaireau | 2010-08-10 | 3 | -191/+123 | |
| | |/ / / / | ||||||
| * | | | | | dropped test_loader and added test_runner, renamed test_suite | Konrad Delong | 2010-08-13 | 7 | -40/+42 | |
| | | | | | | ||||||
| * | | | | | changed semantics of test_suite to actually mean test_suite | Konrad Delong | 2010-08-13 | 5 | -9/+14 | |
| | | | | | | ||||||
| * | | | | | made the test_test pass again + added test boilerplate | Konrad Delong | 2010-08-12 | 2 | -3/+7 | |
| | | | | | | ||||||
| * | | | | | refactor | Konrad Delong | 2010-08-12 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | rearranged imports | Konrad Delong | 2010-08-12 | 1 | -2/+6 | |
| | | | | | | ||||||
| * | | | | | removed vertical align | Konrad Delong | 2010-08-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | merged from upstream | Konrad Delong | 2010-08-12 | 7 | -761/+778 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Fix DistributionMetadata.update | ?ric Araujo | 2010-08-12 | 2 | -16/+14 | |
| | | | | | | ||||||
| | * | | | | Merge from Konrad, minus trailing spaces and plus renaming | ?ric Araujo | 2010-08-12 | 5 | -745/+764 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge first improvements to mkpkg | ?ric Araujo | 2010-08-11 | 2 | -732/+751 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Big renaming pass to improve readability | ?ric Araujo | 2010-08-11 | 1 | -110/+111 | |
| | | | | | | | | ||||||
| | | | * | | | | Add notes, fix small things | ?ric Araujo | 2010-08-11 | 1 | -16/+45 | |
| | | | | | | | | ||||||
| | | | * | | | | Update one obsolete filename | ?ric Araujo | 2010-07-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | * | | | | Whitespace cleaning | ?ric Araujo | 2010-08-11 | 1 | -63/+45 | |
| | | | | | | | | ||||||
| | | | * | | | | Move Trove classifiers in a separate module | ?ric Araujo | 2010-08-08 | 2 | -554/+560 | |
| | | | | | | | | ||||||
| | | | * | | | | Start improving mkpkg (#8591) | ?ric Araujo | 2010-08-08 | 1 | -11/+12 | |
| | | | | | | | | ||||||
| * | | | | | | | test command uses resolve_dotted_name, desctiption added, _backport.any fix, ↵ | Konrad Delong | 2010-08-12 | 3 | -23/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added test to commands.__all__ | |||||
| * | | | | | | | merged test improvments | Konrad Delong | 2010-08-12 | 12 | -37/+56 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | merged from upstream | Konrad Delong | 2010-08-09 | 2 | -10/+29 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | | * | | | | | better resolve_dotted_name | Konrad Delong | 2010-08-09 | 2 | -10/+29 | |
| | | | |/ / / | | |/| | | | ||||||
