summaryrefslogtreecommitdiff
path: root/setuptools
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-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
* | Fix issue #262 - package_index.open_with_auth no longer throws LookupError on...Jason R. Coombs2011-12-011-1/+18
* | Reverting 1a1ab844f03e due to issue 250Guy Rozendorn (guyr@infinidat.com)2011-10-073-134/+6
* | Revert 8d1cb51a01b6 because of issue #250Guy Rozendorn (guyr@infinidat.com)2011-10-071-4/+1
* | Added options to exclude 2to3 fixers. Fixes #249Jason R. Coombs2011-10-041-7/+21
* | Issue #246guyroz2011-09-221-1/+3
* | Issue #244 raises ValueError in upload and register commands if using a secti...guyroz2011-09-203-7/+136
* | copying gui-32.exe to gui.exeguyroz2011-09-201-0/+0
* | merging issues_207_238 to masterguyroz2011-09-207-1/+8
|\ \
| * \ merging default into issues_207_238guyroz2011-09-201-6/+15
| |\ \
| * | | Issue #238: using 65bit wrappers on Python64bit on windowsguyroz2011-09-171-1/+8
| * | | Issue #207: updated executables for 32bit and 64bitguyroz2011-09-176-0/+0
* | | | fixing regression -- generator syntax on python3guyroz2011-09-201-1/+1
| |/ / |/| |
* | | fixing testsguyroz2011-09-191-6/+15
|\ \ \ | |/ / |/| |
| * | Fixing regression tests on Windows: #241, #240, #239guyroz2011-09-191-6/+15
* | | Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+17
|/ /