summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Mixin2to3 moved from build_py to compat module. ↵Zubin Mithra2010-08-134-103/+118
| | | | | | | | | | | | | | | | test_Mixin2to3.test_additional_fixers issue resolved.
| | * | reverted to revision 532Zubin Mithra2010-08-137-134/+129
| | | |
| | * | _compat.py rename to compat.pyZubin Mithra2010-08-131-0/+0
| | | |
| | * | test for Mixin2to3 changed to import Mixin2to3 from its new ↵Zubin Mithra2010-08-121-2/+1
| | | | | | | | | | | | | | | | location(_compat.Mixin2to3)
| | * | options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3; ↵Zubin Mithra2010-08-126-127/+133
| | | | | | | | | | | | | | | | DistutilsRefactoringTool removed, util.py changed accordingly
| | * | longopt_xlate removed. merged with tarekZubin Mithra2010-08-089-20/+179
| | |\ \
| | | * | longopt_xlate removed.Zubin Mithra2010-08-083-12/+5
| | | | |
| | | * | options made to be a build attribute instead of as a distribution attributeZubin Mithra2010-07-293-12/+12
| | | | |
| | | * | Updated with Tareks branchZubin Mithra2010-07-178-14/+199
| | | |\ \
| | | | * | typo at command/build_py.py corrected.Zubin Mithra2010-07-151-2/+2
| | | | | |
| | | | * | "fixer_names!=[]"(correct comparison)Zubin Mithra2010-07-081-1/+1
| | | | | |
| | | | * | small correction in util.pyZubin Mithra2010-07-081-3/+3
| | | | | |
| | | | * | use_2to3 option added. tests added.Zubin Mithra2010-07-088-17/+202
| | | | | |
* | | | | | one more tiny improvement for test_testKonrad Delong2010-08-151-1/+1
| | | | | |
* | | | | | removed unused warnings & refactored a test to use WarningsCatcherKonrad Delong2010-08-155-22/+7
| | | | | |
* | | | | | refactoring tests for warningsKonrad Delong2010-08-154-19/+9
| | | | | |
* | | | | | removed sample dists (not used in tests any more)Konrad Delong2010-08-157-38/+0
| | | | | |
* | | | | | more test_test refactoringKonrad Delong2010-08-151-39/+37
| | | | | |
* | | | | | docstring for safely_replaceKonrad Delong2010-08-151-0/+4
| | | | | |
* | | | | | refactored test_test to make more use of addCleanupKonrad Delong2010-08-151-24/+22
| | | | | |
* | | | | | reworked test_test to use more mocking and less subprocess :)Konrad Delong2010-08-151-36/+57
| | | | | |
* | | | | | changes chdir to sys.path manipulationKonrad Delong2010-08-151-8/+6
| | | | | |
* | | | | | removed unused mixinKonrad Delong2010-08-151-2/+1
| | | | | |
* | | | | | changed warning to user announcementKonrad Delong2010-08-152-9/+8
| | | | | |
* | | | | | test options casingKonrad Delong2010-08-151-3/+3
| | | | | |
* | | | | | ordering / code layoutKonrad Delong2010-08-152-4/+9
| | | | | |
* | | | | | even better warnings testKonrad Delong2010-08-152-18/+28
| | | | | |
* | | | | | better way for testing for warningsKonrad Delong2010-08-152-14/+13
| | | | | |
* | | | | | tests-require moved to be an option of test commandKonrad Delong2010-08-143-9/+8
| | | | | |
* | | | | | removed leftover codeKonrad Delong2010-08-141-10/+0
| | | | | |
* | | | | | added a fall-through to a default unittest2 test discoveryKonrad Delong2010-08-142-4/+85
| | | | | |
* | | | | | oh noez! whitespace!Konrad Delong2010-08-132-5/+5
| | | | | |
* | | | | | merged upstreamKonrad Delong2010-08-136-206/+138
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Rename index.IndexesError to DistutilsIndexErrorAlexis Metaireau2010-08-133-15/+15
| | | | | |
| * | | | | Rename install_with_deps.py to install_tools.py.Alexis Metaireau2010-08-103-191/+123
| |/ / / /
* | | | | dropped test_loader and added test_runner, renamed test_suiteKonrad Delong2010-08-137-40/+42
| | | | |
* | | | | changed semantics of test_suite to actually mean test_suiteKonrad Delong2010-08-135-9/+14
| | | | |
* | | | | made the test_test pass again + added test boilerplateKonrad Delong2010-08-122-3/+7
| | | | |
* | | | | refactorKonrad Delong2010-08-121-5/+5
| | | | |
* | | | | rearranged importsKonrad Delong2010-08-121-2/+6
| | | | |
* | | | | removed vertical alignKonrad Delong2010-08-121-1/+1
| | | | |
* | | | | merged from upstreamKonrad Delong2010-08-127-761/+778
|\ \ \ \ \ | |/ / / /
| * | | | Fix DistributionMetadata.update?ric Araujo2010-08-122-16/+14
| | | | |
| * | | | Merge from Konrad, minus trailing spaces and plus renaming?ric Araujo2010-08-125-745/+764
| |\ \ \ \
| | * \ \ \ Merge first improvements to mkpkg?ric Araujo2010-08-112-732/+751
| | |\ \ \ \
| | | * | | | Big renaming pass to improve readability?ric Araujo2010-08-111-110/+111
| | | | | | |
| | | * | | | Add notes, fix small things?ric Araujo2010-08-111-16/+45
| | | | | | |
| | | * | | | Update one obsolete filename?ric Araujo2010-07-241-1/+1
| | | | | | |
| | | * | | | Whitespace cleaning?ric Araujo2010-08-111-63/+45
| | | | | | |
| | | * | | | Move Trove classifiers in a separate module?ric Araujo2010-08-082-554/+560
| | | | | | |