summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Test now constructs the tarfile completely in memory (avoiding accidentally w...Jason R. Coombs2012-04-071-10/+12
* | | | Improved the MockServer so it now more effectively handles multiple requests ...Jason R. Coombs2012-04-072-9/+11
* | | | Create the sdist using tarfile and the code is much simplerJason R. Coombs2012-04-071-48/+8
* | | | We expect easy_install to raise a SystemExitJason R. Coombs2012-04-071-5/+3
* | | | Expanded TestSetupRequires so it actually stages the installation of an sdist...Jason R. Coombs2012-04-071-14/+81
* | | | Add test to capture issue 227Jason R. Coombs2012-04-012-0/+60
* | | | Started work on a Mock server that doesn't require a file system to back it.Jason R. Coombs2012-04-011-0/+17
* | | | Cleaned up simulated index server, expanding documentation.Jason R. Coombs2012-04-011-11/+18
* | | | Reorganized imports and cleaned up whitespaceJason R. Coombs2012-04-011-7/+10
* | | | Cleaned up excess whitespaceJason R. Coombs2012-04-011-34/+3
| |_|/ |/| |
* | | Reorganized importsJason R. Coombs2012-04-011-14/+16
| |/ |/|
* | Include symlinks when extracting source dist. Fixes #183.Toshio Kuratomi2012-03-231-13/+16
* | Converted have_pyrex into a functionJason R. Coombs2012-03-101-13/+19
* | Refactored Extension class so that __init__ is always called, but patched beh...Jason R. Coombs2012-03-101-11/+9
* | Reorganized importsJason R. Coombs2012-03-101-7/+9
* | Indent with spacesJason R. Coombs2012-03-101-7/+7
* | Now load legacy scripts wrappers from templates in the package, which get con...0.6.25Jason R. Coombs2012-02-083-16/+30
* | Fix #272 - TypeError when namespace_package is unicodeJason R. Coombs2012-02-061-0/+2
* | Remove grody hack for later versions of Python where it is no longer necessar...Jason R. Coombs2012-01-201-4/+14