summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix typo in protocol_version. Thanks aclark!Jason R. Coombs2012-04-161-1/+1
* | Allow for three requests (fixes test on Python 3.3).Jason R. Coombs2012-04-151-1/+3
* | Skip another test that fails on Jython due to port 0 binding behavior.Jason R. Coombs2012-04-151-0/+4
|/
* Split one test 'bad urls' into several different tests (for clarity).Jason R. Coombs2012-04-151-4/+18
* Skip test when MockServer can't detect the port to which it bound.Jason R. Coombs2012-04-151-0/+4
* Ensure that the setup.py is generated as bytes on Python 2 and 3 so that the ...Jason R. Coombs2012-04-141-2/+7
* Merge fix for doctest failures on Python 3. Fixes #277.Jason R. Coombs2012-04-141-2/+2
|\
| * Fixed test failures in the doctests on Python 3.Jason R. Coombs2012-04-141-2/+2
* | Merge fixes for depends module imports. Fixes in part #277.Jason R. Coombs2012-04-141-14/+22
|\ \
| * | Fixed issue where some functions are excluded from the depends module on cert...Jason R. Coombs2012-04-141-14/+22
| |/
* | Fix one failing test per #277Jason R. Coombs2012-04-091-1/+1
* | Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.40.6.26Jason R. Coombs2012-04-082-2/+3
* | Removed bind_and_activate parameters (not compatible with Python 2.4Jason R. Coombs2012-04-081-8/+4
* | Removed unused importJason R. Coombs2012-04-081-1/+0
* | Converted new tests in test_easy_install to use call-back functions instead o...Jason R. Coombs2012-04-081-29/+54
* | Merged fix for issue 227. All tests pass on Python 2.7.Jason R. Coombs2012-04-071-0/+28
|\ \
| * | Backout changes to dist.py from 488cc8a13f66Jason R. Coombs2012-03-301-2/+1
| * | Yet another approach - invoking setopt directly prior to invoking a new setup...Jason R. Coombs2012-03-301-15/+27
| * | Put the setopt directives before bdist_eggJason R. Coombs2012-03-291-18/+16
| * | Another attempt at a fix that uses setopt instead of hacking easy_installJason R. Coombs2012-03-291-10/+8
| * | Merge with defaultJason R. Coombs2012-03-2919-79/+192
| |\ \
| * | | Fix unintended addition of newlineErik Bray2011-08-301-1/+1
| * | | First stab at a fix. The hack that allows it to work is that it allows the ea...Erik Bray2011-08-303-3/+24
* | | | Add requests to the instance, so it's always available even if no requests we...Jason R. Coombs2012-04-071-0/+1
* | | | Make sure to un-monkey-patch the Distribution class when running test_no_setu...Jason R. Coombs2012-04-071-1/+2
* | | | Added another context to reset the _setup_stop_contextJason R. Coombs2012-04-071-5/+20
* | | | Set the argv context so that easy_install.main invokes the command as if it h...Jason R. Coombs2012-04-071-5/+12