| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue #244 raises ValueError in upload and register commands if using a secti... | guyroz | 2011-09-20 | 3 | -7/+136 |
| * | copying gui-32.exe to gui.exe | guyroz | 2011-09-20 | 1 | -0/+0 |
| * | merging issues_207_238 to master | guyroz | 2011-09-20 | 7 | -1/+8 |
| |\ |
|
| | * | merging default into issues_207_238 | guyroz | 2011-09-20 | 1 | -6/+15 |
| | |\ |
|
| | * | | Issue #238: using 65bit wrappers on Python64bit on windows | guyroz | 2011-09-17 | 1 | -1/+8 |
| | * | | Issue #207: updated executables for 32bit and 64bit | guyroz | 2011-09-17 | 6 | -0/+0 |
| * | | | fixing regression -- generator syntax on python3 | guyroz | 2011-09-20 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | fixing tests | guyroz | 2011-09-19 | 1 | -6/+15 |
| |\ \
| |/
|/| |
|
| | * | Fixing regression tests on Windows: #241, #240, #239 | guyroz | 2011-09-19 | 1 | -6/+15 |
| * | | Issue #208: fixing parse_version and post-release tags | guyroz | 2011-09-17 | 1 | -3/+17 |
| |/ |
|
| * | Issue #237: fixing test on Python2.3 | guyroz | 2011-09-16 | 1 | -2/+19 |
| * | Fix NameError on Python 2.4, 2.5; reference #225 | Jason R. Coombs | 2011-08-20 | 1 | -1/+1 |
| * | don't use ternary operator - fixes #225 | Tarek Ziade | 2011-08-20 | 1 | -1/+4 |
| * | Merge (discarding b825c6440dc6) | Jason R. Coombs | 2011-08-17 | 1 | -1/+1 |
| |\ |
|
| | * | Remove extraneous 2nd argument in call to open_url, apparently intended to | Alex Clark | 2011-08-14 | 1 | -1/+1 |
| * | | Include url in warning when processing URL. Fixes #135. | Jason R. Coombs | 2011-08-17 | 1 | -1/+1 |
| |/ |
|
| * | Corrected ValueError introduced in the last commit due to incorrect use of ar... | Jason R. Coombs | 2011-08-01 | 1 | -1/+1 |
| * | Fix issue where easy_install fails on Python 3 on windows installer. Fixes #212 | Jason R. Coombs | 2011-07-25 | 1 | -1/+10 |
| * | make sure we don't use getheaders(). get() works for all py versions - fixes ...0.6.19 | Tarek Ziade | 2011-06-02 | 1 | -1/+1 |
| * | Update the child's __path__ in declare_namespace, even if the parent is | Aurelien Bompard | 2011-06-01 | 1 | -5/+32 |
| * | merged sandbox branch | Tarek Ziade | 2011-05-26 | 2 | -1/+4 |
| |\ |
|
| | * | setting to_scan to [] instead of None ensures (somewhat confusingly) that fin... | Erik Bray | 2011-05-23 | 1 | -0/+1 |
| | * | Adds some missing bits to the sandbox fix--need to actually save/restore the ... | Erik Bray | 2011-05-20 | 1 | -1/+3 |
| * | | skipping a tets if in virtualenv | Tarek Ziade | 2011-05-26 | 1 | -1/+1 |
| |/ |
|
| * | Don't try to import the parent of a namespace package in declare_namespace --... | Aurelien Bompard | 2011-05-17 | 1 | -1/+27 |
| * | Tolerate responses with multiple Content-Length headers - fixes #196 | Tarek Ziade | 2011-05-16 | 1 | -1/+3 |
| * | Support Python >=3.1.4 and >=3.2.1. | Arfrever Frehtes Taifersar Arahesis | 2011-05-11 | 1 | -0/+5 |
| * | Fixing #200 | agroszer | 2011-04-15 | 3 | -5/+24 |
| * | Refactored Cython/Pyrex optional build support to unify logic | Jason R. Coombs | 2011-03-18 | 1 | -14/+10 |
| * | Applying patch provided by Didrik Pinte on #195 for Cython build_ext support | Jason R. Coombs | 2011-03-18 | 1 | -1/+9 |
| * | Fix for issue192 | Jason R. Coombs | 2011-03-16 | 1 | -1/+5 |
| * | Use different version of py3.2 fix from Vinay Sajip0.6.15 | Toshio Kuratomi | 2011-03-12 | 1 | -6/+2 |
| * | Fix for easy_install running on python-3.2 | Toshio Kuratomi | 2011-02-22 | 1 | -0/+6 |
| * | Remove spurious message 'install_dir' | Jonathan Ballet | 2010-11-06 | 1 | -1/+1 |
| * | Adding DATA/LIB/site-packages to the list of prefixes searched in an exe file... | Robert Myers | 2010-12-04 | 1 | -1/+2 |
| * | We need to make sure that the result is always a str, even if the result is a... | Lennart Regebro | 2010-11-22 | 1 | -2/+6 |
| * | fixed typo - thanks to Ted Tibbets | Tarek Ziade | 2010-09-21 | 1 | -1/+1 |
| * | Only do the decoding if there is something to decode. | Lennart Regebro | 2010-07-24 | 1 | -1/+1 |
| * | Importing url2pathname from the correct place, so 2to3 can do it's job. | Lennart Regebro | 2010-07-24 | 1 | -3/+3 |
| * | fixed the edit mode when its used by setuptools fixes #1740.6.14 | Tarek Ziade | 2010-07-15 | 1 | -1/+2 |
| * | added a test for #143 now that I understand it. fixes #143 | Tarek Ziade | 2010-07-03 | 1 | -0/+36 |
| * | merging changes relates #142 | Tarek Ziade | 2010-07-03 | 3 | -6/+19 |
| |\ |
|
| | * | BUG: Fix #142 - easy_install ignore locally installed packages. | David Cournapeau | 2010-05-20 | 2 | -5/+13 |
| * | | Fix race condition with the http server used in unittests | Toshio Kuratomi | 2010-06-10 | 1 | -1/+4 |
| * | | merge | Ronny Pfannschmidt | 2010-05-25 | 5 | -2/+85 |
| |\ \ |
|
| | * | | Fix for python2.4 | Christophe Combelles | 2010-05-20 | 1 | -2/+2 |
| | * | | fixed issue 163 : don't include md5 when comparing two distributions, and scan | Christophe Combelles | 2010-05-25 | 1 | -0/+1 |
| | * | | fixed issue 163 : don't include md5 when comparing two distributions, and scan | Christophe Combelles | 2010-05-19 | 4 | -9/+7 |
| | * | | set-up infrastructure to write tests with a real http server, and reproduced ... | Christophe Combelles | 2010-05-19 | 4 | -0/+84 |
| | |/ |
|
| * | | make HAS_USER_SITE depend on site.ENABLE_USER_SITE | Ronny Pfannschmidt | 2010-05-21 | 2 | -8/+7 |
| |/ |
|