aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | pep8ify distribute_setup.pyMarcin Kuzminski2012-06-151-10/+28
* | | Added improvements to release script to better support other projects (as thi...Jason R. Coombs2012-06-031-6/+21
* | | Bumped to 0.6.28 in preparation for next release.Jason R. Coombs2012-05-186-70/+70
* | | Added tag 0.6.27 for changeset 469c3b948e41Jason R. Coombs2012-05-181-0/+1
* | | Merge0.6.27Jason R. Coombs2012-05-182-0/+5
|\ \ \
| * | | In the bootstrap script, don't attempt to write the setuptools egg info if wr...iElectric2012-04-162-0/+9
* | | | MergeJason R. Coombs2012-05-182-64/+70
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed failing test on Python 2.7.3 (and probably other recent patch releases)Jason R. Coombs2012-05-182-64/+70
* | | | Updated function referencJason R. Coombs2012-05-181-1/+1
* | | | Update release script to also update versionsJason R. Coombs2012-05-181-9/+10
* | | | Exclude 'encodings' modules when removing modules from sys.modules. Workaroun...Jason R. Coombs2012-05-182-2/+10
| |_|/ |/| |
* | | Update CHANGES.txt.Arfrever Frehtes Taifersar Arahesis2012-05-031-0/+1
* | | Fix support for namespace packages with CPython 3.3.Arfrever Frehtes Taifersar Arahesis2012-05-021-0/+8
* | | Add support for CPython 3.3.Arfrever Frehtes Taifersar Arahesis2012-05-021-0/+16
* | | Added support for automatic milestone addition in release scriptJason R. Coombs2012-04-271-1/+43
* | | Updated READMEJason R. Coombs2012-04-221-0/+6
* | | 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-092-63/+63
* | Fixed one failing test per #277.Jason R. Coombs2012-04-091-62/+62
* | Bumped to 0.6.27 in preparation for next release.Jason R. Coombs2012-04-076-70/+70
* | Added tag 0.6.26 for changeset b69f072c0002Jason R. Coombs2012-04-071-0/+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-072-0/+31
|\ \
| * | Updated CHANGES.txtJason R. Coombs2012-03-311-0/+3
| * | 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-2933-334/+518
| |\ \
| * | | 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