summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Issue #237: fixing test on Python2.3guyroz2011-09-161-2/+19
* Fix NameError on Python 2.4, 2.5; reference #225Jason R. Coombs2011-08-201-1/+1
* don't use ternary operator - fixes #225Tarek Ziade2011-08-201-1/+4
* Merge (discarding b825c6440dc6)Jason R. Coombs2011-08-171-1/+1
|\
| * Remove extraneous 2nd argument in call to open_url, apparently intended toAlex Clark2011-08-141-1/+1
* | Include url in warning when processing URL. Fixes #135.Jason R. Coombs2011-08-171-1/+1
|/
* Corrected ValueError introduced in the last commit due to incorrect use of ar...Jason R. Coombs2011-08-011-1/+1
* Fix issue where easy_install fails on Python 3 on windows installer. Fixes #212Jason R. Coombs2011-07-251-1/+10
* make sure we don't use getheaders(). get() works for all py versions - fixes ...0.6.19Tarek Ziade2011-06-021-1/+1
* Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
* merged sandbox branchTarek Ziade2011-05-262-1/+4
|\
| * setting to_scan to [] instead of None ensures (somewhat confusingly) that fin...Erik Bray2011-05-231-0/+1
| * Adds some missing bits to the sandbox fix--need to actually save/restore the ...Erik Bray2011-05-201-1/+3