aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Add support for Mercurial URLs.Paulo Koch2011-10-111-0/+11
* Add support for git URLs.Paulo Koch2011-10-111-0/+11
* Make this test less chattyErik Bray2012-09-111-0/+7
* mergeErik Bray2012-09-112-0/+87
|\
| * Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-052-0/+87
| |\
| | * adds a test for pr #4Erik Bray2012-09-051-0/+79
| | * This allows the sdist command to ensure that any files listed in package_data...Erik Bray2012-02-131-0/+8
* | | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-064-29/+88
|/ /
* | move _markerlib test into setuptools/testDaniel Holth2012-08-251-0/+98
* | add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
* | Oups.Lennart Regebro2012-08-241-1/+1
* | Merge.Lennart Regebro2012-08-241-1/+1
|\ \
| * | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
* | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-222-8/+17
|/ /
* | Issue 315:Lennart Regebro2012-08-221-0/+4
* | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-226-78/+78
* | Issue #313: Support for sdist subcommands (Python 2.7)Lennart Regebro2012-08-221-1/+11
* | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
* | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-221-1/+1
* | Issue #306: Even if 2to3 is used, we build in-place under Python 2.Lennart Regebro2012-08-222-3/+3
* | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
* | Added fix for the develop command, #299.Lennart Regebro2012-08-213-13/+44
* | Added failing test for #299.Lennart Regebro2012-08-212-13/+37
* | Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
* | Add failing test for #301.Lennart Regebro2012-08-212-1/+114
* | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.Arfrever Frehtes Taifersar Arahesis2012-07-251-2/+0
* | Don't raise when exception is caughtJason R. Coombs2012-07-221-0/+1
* | MergeJason R. Coombs2012-07-221-7/+6
|\ \
| * | Update this test again to ensure it's trapping the expected exception (Distut...Jason R. Coombs2012-07-221-5/+6
* | | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4
* | | Fix compatibility skipIfJason R. Coombs2012-07-221-0/+1
* | | Use compatible skipIfJason R. Coombs2012-07-221-2/+2
* | | Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-222-0/+15
* | | Use DALS to avoid breaking indentation in test setup. Removed flag indicating...Jason R. Coombs2012-07-221-22/+26
* | | Updated imports, removed excess whitespaceJason R. Coombs2012-07-221-14/+17
* | | Merged in msabramo/distribute_msabramo_py33 (pull request #10)Jason R. Coombs2012-07-211-1/+5
|\ \ \
| * | | Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-261-1/+5
* | | | Merge pull request #12Jason R. Coombs2012-07-212-0/+71
|\ \ \ \
| * | | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-142-0/+71
| |/ / /
* | | | Reorganized importsJason R. Coombs2012-07-211-1/+9
* | | | Merged in dholth/distribute (pull request #11)Jason R. Coombs2012-07-211-0/+65
|\ \ \ \
| * | | | improve .dist-info testDaniel Holth2012-07-071-3/+13
| * | | | test .dist-info distributionsDaniel Holth2012-07-071-0/+55
| |/ / /
* | | | Merged in justinazoff/distribute (pull request #6)Jason R. Coombs2012-07-212-4/+11
|\ \ \ \ | |/ / / |/| | |
| * | | When writing out scripts, respect the users umaskJustin Azoff2012-05-122-4/+11
* | | | MergeJason R. Coombs2012-05-181-2/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed failing test on Python 2.7.3 (and probably other recent patch releases)Jason R. Coombs2012-05-181-2/+8
* | | | Exclude 'encodings' modules when removing modules from sys.modules. Workaroun...Jason R. Coombs2012-05-181-2/+8
| |/ / |/| |
* | | README.rst is now a standardAlex Clark2012-04-221-1/+1