summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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-012-76/+78
* | | Slightly nicer generation of trove classifiers without having to resort to li...Jason R. Coombs2012-04-011-14/+14
| |/ |/|
* | Updated CHANGES.txtJason R. Coombs2012-03-231-0/+6
* | 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
* | Bumped to 0.6.26 in preparation for next release.Jason R. Coombs2012-03-095-8/+8
* | Fix release script to not include deleted files.Jason R. Coombs2012-03-091-3/+6
* | Added tag 0.6.25 for changeset 6124053afb5cJason R. Coombs2012-03-091-0/+1
* | Now load legacy scripts wrappers from templates in the package, which get con...0.6.25Jason R. Coombs2012-02-084-16/+31
* | Fix #272 - TypeError when namespace_package is unicodeJason R. Coombs2012-02-062-0/+5
* | Updated DEVGUIDE to match current approach.Jason R. Coombs2012-01-211-12/+6
* | Remove grody hack for later versions of Python where it is no longer necessar...Jason R. Coombs2012-01-202-4/+16
* | Removed broken reference to 'Administrator Installation'.Jason R. Coombs2012-01-091-16/+13
* | Update EasyInstall 'Custom Installation' documentation to be conscious of PEP...Marcus Smith2012-01-081-173/+44
* | Updated release script to make sure bump happens in the right placeJason R. Coombs2011-12-011-0/+3
* | Fix issue #262 - package_index.open_with_auth no longer throws LookupError on...Jason R. Coombs2011-12-012-1/+20
* | distribute_setup.py now accepts the --user argument for installing to the use...Jason R. Coombs2011-11-292-3/+14
* | replaced the changelog where it belongsTarek Ziade2011-11-171-1/+6
* | workaround a cache issue refers #258Tarek Ziade2011-11-172-0/+5
* | Removing release.sh, replaced by release.pyJason R. Coombs2011-10-171-24/+0